<xsd:complexType name="PayloadManifest">
<xsd:annotation>
<xsd:documentation>The payload manifest contains one manifest element for each content
element in the SOAP
body. </xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="manifest" type="Manifest" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org"> The manifest provides
an easy and fast way to identify
the type of data in the message without
parsing the whole message. This is useful for
implementations that make
routing decisions based on the contents of the message. And, it’s
especially
useful if the body of the message is encrypted. </xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|