(DISTFILES): Comment out a few missing files.
[mono-project.git] / mcs / class / System.Data / Test / System.Data / schemas / test102.xsd
blobb7d9fe99f6397d6649cc061faf14314266f30e56
1 <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
2 <!-- just modified MSDN example -->
3 <xs:element name="ds" msdata:IsDataSet="true">
4 <xs:complexType>
5 <xs:choice maxOccurs="unbounded">
6 <xs:element name="p">
7 <xs:complexType>
8 <xs:sequence>
9 <xs:element name="pk" type="xs:string" />
10 <xs:element name="name" type="xs:string" />
11 <xs:element name="c">
12 <xs:annotation>
13 <xs:appinfo>
14 <msdata:Relationship name="rel"
15 msdata:parent="p"
16 msdata:child="c"
17 msdata:parentkey="pk"
18 msdata:childkey="fk"/>
19 </xs:appinfo>
20 </xs:annotation>
21 <xs:complexType>
22 <xs:sequence>
23 <xs:element name="fk" type="xs:string" />
24 <xs:element name="count" type="xs:int" />
25 </xs:sequence>
26 </xs:complexType>
27 </xs:element>
28 </xs:sequence>
29 </xs:complexType>
30 </xs:element>
31 </xs:choice>
32 </xs:complexType>
33 </xs:element>
34 </xs:schema>