simpleType AircraftDangerousGoodsLimitationType
namespace http://www.fixm.aero/flight/4.2
type restriction of xs:string
properties
base xs:string
used by
elements DangerousGoodsType/aircraftLimitation DangerousGoodsPackageType/dangerousGoodsLimitation
facets
Kind Value Annotation
enumeration CARGO_AIRCRAFT_ONLY
documentation
Specified that the shipment is packed to comply with the limitations prescribed for the limitations for cargo aircraft only.
enumeration PASSENGER_AND_CARGO_AIRCRAFT
documentation
Specified that the shipment is packed to comply with the limitations prescribed for passenger and cargo aircraft.
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.
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>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy