Definition Type: ComplexType
Name: CreditVehicleABIEType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: Components.xsd
Abstract
Documentation:
Defines the vehicle detail information used in credit applications
Collapse XSD Schema Diagram:
Drilldown into DealerProducts in schema components_xsd Drilldown into PriorVehicleUseCode in schema components_xsd Drilldown into EquipmentType in schema components_xsd Drilldown into Pricing in schema components_xsd Drilldown into Option in schema components_xsd Drilldown into Vehicle in schema components_xsd Drilldown into LicenseNumberString in schema components_xsd Drilldown into DeliveryDistanceMeasure in schema components_xsdXSD Diagram of CreditVehicleABIEType in schema components_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="CreditVehicleABIEType">
    <xsd:annotation>
        <xsd:documentation> Defines the vehicle detail information used in credit applications
            </xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element maxOccurs="1" minOccurs="0" name="DeliveryDistanceMeasure" type="sqdt:LengthMeasureType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">Odometer reading of
                vehicle at time of delivery</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="1" minOccurs="0" name="LicenseNumberString" type="qdt:StringType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">State License plate
                number of vehicle</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="1" minOccurs="0" ref="Vehicle" />
        <xsd:element maxOccurs="unbounded" minOccurs="0" ref="Option" />
        <xsd:element maxOccurs="unbounded" minOccurs="0" ref="Pricing" />
        <xsd:element maxOccurs="1" minOccurs="0" name="EquipmentType" type="udt:TextType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">Type of equipment on the
                vehicle</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="1" minOccurs="0" name="PriorVehicleUseCode" type="sqdt:VehicleUseCodeType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">The prior use of a
                particular vehicle.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="unbounded" minOccurs="0" ref="DealerProducts" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
DeliveryDistanceMeasure star:DeliveryDistanceMeasure 0 1
LicenseNumberString star:LicenseNumberString 0 1
Vehicle star:Vehicle 0 1
Option star:Option 0 unbounded
Pricing star:Pricing 0 unbounded
EquipmentType star:EquipmentType 0 1
PriorVehicleUseCode star:PriorVehicleUseCode 0 1
DealerProducts star:DealerProducts 0 unbounded
Collapse Derivation Tree:
Collapse References:
star:CreditVehicle