Definition Type: ComplexType
Name: OwnedVehicleABIEType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: Components.xsd
Abstract
Documentation:
Information regarding a vehicle owned by an individual or organization.
Collapse XSD Schema Diagram:
Drilldown into AlternateVehicleIdentificationGroup in schema components_xsd Drilldown into LeaseEndOptionFinanceDecisionCode in schema components_xsd Drilldown into LeaseEndOptionVehicleDecisionCode in schema components_xsd Drilldown into Vehicle in schema components_xsdXSD Diagram of OwnedVehicleABIEType in schema components_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="OwnedVehicleABIEType">
    <xsd:annotation>
        <xsd:documentation>Information regarding a vehicle owned by an individual or
                organization.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element minOccurs="0" ref="Vehicle" />
        <xsd:element maxOccurs="1" minOccurs="0" name="LeaseEndOptionVehicleDecisionCode" type="sqdt:LeaseEndOptionVehicleDecisionCodeType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5"> Enables the customers
                decision at the end of an option to be recorded along with other associated
                information. It records whether the client has decided to refinance, return, or
                retain the vehicle or whether they have not made up their mind etc.
            </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="1" minOccurs="0" name="LeaseEndOptionFinanceDecisionCode" type="sqdt:LeaseEndOptionFinanceDecisionCodeType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">
                Enables the customers decision at the end of an option to be
                recorded along with other associated information. It records 
                whether the client has decided to finance their next vehicle
                or whether they have not made up their mind etc.
            </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="1" minOccurs="0" ref="AlternateVehicleIdentificationGroup" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Vehicle star:Vehicle 0 (1)
LeaseEndOptionVehicleDecisionCode star:LeaseEndOptionVehicleDecisionCode 0 1
LeaseEndOptionFinanceDecisionCode star:LeaseEndOptionFinanceDecisionCode 0 1
AlternateVehicleIdentificationGroup star:AlternateVehicleIdentificationGroup 0 1
Collapse Derivation Tree:
Collapse References:
star:SalesLeadOwnedVehicle