<xsd:complexType name="FuelConsumptionMeasureType">
<xsd:annotation>
<xsd:documentation>Used to indicates fuel consumption speed.</xsd:documentation>
</xsd:annotation>
<xsd:simpleContent>
<xsd:extension base="xsd:decimal">
<xsd:attribute name="volumeUnitCode" type="xfUOMcl:VolumeUnitsContentType" use="required">
<xsd:annotation>
<xsd:documentation xml:lang="en">Used to indicate the volume of consumption.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="timeUnitCode" type="xfUOMcl:TimeUnitsContentType" use="required">
<xsd:annotation>
<xsd:documentation xml:lang="en">Used to indicate the duration or speed of consumption.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
|