Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

summaryrefslogtreecommitdiffstats
blob: 83ee50a68d724454cb916321f30ba9ed14d48b00 (plain) (blame)
1
2
3
4
5
<?xml version="1.0" encoding="UTF-8"?>
<schema xmlns="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.example.com" xmlns:schema="http://www.example.com">
	<element name="NewGlobalElement" type="string"></element>

</schema>

Back to the top