| diagram | ![]() |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| type | extension of rootType | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| source | <xs:complexType name="EngineFuelReloadType" abstract="false"> <xs:annotation> <xs:appinfo>For each type or location of engine fuell, this record specifies the type, location, fuel measurement units, and reload quantity and maximum quantity. Section 6.2.25. </xs:appinfo> </xs:annotation> <xs:complexContent> <xs:extension base="rootType"> <xs:attribute name="standardQuantity" type="xs:unsignedLong"> <xs:annotation> <xs:appinfo>standard quantity of fuel loaded</xs:appinfo> </xs:annotation> </xs:attribute> <xs:attribute name="maximumQuantity" type="xs:unsignedLong"> <xs:annotation> <xs:appinfo>maximum quantity of fuel loaded</xs:appinfo> </xs:annotation> </xs:attribute> <xs:attribute name="standardQuantityReloadTime" type="xs:unsignedLong"> <xs:annotation> <xs:appinfo>seconds normally required to to reload standard qty</xs:appinfo> </xs:annotation> </xs:attribute> <xs:attribute name="maximumQuantityReloadTime" type="xs:unsignedLong"> <xs:annotation> <xs:appinfo>seconds normally required to to reload maximum qty</xs:appinfo> </xs:annotation> </xs:attribute> <xs:attribute name="fuelMeasurmentUnits" type="xs:string"> <xs:annotation> <xs:appinfo>Units of measure (SISO enumeration FuelMeasurementUnits uid 328)</xs:appinfo> </xs:annotation> </xs:attribute> <xs:attribute name="fuelType" type="xs:string"> <xs:annotation> <xs:appinfo>(SISO enumeration SupplyFuelType uid 413)</xs:appinfo> </xs:annotation> </xs:attribute> <xs:attribute name="fuelLocation" type="xs:string"> <xs:annotation> <xs:appinfo>fuel location as related to the entity (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="standardQuantity" type="xs:unsignedLong"> <xs:annotation> <xs:appinfo>standard quantity of fuel loaded</xs:appinfo> </xs:annotation> </xs:attribute> |
| type | xs:unsignedLong | ||
| annotation |
|
||
| source | <xs:attribute name="maximumQuantity" type="xs:unsignedLong"> <xs:annotation> <xs:appinfo>maximum quantity of fuel loaded</xs:appinfo> </xs:annotation> </xs:attribute> |
| type | xs:unsignedLong | ||
| annotation |
|
||
| source | <xs:attribute name="standardQuantityReloadTime" type="xs:unsignedLong"> <xs:annotation> <xs:appinfo>seconds normally required to to reload standard qty</xs:appinfo> </xs:annotation> </xs:attribute> |
| type | xs:unsignedLong | ||
| annotation |
|
||
| source | <xs:attribute name="maximumQuantityReloadTime" type="xs:unsignedLong"> <xs:annotation> <xs:appinfo>seconds normally required to to reload maximum qty</xs:appinfo> </xs:annotation> </xs:attribute> |
| type | xs:string | ||
| annotation |
|
||
| source | <xs:attribute name="fuelMeasurmentUnits" type="xs:string"> <xs:annotation> <xs:appinfo>Units of measure (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>(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>fuel location as related to the entity (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> |