<xsd:complexType name="Payload">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/">The Payload is a general purpose wrapper for the content that is
transmitted as part of the soap-env:body.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="content" type="Content" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org">Describes the type of payload included. This item is optional.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
<xsd:anyAttribute />
</xsd:complexType>
|