Definition Type: ComplexType
Name: VehicleIdentificationType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: Components.xsd
Abstract
Documentation:
An identifer for a vehicle.
Collapse XSD Schema Diagram:
Drilldown into AgencyRoleCode in schema components_xsd Drilldown into VehicleID in schema components_xsdXSD Diagram of VehicleIdentificationType in schema components_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="VehicleIdentificationType">
    <xsd:annotation>
        <xsd:documentation>An identifer for a vehicle.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element maxOccurs="1" minOccurs="1" name="VehicleID" type="udt:IdentifierType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/">
                        This is a unique identifer for the vehicle.  In this context it is not the VIN, but an id from
                        a third party or software system that uniquely identifies the vehicle.
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="1" minOccurs="0" name="AgencyRoleCode" type="sqdt:AgencyRoleCodeType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">The agency
                role that defined the Document ID. An example of an agency may be a manufacturer, a
                retail system provider, etc. This list does not contain specific entity names, only roles.  See enumerated list.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
VehicleID star:VehicleID 1 1
AgencyRoleCode star:AgencyRoleCode 0 1
Collapse Derivation Tree:
Collapse References:
star:VehicleIdentification