<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>
|