<xsd:complexType name="TelematicsFuelType">
<xsd:annotation xmlns="http://www.starstandards.org/STAR">
<xsd:documentation source="http://www.starstandard.org/STAR/5">The Vechicle's fuel consumption information</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element maxOccurs="1" minOccurs="0" name="FuelUsed" type="sqdt:VolumeMeasureType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">
This field indicates the quantity of fuel that has been used cumulative by the vehicle or equipment as of the specified date and time.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="1" minOccurs="0" name="FuelUsedLast24" type="sqdt:VolumeMeasureType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">
This field indicates the quantity of fuel used during the last 24 hours prior to the specified date and time.
</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>
|