Definition Type: ComplexType
Name: AlternateVehicleIdentificationGroupType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: Components.xsd
Abstract
Documentation:
A list of identifications for a vehicle. Multiple vehicle identifications can be identified using the VehicleIdentificationGroup e.g., these are typically vehicle identifiers from Kelly Blue Book, Cap, Experian, etc.
Collapse XSD Schema Diagram:
Drilldown into VehicleIdentification in schema components_xsdXSD Diagram of AlternateVehicleIdentificationGroupType in schema components_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="AlternateVehicleIdentificationGroupType">
    <xsd:annotation>
        <xsd:documentation>A list of identifications for a vehicle.  Multiple vehicle identifications can be identified using the VehicleIdentificationGroup e.g., these are typically vehicle identifiers from Kelly Blue Book, Cap, Experian, etc.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element maxOccurs="unbounded" minOccurs="1" ref="VehicleIdentification" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
VehicleIdentification star:VehicleIdentification 1 unbounded
Collapse Derivation Tree:
Collapse References:
star:AlternateVehicleIdentificationGroup