This element defines a message part included in the SOAP body. The part's content is mapped to an element of the server request or response type.
Attributes
Attribute | Data Type | Usage | Default Value | Description |
---|
element | xsd:NCName | required | | A reference to an element in the <types> section. |
namespace | xsd:anyURI | optional | | The namespace of the element. If omitted, the namespace of the element referenced by the element attribute is used. |
use | xsd:token | optional | literal | Indicates the default format for the part elements. If literal is specified, the part elements are formatted exactly as specified by the associated type. If encoded is specified, the part elements are formatted using SOAP Section 5 encoding rules. |