Definition Type: ComplexType
Name: PayloadManifest
Namespace: http://www.starstandards.org/webservices/2009/transport
Containing Schema: STARWSDLDataTypes4.xsd
Abstract
Documentation:
The payload manifest contains one manifest element for each content element in the SOAP body.
Collapse XSD Schema Diagram:
Drilldown into manifest in schema starwsdldatatypes4_xsdXSD Diagram of PayloadManifest in schema starwsdldatatypes4_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
manifest starws:manifest 0 unbounded
Collapse Derivation Tree:
Collapse References:
starws:payloadManifest