ZVON > References > WSDL 1.1 Reference

MIME Binding


<schema targetNamespace="http://schemas.xmlsoap.org/wsdl/mime/">
     <element name="content" type="mime:contentType"/>
     <complexType name="contentType" content="empty">
          <attribute name="type" type="string" use="optional"/>
          <attribute name="part" type="NMTOKEN" use="optional"/>
     </complexType>
     <element name="multipartRelated" type="mime:multipartRelatedType"/>
     <complexType name="multipartRelatedType" content="elementOnly">
          <element ref="mime:part" minOccurs="0" maxOccurs="unbounded"/>
     </complexType>
     <element name="part" type="mime:partType"/>
     <complexType name="partType" content="elementOnly">
          <any namespace="targetNamespace" minOccurs="0" maxOccurs="unbounded"/>
          <attribute name="name" type="NMTOKEN" use="required"/>
     </complexType>
     <element name="mimeXml" type="mime:mimeXmlType"/>
     <complexType name="mimeXmlType" content="empty">
          <attribute name="part" type="NMTOKEN" use="optional"/>
     </complexType>
</schema>