**** Merged from MCS ****
[mono-project.git] / mcs / class / System.Data / Test / System.Data / schemas / test101.xsd
blob9362a166089f6b921b47cd2ba4bcd2a63d2e7f88
1 <xs:schema xmlns=""
2 xmlns:xs="http://www.w3.org/2001/XMLSchema"
3 xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
4 <xs:element name="root" msdata:IsDataSet="true">
5 <xs:complexType>
6 <xs:choice maxOccurs="unbounded">
7 <xs:element name="p">
8 <xs:complexType>
9 <xs:sequence>
10 <xs:element name="pk" type="xs:string" />
11 <xs:element name="name" type="xs:string" />
12 </xs:sequence>
13 </xs:complexType>
14 </xs:element>
15 <xs:element name="c">
16 <xs:complexType>
17 <xs:sequence>
18 <xs:element name="fk" type="xs:string" />
19 <xs:element name="count" type="xs:int" />
20 </xs:sequence>
21 </xs:complexType>
22 </xs:element>
23 </xs:choice>
24 </xs:complexType>
26 </xs:element>
27 <xs:annotation>
28 <xs:appinfo>
29 <msdata:Relationship name="rel"
30 msdata:parent="p"
31 msdata:child="c"
32 msdata:parentkey="pk"
33 msdata:childkey="fk"/>
34 </xs:appinfo>
35 </xs:annotation>
36 </xs:schema>