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 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: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
Collapse Derivation Tree:
Collapse References:
star:VehicleSpecificationsLine