Removed:
branches/1.0/TestSuite/DataSetTest.xsd
Log:
Switching to hand making the dataset that is being used in the test suite instead of using
this xsd file.
Deleted: branches/1.0/TestSuite/DataSetTest.xsd
===================================================================
--- branches/1.0/TestSuite/DataSetTest.xsd 2005-08-23 14:56:46 UTC (rev 156)
+++ branches/1.0/TestSuite/DataSetTest.xsd 2005-08-23 18:35:28 UTC (rev 157)
@@ -1,27 +0,0 @@
-<?xml version="1.0" encoding="utf-8" ?>
-<xs:schema id="dstest" targetNamespace="http://tempuri.org/dstest.xsd"
elementFormDefault="qualified"
- attributeFormDefault="qualified" xmlns="http://tempuri.org/dstest.xsd"
xmlns:mstns="http://tempuri.org/dstest.xsd"
- xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
- <xs:element name="DataSetTest" msdata:IsDataSet="true">
- <xs:complexType>
- <xs:choice maxOccurs="unbounded">
- <xs:element name="DateTest">
- <xs:complexType>
- <xs:sequence>
- <xs:element name="id" type="xs:int" minOccurs="0" />
- <xs:element name="dt" type="xs:dateTime" minOccurs="0" />
- </xs:sequence>
- </xs:complexType>
- </xs:element>
- <xs:element name="DSTest">
- <xs:complexType>
- <xs:sequence>
- <xs:element name="id" type="xs:int" minOccurs="0" />
- <xs:element name="name" type="xs:string" minOccurs="0" />
- </xs:sequence>
- </xs:complexType>
- </xs:element>
- </xs:choice>
- </xs:complexType>
- </xs:element>
-</xs:schema>
\ No newline at end of file
| Thread |
|---|
| • Connector/NET commit: r157 - branches/1.0/TestSuite | rburnett | 23 Aug |