Definition Type: ComplexType
Name: TelematicsFuelType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: Components.xsd
Abstract
Documentation:
The Vechicle's fuel consumption information
Collapse XSD Schema Diagram:
Drilldown into DateTimeStamp in schema components_xsd Drilldown into FuelUsedLast24 in schema components_xsd Drilldown into FuelUsed in schema components_xsdXSD Diagram of TelematicsFuelType in schema components_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
FuelUsed star:FuelUsed 0 1
FuelUsedLast24 star:FuelUsedLast24 0 1
DateTimeStamp star:DateTimeStamp 0 1
Collapse Derivation Tree:
Collapse References:
star:TelematicsFuel