Definition Type: ComplexType
Name: ModelCodesVehicleLineItemType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: ModelCodes.xsd
Abstract
Documentation:
Detail information regarding a particular vehicle .
Collapse XSD Schema Diagram:
Drilldown into LineID in schema modelcodes_xsd Drilldown into ComponentIdentification in schema components_xsd Drilldown into VDSCode in schema modelcodes_xsd Drilldown into Vehicle in schema components_xsdXSD Diagram of ModelCodesVehicleLineItemType in schema modelcodes_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="ModelCodesVehicleLineItemType">
    <xsd:annotation>
        <xsd:documentation source="http://www.starstandard.org/STAR/5"> Detail information regarding a particular vehicle .
         </xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element ref="Vehicle" minOccurs="0" maxOccurs="1" />
        <xsd:element name="VDSCode" type="udt:CodeType" minOccurs="0" maxOccurs="1">
            <xsd:annotation xmlns:udt="http://www.openapplications.org/oagis/9/unqualifieddatatypes/1.1" xmlns:qdt="http://www.openapplications.org/oagis/9/qualifieddatatypes/1.1">
                <xsd:documentation source="http://www.starstandard.org/STAR/5">Vehicle Description Section- part of the VIN that correlates
                  to a specific vehicle model, bodystyle, and grade</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element ref="ComponentIdentification" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element name="LineID" type="udt:IdentifierType" minOccurs="0" maxOccurs="1">
            <xsd:annotation xmlns:udt="http://www.openapplications.org/oagis/9/unqualifieddatatypes/1.1" xmlns:qdt="http://www.openapplications.org/oagis/9/qualifieddatatypes/1.1">
                <xsd:documentation source="http://www.starstandard.org/STAR/5">A unique identifer for a line. i.e A line number.
               </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Vehicle star:Vehicle 0 1
VDSCode star:VDSCode 0 1
ComponentIdentification star:ComponentIdentification 0 unbounded
LineID star:LineID 0 1
Collapse Derivation Tree:
Collapse References:
star:ModelCodesVehicleLineItem