summaryrefslogtreecommitdiff
path: root/test/xsd
diff options
context:
space:
mode:
Diffstat (limited to 'test/xsd')
-rw-r--r--test/xsd/xmlschema.xml13
1 files changed, 10 insertions, 3 deletions
diff --git a/test/xsd/xmlschema.xml b/test/xsd/xmlschema.xml
index f532e2934e..0e9914e64b 100644
--- a/test/xsd/xmlschema.xml
+++ b/test/xsd/xmlschema.xml
@@ -1,8 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
-<xs:schema xmlns:mstns="http://www.winfessor.com/SoapBoxWebService/MessageDataSet.xsd" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" xmlns="http://www.winfessor.com/SoapBoxWebService/MessageDataSet.xsd" attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://www.winfessor.com/SoapBoxWebService/MessageDataSet.xsd" id="MessageDataSet" xmlns:xs="http://www.w3.org/2001/XMLSchema">
- <xs:element msdata:IsDataSet="true" name="MessageDataSet">
+<xs:schema
+ xmlns:mstns="http://www.winfessor.com/SoapBoxWebService/MessageDataSet.xsd"
+ xmlns="http://www.winfessor.com/SoapBoxWebService/MessageDataSet.xsd"
+ attributeFormDefault="qualified"
+ elementFormDefault="qualified"
+ targetNamespace="http://www.winfessor.com/SoapBoxWebService/MessageDataSet.xsd"
+ id="MessageDataSet"
+ xmlns:xs="http://www.w3.org/2001/XMLSchema">
+ <xs:element name="MessageDataSet">
<xs:complexType>
<xs:choice maxOccurs="unbounded" />
</xs:complexType>
</xs:element>
-</xs:schema> \ No newline at end of file
+</xs:schema>