summaryrefslogtreecommitdiff
path: root/test/xsd/xmlschema.xml
blob: 0e9914e64bd1b3182989e82518bc0ebc96cff141 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="utf-8"?>
<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>