<xsd:element name="additionalData" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation>Any string of additional data that may help the message processor, for example in a rejection message this might contain the text of the original request (within a CDATA section).</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:simpleContent>
<xsd:extension base="xsd:string">
<xsd:attribute name="additionalDataType" type="xsd:normalizedString" />
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
</xsd:element>
|