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

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mcs/class/System.Data/Test/System.Data/schemas/test016.xsd')
-rw-r--r--mcs/class/System.Data/Test/System.Data/schemas/test016.xsd30
1 files changed, 0 insertions, 30 deletions
diff --git a/mcs/class/System.Data/Test/System.Data/schemas/test016.xsd b/mcs/class/System.Data/Test/System.Data/schemas/test016.xsd
deleted file mode 100644
index dc29190ad98..00000000000
--- a/mcs/class/System.Data/Test/System.Data/schemas/test016.xsd
+++ /dev/null
@@ -1,30 +0,0 @@
-<?xml version="1.0" standalone="yes"?>
-<xs:schema id="NewDataSet" xmlns="" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
- <xs:element name="NewDataSet" msdata:IsDataSet="true">
- <xs:complexType>
- <xs:choice maxOccurs="unbounded">
- <xs:element name="Table1">
- <xs:complexType>
- <xs:sequence>
- <xs:element name="col_x0020_1" type="xs:int" minOccurs="0" />
- <xs:element name="col2" type="xs:int" minOccurs="0" />
- </xs:sequence>
- </xs:complexType>
- </xs:element>
- <xs:element name="Table2">
- <xs:complexType>
- <xs:sequence>
- <xs:element name="col1" type="xs:int" minOccurs="0" />
- <xs:element name="col_x0020__x0020_2" type="xs:int" minOccurs="0" />
- </xs:sequence>
- </xs:complexType>
- </xs:element>
- </xs:choice>
- </xs:complexType>
- </xs:element>
- <xs:annotation>
- <xs:appinfo>
- <msdata:Relationship name="rel" msdata:parent="Table1" msdata:child="Table2" msdata:parentkey="col_x0020_1 col2" msdata:childkey="col1 col_x0020__x0020_2" />
- </xs:appinfo>
- </xs:annotation>
-</xs:schema>