Definition Type: ComplexType
Name: VehicleInventoryType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: VehicleInventory.xsd
Abstract
Documentation:
STAR Version 3.0 - Draft STAR Version 2.1, STAR approved 04/20/2005; effective date 07/04/2005 STAR Version 2.0, STAR approved 05/07/2004; effective date 07/04/2004 STAR Version 1.0 STAR approved 11/22/2002; OAGI approved 3/15/2003; effective date 01/01/2003
Collapse XSD Schema Diagram:
Drilldown into VehicleInventoryInvoice in schema vehicleinventory_xsd Drilldown into Invoice in schema vehicleinventory_xsd Drilldown into VehicleInventoryHeader in schema vehicleinventory_xsdXSD Diagram of VehicleInventoryType in schema vehicleinventory_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="VehicleInventoryType">
    <xsd:annotation xmlns="http://www.starstandards.org/STAR">
        <xsd:documentation source="http://www.starstandard.org/STAR/5">STAR Version 3.0 - Draft</xsd:documentation>
        <xsd:documentation source="http://www.starstandard.org/STAR/5">STAR Version 2.1, STAR approved 04/20/2005; effective date 07/04/2005</xsd:documentation>
        <xsd:documentation source="http://www.starstandard.org/STAR/5">STAR Version 2.0, STAR approved 05/07/2004; effective date 07/04/2004</xsd:documentation>
        <xsd:documentation source="http://www.starstandard.org/STAR/5">STAR Version 1.0 STAR approved 11/22/2002; OAGI approved 3/15/2003; effective date 01/01/2003</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element ref="VehicleInventoryHeader" />
        <xsd:element name="Invoice" type="VehicleInventoryInvoiceType" minOccurs="0" maxOccurs="unbounded">
            <xsd:annotation>
                <xsd:documentation>
                        Deprecated: Use VehicleInventoryInvoice.  This field was deperecated to align with the naming
                        and design rules.   This is left in for compatibility reasons, but will be removed in the next
                        major version of STAR.
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element ref="VehicleInventoryInvoice" minOccurs="0" maxOccurs="unbounded" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
VehicleInventoryHeader star:VehicleInventoryHeader (1) (1)
Invoice star:Invoice 0 unbounded
VehicleInventoryInvoice star:VehicleInventoryInvoice 0 unbounded
Collapse Derivation Tree:
Collapse References:
star:VehicleInventory