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