complexType DangerousGoodsType
diagram Fixm_diagrams/Fixm_p357.png
namespace http://www.fixm.aero/flight/4.2
children fx:aircraftLimitation fx:airWaybillNumber fx:extension fx:onboardLocation fx:packageGroup fx:shippingInformation
used by
element FlightType/dangerousGoods
annotation
documentation
Articles or substances which are capable of posing a risk to health, safety, property or the environment and which are shown in the list of dangerous goods in the Technical Instructions or which are classified according to those Instructions. [ICAO Annex 18]
source <xs:complexType name="DangerousGoodsType">
 
<xs:annotation>
   
<xs:documentation>Articles or substances which are capable of posing a risk to health, safety, property or the environment and which are shown in the list of dangerous goods in the Technical Instructions or which are classified according to those Instructions. [ICAO Annex 18]</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="aircraftLimitation" type="fx:AircraftDangerousGoodsLimitationType" nillable="true" minOccurs="0" maxOccurs="1">
     
<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:element>
   
<xs:element name="airWaybillNumber" type="fx:AirWaybillNumberType" nillable="true" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>The number referencing the air waybill.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="extension" type="fb:DangerousGoodsExtensionType" nillable="true" minOccurs="0" maxOccurs="2000">
     
<xs:annotation>
       
<xs:documentation>An extension hook for attaching extension (non-core) classes.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="onboardLocation" type="fb:CharacterStringType" nillable="true" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>The location of a dangerous goods shipment inside the airframe.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="packageGroup" type="fx:DangerousGoodsPackageGroupType" nillable="true" minOccurs="0" maxOccurs="2000">
     
<xs:annotation>
       
<xs:documentation>A code that indicates the relative degree of danger presented by various articles and substances within a Class or Division.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="shippingInformation" type="fx:ShippingInformationType" nillable="true" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>IATA Shipper's Declaration for Dangerous Goods.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element DangerousGoodsType/aircraftLimitation
diagram Fixm_diagrams/Fixm_p358.png
namespace http://www.fixm.aero/flight/4.2
type fx:AircraftDangerousGoodsLimitationType
properties
minOcc 0
maxOcc 1
content simple
nillable true
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:element name="aircraftLimitation" type="fx:AircraftDangerousGoodsLimitationType" nillable="true" minOccurs="0" maxOccurs="1">
 
<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:element>

element DangerousGoodsType/airWaybillNumber
diagram Fixm_diagrams/Fixm_p359.png
namespace http://www.fixm.aero/flight/4.2
type fx:AirWaybillNumberType
properties
minOcc 0
maxOcc 1
content simple
nillable true
facets
Kind Value Annotation
minLength 0
maxLength 4096
pattern [0-9]{11}
annotation
documentation
The number referencing the air waybill.
source <xs:element name="airWaybillNumber" type="fx:AirWaybillNumberType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>The number referencing the air waybill.</xs:documentation>
 
</xs:annotation>
</xs:element>

element DangerousGoodsType/extension
diagram Fixm_diagrams/Fixm_p360.png
namespace http://www.fixm.aero/flight/4.2
type fb:DangerousGoodsExtensionType
properties
minOcc 0
maxOcc 2000
content complex
nillable true
annotation
documentation
An extension hook for attaching extension (non-core) classes.
source <xs:element name="extension" type="fb:DangerousGoodsExtensionType" nillable="true" minOccurs="0" maxOccurs="2000">
 
<xs:annotation>
   
<xs:documentation>An extension hook for attaching extension (non-core) classes.</xs:documentation>
 
</xs:annotation>
</xs:element>

element DangerousGoodsType/onboardLocation
diagram Fixm_diagrams/Fixm_p361.png
namespace http://www.fixm.aero/flight/4.2
type fb:CharacterStringType
properties
minOcc 0
maxOcc 1
content simple
nillable true
facets
Kind Value Annotation
minLength 0
maxLength 4096
annotation
documentation
The location of a dangerous goods shipment inside the airframe.
source <xs:element name="onboardLocation" type="fb:CharacterStringType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>The location of a dangerous goods shipment inside the airframe.</xs:documentation>
 
</xs:annotation>
</xs:element>

element DangerousGoodsType/packageGroup
diagram Fixm_diagrams/Fixm_p362.png
namespace http://www.fixm.aero/flight/4.2
type fx:DangerousGoodsPackageGroupType
properties
minOcc 0
maxOcc 2000
content complex
nillable true
children fx:dangerousGoodsPackage fx:extension fx:shipmentDimensions
annotation
documentation
A code that indicates the relative degree of danger presented by various articles and substances within a Class or Division.
source <xs:element name="packageGroup" type="fx:DangerousGoodsPackageGroupType" nillable="true" minOccurs="0" maxOccurs="2000">
 
<xs:annotation>
   
<xs:documentation>A code that indicates the relative degree of danger presented by various articles and substances within a Class or Division.</xs:documentation>
 
</xs:annotation>
</xs:element>

element DangerousGoodsType/shippingInformation
diagram Fixm_diagrams/Fixm_p363.png
namespace http://www.fixm.aero/flight/4.2
type fx:ShippingInformationType
properties
minOcc 0
maxOcc 1
content complex
nillable true
children fx:extension fx:shipmentAuthorizations fx:subsidiaryHazardClassAndDivision
annotation
documentation
IATA Shipper's Declaration for Dangerous Goods.
source <xs:element name="shippingInformation" type="fx:ShippingInformationType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>IATA Shipper's Declaration for Dangerous Goods.</xs:documentation>
 
</xs:annotation>
</xs:element>


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