Definition Type: Element
Name: manifest
Namespace: http://www.starstandards.org/webservices/2009/transport
Type: starws:Manifest
Containing Schema: STARWSDLDataTypes4.xsd
MinOccurs 0
MaxOccurs unbounded
Abstract
Documentation:
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.
Collapse XSD Schema Diagram:
Drilldown into version in schema starwsdldatatypes4_xsd Drilldown into relatedID in schema starwsdldatatypes4_xsd Drilldown into element in schema starwsdldatatypes4_xsd Drilldown into namespaceURI in schema starwsdldatatypes4_xsd Drilldown into contentID in schema starwsdldatatypes4_xsd Drilldown into Manifest in schema starwsdldatatypes4_xsdXSD Diagram of manifest in schema starwsdldatatypes4_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<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>
Collapse Child Attributes:
Name Type Default Value Use
contentID starws:contentID Required
namespaceURI starws:namespaceURI Required
element starws:element Required
relatedID starws:relatedID Optional
version starws:version Optional
Collapse Derivation Tree: