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"/>
9<element name="multipartRelated" type="mime:multipartRelatedType"/>
10<complexType name="multipartRelatedType" content="elementOnly">
12<element ref="mime:part" minOccurs="0" maxOccurs="unbounded"/>
15<element name="part" type="mime:partType"/>
16<complexType name="partType" content="elementOnly">
18<any namespace="targetNamespace" minOccurs="0" maxOccurs="unbounded"/>
20<attribute name="name" type="NMTOKEN" use="required"/>
22<element name="mimeXml" type="mime:mimeXmlType"/>
23<complexType name="mimeXmlType" content="empty">
24<attribute name="part" type="NMTOKEN" use="optional"/>