Definition Type: ComplexType
Name: Payload
Namespace: http://www.starstandards.org/webservices/2009/transport
Containing Schema: STARWSDLDataTypes4.xsd
Abstract
Documentation:
The Payload is a general purpose wrapper for the content that is transmitted as part of the soap-env:body.
Collapse XSD Schema Diagram:
Drilldown into content in schema starwsdldatatypes4_xsdXSD Diagram of Payload in schema starwsdldatatypes4_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
content starws:content 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
<anyAttribute>