Definition Type: ComplexType
Name: VehicleIdentificationGroupType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: Components.xsd
Abstract
Documentation:
The grouping of Vehicles that a Labor Operation ID correponds
Collapse XSD Schema Diagram:
Drilldown into VehicleID in schema components_xsd Drilldown into VehicleGroupID in schema components_xsdXSD Diagram of VehicleIdentificationGroupType in schema components_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="VehicleIdentificationGroupType">
    <xsd:annotation>
        <xsd:documentation source="http://www.starstandard.org/STAR/5">The grouping of Vehicles
                that a Labor Operation ID correponds</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element maxOccurs="unbounded" 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" name="VehicleID" type="udt:IdentifierType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">The vehicle
                identification. This could be the VIN, HIN, or some unique identifier for a
            vehicle.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
VehicleGroupID star:VehicleGroupID 0 unbounded
VehicleID star:VehicleID 0 unbounded
Collapse Derivation Tree:
Collapse References:
star:VehicleIdentificationGroup