mime:multipartRelated
Element information
Namespace: http://schemas.xmlsoap.org/wsdl/mime/
Schema document: mime.xsd
Type: mime:multipartRelatedType
Properties: Global, Qualified
Content
- part [0..*]
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
wsdl:required | [0..1] | xsd:boolean | from type wsdl:tExtensibilityElement |
Sample instance
<mime:multipartRelated> <mime:part> <soap:body parts="body" use="literal"/> </mime:part> <mime:part> <mime:content part="docs" type="text/html"/> </mime:part> <mime:part> <mime:content part="logo" type="image/gif"/> <mime:content part="logo" type="image/jpeg"/> </mime:part> </mime:multipartRelated>