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

2.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: 7e640228c0a7b45b37eda1a877389329c6f936f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
<xs:schema
	xmlns:xs="http://www.w3.org/2001/XMLSchema"
	xmlns="urn:bar"
	targetNamespace="urn:bar"
>

<!-- just for flag deserialization -->
<xs:element name="Foo" type="xs:string" block="extension" />
<xs:element name="Bar" type="xs:string" block="extension restriction" />

</xs:schema>