Welcome to mirror list, hosted at ThFree Co, Russian Federation.

5.xsd « xsd « XmlFiles « Test « System.XML « class « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 38738123bd65ed4e45820880179bb96d4a4ab0da (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<xs:schema
	xmlns:xs="http://www.w3.org/2001/XMLSchema"
	targetNamespace="urn:bar"
>

<xs:element name="Foo">
	<xs:complexType>
		<xs:sequence>
			<xs:element name="Bar" form="unqualified" />
		</xs:sequence>
	</xs:complexType>
</xs:element>

</xs:schema>