Definition Type: ComplexType
Name: VehicleRelatedItemType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: Components.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into CurrentDistanceMeasure in schema components_xsd Drilldown into Vehicle in schema components_xsdXSD Diagram of VehicleRelatedItemType in schema components_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="VehicleRelatedItemType">
    <xsd:sequence>
        <xsd:element ref="Vehicle" minOccurs="0" maxOccurs="1" />
        <xsd:element name="CurrentDistanceMeasure" type="udt:MeasureType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">
                       Odometer reading of vehicle at the current time
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Vehicle star:Vehicle 0 1
CurrentDistanceMeasure star:CurrentDistanceMeasure (1) (1)
Collapse Derivation Tree:
Collapse References:
star:VehicleRelatedItem