Definition Type: ComplexType
Name: TelematicsUtilizationType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: Components.xsd
Abstract
Documentation:
The Vechicle's operating miles and/or hours
Collapse XSD Schema Diagram:
Drilldown into DateTimeStamp in schema components_xsd Drilldown into CumulativeOperatingMileage in schema components_xsd Drilldown into CumulativeOperatingHours in schema components_xsdXSD Diagram of TelematicsUtilizationType in schema components_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="TelematicsUtilizationType">
    <xsd:annotation xmlns="http://www.starstandards.org/STAR">
        <xsd:documentation source="http://www.starstandard.org/STAR/5">The Vechicle's operating miles and/or hours</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element maxOccurs="1" minOccurs="0" name="CumulativeOperatingHours" type="udt:NumericType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">
                        The current total lifetime operating hours of the vehicle.
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="1" minOccurs="0" name="CumulativeOperatingMileage" type="sqdt:LengthMeasureType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">
                        The current total lifetime operating hours of the vehicle.
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="1" minOccurs="0" name="DateTimeStamp" type="udt:DateTimeType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">Field to highlight what
                        Timestamp for the utilization.
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
CumulativeOperatingHours star:CumulativeOperatingHours 0 1
CumulativeOperatingMileage star:CumulativeOperatingMileage 0 1
DateTimeStamp star:DateTimeStamp 0 1
Collapse Derivation Tree:
Collapse References:
star:TelematicsUtilization