summaryrefslogtreecommitdiff
path: root/test/xsd/xmlschema.xml
blob: f532e2934e73482893be3d1ad7a80e0eab578ff1 (plain)
1
2
3
4
5
6
7
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>