aboutsummaryrefslogtreecommitdiffstats
path: root/test/xsd/xmlschema.xml
diff options
context:
space:
mode:
Diffstat (limited to 'test/xsd/xmlschema.xml')
-rw-r--r--test/xsd/xmlschema.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/xsd/xmlschema.xml b/test/xsd/xmlschema.xml
new file mode 100644
index 0000000000..f532e2934e
--- /dev/null
+++ b/test/xsd/xmlschema.xml
@@ -0,0 +1,8 @@
+<?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:complexType>
+ <xs:choice maxOccurs="unbounded" />
+ </xs:complexType>
+ </xs:element>
+</xs:schema> \ No newline at end of file