2.2.2.2.3 PayloadType

The PayloadType contains service specific payload data.

 <xs:complexType name="PayloadType">
  <xs:sequence>
   <xs:attribute name="data" type="xs:base64Binary" use="required"/>
   <xs:attribute ref="xsi:type" use="required" fixed="binary"/>
  </xs:sequence>
 </xs:complexType>

The following table describes the attributes of the type.

XPath

Description

/PayloadType/@data

Service payload data

/PayloadType/@type

Payload data type

The /PayloadType/@data attribute contains service specific message data specified in section 2.2.3.