wsdlpull 1.23
Loading...
Searching...
No Matches
mime.xsd
Go to the documentation of this file.
1<schema targetNamespace="http://schemas.xmlsoap.org/wsdl/mime/"
2 xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/"
3 xmlns="http://www.w3.org/2001/XMLSchema">
4<element name="content" type="mime:contentType"/>
5<complexType name="contentType" content="empty">
6<attribute name="type" type="string" use="optional"/>
7<attribute name="part" type="NMTOKEN" use="optional"/>
8</complexType>
9<element name="multipartRelated" type="mime:multipartRelatedType"/>
10<complexType name="multipartRelatedType" content="elementOnly">
11<sequence>
12<element ref="mime:part" minOccurs="0" maxOccurs="unbounded"/>
13</sequence>
14</complexType>
15<element name="part" type="mime:partType"/>
16<complexType name="partType" content="elementOnly">
17<sequence>
18<any namespace="targetNamespace" minOccurs="0" maxOccurs="unbounded"/>
19</sequence>
20<attribute name="name" type="NMTOKEN" use="required"/>
21</complexType>
22<element name="mimeXml" type="mime:mimeXmlType"/>
23<complexType name="mimeXmlType" content="empty">
24<attribute name="part" type="NMTOKEN" use="optional"/>
25</complexType>
26</schema>
27