Definition Type: ComplexType
Name: VehicleGroupType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: Components.xsd
Abstract
Documentation:
A listing of Vehicles grouped
Collapse XSD Schema Diagram:
Drilldown into Vehicle in schema components_xsd Drilldown into VehicleGroupID in schema components_xsdXSD Diagram of VehicleGroupType in schema components_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="VehicleGroupType">
    <xsd:annotation>
        <xsd:documentation source="http://www.starstandard.org/STAR/5">A listing of Vehicles
                grouped</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element maxOccurs="1" minOccurs="0" name="VehicleGroupID" type="udt:IdentifierType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">The unique id for a
                grouping of vehicles.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="unbounded" minOccurs="0" ref="Vehicle" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
VehicleGroupID star:VehicleGroupID 0 1
Vehicle star:Vehicle 0 unbounded
Collapse Derivation Tree:
Collapse References:
star:VehicleGroup