diagram | ![]() |
||||||||||||||||||||||||||||||||||||||||||||||
type | extension of rootType | ||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||
source | <xs:complexType name="StorageFuelType" abstract="false"> <xs:annotation> <xs:appinfo>Information about an entity's engine fuel. Section 6.2.84.</xs:appinfo> </xs:annotation> <xs:complexContent> <xs:extension base="rootType"> <xs:attribute name="fuelQuantity" type="xs:unsignedLong"> <xs:annotation> <xs:appinfo>Fuel quantity, units specified by next field</xs:appinfo> </xs:annotation> </xs:attribute> <xs:attribute name="fuelMeasurementUnits" type="xs:string"> <xs:annotation> <xs:appinfo>Units in which the fuel is measured (SISO enumeration FuelMeasurementUnits uid 328)</xs:appinfo> </xs:annotation> </xs:attribute> <xs:attribute name="fuelType" type="xs:string"> <xs:annotation> <xs:appinfo>Type of fuel (SISO enumeration SupplyFuelType uid 413)</xs:appinfo> </xs:annotation> </xs:attribute> <xs:attribute name="fuelLocation" type="xs:string"> <xs:annotation> <xs:appinfo>Location of fuel as related to entity. See section 14 of EBV document (SISO enumeration FuelLocation uid 329) </xs:appinfo> </xs:annotation> </xs:attribute> <xs:attribute name="padding" type="xs:unsignedByte"> <xs:annotation> <xs:appinfo>zero-filled array of padding bits for byte alignment and consistent sizing of PDU data </xs:appinfo> </xs:annotation> </xs:attribute> </xs:extension> </xs:complexContent> <!--abstract='false' base='rootType'--> </xs:complexType> |
type | xs:unsignedLong | ||
annotation |
|
||
source | <xs:attribute name="fuelQuantity" type="xs:unsignedLong"> <xs:annotation> <xs:appinfo>Fuel quantity, units specified by next field</xs:appinfo> </xs:annotation> </xs:attribute> |
type | xs:string | ||
annotation |
|
||
source | <xs:attribute name="fuelMeasurementUnits" type="xs:string"> <xs:annotation> <xs:appinfo>Units in which the fuel is measured (SISO enumeration FuelMeasurementUnits uid 328)</xs:appinfo> </xs:annotation> </xs:attribute> |
type | xs:string | ||
annotation |
|
||
source | <xs:attribute name="fuelType" type="xs:string"> <xs:annotation> <xs:appinfo>Type of fuel (SISO enumeration SupplyFuelType uid 413)</xs:appinfo> </xs:annotation> </xs:attribute> |
type | xs:string | ||
annotation |
|
||
source | <xs:attribute name="fuelLocation" type="xs:string"> <xs:annotation> <xs:appinfo>Location of fuel as related to entity. See section 14 of EBV document (SISO enumeration FuelLocation uid 329) </xs:appinfo> </xs:annotation> </xs:attribute> |
type | xs:unsignedByte | ||
annotation |
|
||
source | <xs:attribute name="padding" type="xs:unsignedByte"> <xs:annotation> <xs:appinfo>zero-filled array of padding bits for byte alignment and consistent sizing of PDU data </xs:appinfo> </xs:annotation> </xs:attribute> |