Definition Type: ComplexType
Name: Content
Namespace: http://www.starstandards.org/webservices/2009/transport
Containing Schema: STARWSDLDataTypes4.xsd
Abstract
Documentation:
Contains the content of a particular payload.
Collapse XSD Schema Diagram:
Drilldown into id in schema starwsdldatatypes4_xsdXSD Diagram of Content in schema starwsdldatatypes4_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="Content">
    <xsd:annotation>
        <xsd:documentation source="http://www.starstandard.org">Contains the content of a particular payload.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:any namespace="##any" minOccurs="1" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org">Generic Payload, this can be any type of content as long as it
            meets XML formatting standards.</xsd:documentation>
            </xsd:annotation>
        </xsd:any>
    </xsd:sequence>
    <xsd:attribute name="id" type="xsd:token" use="required">
        <xsd:annotation>
            <xsd:documentation source="http://www.starstandard.org">A unique id that identifies the content being sent. This corresponds
          to the id specified in the manifest.</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:anyAttribute />
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
<xs:any> Allowed namespace: '##any' 1 1
Collapse Child Attributes:
Name Type Default Value Use
id starws:id Required
<anyAttribute>
Collapse Derivation Tree:
Collapse References:
starws:content