Definition Type: ComplexType
Name: VehicleSpecificationsLineType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: VehicleSpecifications.xsd
Abstract
Documentation:
Line detail information regarding a particular specification.
Collapse XSD Schema Diagram:
Drilldown into AdditionalParty in schema components_xsd Drilldown into CustomerParty in schema components_xsd Drilldown into AdditionalDetailDescription in schema components_xsd Drilldown into VehicleHistoryDate in schema vehiclespecifications_xsd Drilldown into VehicleSaleDate in schema vehiclespecifications_xsd Drilldown into WarrantyStartDate in schema vehiclespecifications_xsd Drilldown into AcknowledgementStatus in schema components_xsd Drilldown into VehicleMajorPartsProductItem in schema components_xsd Drilldown into Option in schema components_xsd Drilldown into Vehicle in schema components_xsd Drilldown into DistributorParty in schema components_xsd Drilldown into ManufacturerParty in schema components_xsd Drilldown into IncrementalDateTime in schema vehiclespecifications_xsd Drilldown into IncrementalIndicator in schema vehiclespecifications_xsd Drilldown into LineNumberString in schema vehiclespecifications_xsdXSD Diagram of VehicleSpecificationsLineType in schema vehiclespecifications_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="VehicleSpecificationsLineType">
    <xsd:annotation>
        <xsd:documentation source="http://www.starstandard.org/STAR/5">Line detail information regarding a particular specification.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="LineNumberString" type="qdt:StringType" 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">The number of the given
                Line Component within the document. LineNumbers are assigned by the sending
            system.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="IncrementalIndicator" type="udt:IndicatorType" 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">Specifies whether to send
                full specifications or incremental changes</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="IncrementalDateTime" type="udt:DateTimeType" 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">Send all changes that
                have occurred since this date</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element ref="ManufacturerParty" minOccurs="0" maxOccurs="1" />
        <xsd:element ref="DistributorParty" minOccurs="0" maxOccurs="1" />
        <xsd:element ref="Vehicle" minOccurs="0" maxOccurs="1" />
        <xsd:element ref="Option" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="VehicleMajorPartsProductItem" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="AcknowledgementStatus" maxOccurs="unbounded" minOccurs="0" />
        <xsd:element name="WarrantyStartDate" minOccurs="0" maxOccurs="1" type="udt:DateType">
            <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">
            			In service date or warranty start date of vehicle.
            		</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="VehicleSaleDate" minOccurs="0" maxOccurs="1" type="udt:DateType">
            <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">
            			Date on which vehicle was sold.
            		</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="VehicleHistoryDate" minOccurs="0" maxOccurs="unbounded" type="udt:DateType">
            <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">
            			General vehicle history event date.
            		</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element ref="AdditionalDetailDescription" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="CustomerParty" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="AdditionalParty" minOccurs="0" maxOccurs="unbounded" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
LineNumberString star:LineNumberString 0 1
IncrementalIndicator star:IncrementalIndicator 0 1
IncrementalDateTime star:IncrementalDateTime 0 1
ManufacturerParty star:ManufacturerParty 0 1
DistributorParty star:DistributorParty 0 1
Vehicle star:Vehicle 0 1
Option star:Option 0 unbounded
VehicleMajorPartsProductItem star:VehicleMajorPartsProductItem 0 unbounded
AcknowledgementStatus star:AcknowledgementStatus 0 unbounded
WarrantyStartDate star:WarrantyStartDate 0 1
VehicleSaleDate star:VehicleSaleDate 0 1
VehicleHistoryDate star:VehicleHistoryDate 0 unbounded
AdditionalDetailDescription star:AdditionalDetailDescription 0 unbounded
CustomerParty star:CustomerParty 0 unbounded
AdditionalParty star:AdditionalParty 0 unbounded
Collapse Derivation Tree:
Collapse References:
star:VehicleSpecificationsLine