namespace | http://www.fixm.aero/flight/4.1 | |||||||||||||
type | restriction of string | |||||||||||||
properties |
|
|||||||||||||
used by |
|
|||||||||||||
facets |
|
|||||||||||||
annotation |
|
|||||||||||||
source | <simpleType name="AircraftDangerousGoodsLimitationType"> <annotation> <documentation> Describes whether the shipment is packed to comply with the limitations prescribed for passenger and cargo aircraft or the limitations for cargo aircraft only. </documentation> </annotation> <restriction base="xs:string"> <enumeration value="PASSENGER_AND_CARGO_AIRCRAFT"> <annotation> <documentation> Specified that the shipment is packed to comply with the limitations prescribed for passenger and cargo aircraft. </documentation> </annotation> </enumeration> <enumeration value="CARGO_AIRCRAFT_ONLY"> <annotation> <documentation> Specified that the shipment is packed to comply with the limitations prescribed for the limitations for cargo aircraft only. </documentation> </annotation> </enumeration> </restriction> </simpleType> |