complexType DangerousGoodsType
diagram Nas_diagrams/Nas_p621.png
namespace http://www.fixm.aero/flight/4.1
type extension of fb:ExtensibleType
properties
base fb:ExtensibleType
children fb:extension fx:airWayBill fx:handlingInformation fx:packageGroup fx:shippingInformation
used by
elements DangerousGoods FlightType/dangerousGoods
attributes
Name  Type  Use  Default  Fixed  Annotation
aircraftLimitation  fx:AircraftDangerousGoodsLimitationType  optional      
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.
                 
guidebookNumber  derived by: fb:CharacterStringType  optional      
documentation

                     A reference to a set of instructions to handle a specific dangerous goods situation.
                    
                     <deprecated>
<deletionVersion>5.0.0</deletionVersion>
<deprecationVersion>4.1.0.0</deprecationVersion>
<rationale>Change Request #25. Outcomes of ATMRPP/2 shows DG data element other than NOTOC items are not required in FIXM Core.</rationale>
<replacement>N/A</replacement>
</deprecated>
onboardLocation  fb:CharacterStringType  optional      
documentation

                     The location of a dangerous goods shipment inside the airframe.
                 
shipment  fx:ShipmentTypeType  optional      
documentation

                     An indicator used for dangerous cargo of whether the package is radioactive or not.
                    
                     <deprecated>
<deletionVersion>5.0.0</deletionVersion>
<deprecationVersion>4.1.0</deprecationVersion>
<rationale>Change Request #25. Outcomes of ATMRPP/2 shows DG data element other than NOTOC items are not required in FIXM Core.</rationale>
<replacement>N/A</replacement>
</deprecated>
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 <complexType name="DangerousGoodsType">
 
<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]
        
</documentation>
 
</annotation>
 
<complexContent>
   
<extension base="fb:ExtensibleType">
     
<sequence>
       
<element name="airWayBill" type="fx:AirWaybillType" minOccurs="0" maxOccurs="1">
         
<annotation>
           
<documentation>
                        The number referencing the air waybill.
                    
</documentation>
         
</annotation>
       
</element>
       
<element name="handlingInformation" type="fx:AdditionalHandlingInformationType" minOccurs="0" maxOccurs="1">
         
<annotation>
           
<documentation>
                        Additional information related to the handling of dangerous goods, as identified
                        on the Shipper's Declaration for Dangerous Goods.
                       
<deprecated>
               
<deletionVersion>5.0.0</deletionVersion>
               
<deprecationVersion>4.1.0</deprecationVersion>
               
<rationale>Change Request #25. Outcomes of ATMRPP/2 shows DG data element other than NOTOC items are not required in FIXM Core.</rationale>
               
<replacement>N/A</replacement>
             
</deprecated>
           
</documentation>
         
</annotation>
       
</element>
       
<element name="packageGroup" type="fx:DangerousGoodsPackageGroupType" minOccurs="0" maxOccurs="2000">
         
<annotation>
           
<documentation>
                        A code that indicates the relative degree of danger presented by various articles
                        and substances within a Class or Division.
                    
</documentation>
         
</annotation>
       
</element>
       
<element name="shippingInformation" type="fx:ShippingInformationType" minOccurs="0" maxOccurs="1">
         
<annotation>
           
<documentation>
                        IATA Shipper's Declaration for Dangerous Goods.
                    
</documentation>
         
</annotation>
       
</element>
     
</sequence>
     
<attribute name="aircraftLimitation" type="fx:AircraftDangerousGoodsLimitationType" use="optional">
       
<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>
     
</attribute>
     
<attribute name="guidebookNumber" use="optional">
       
<annotation>
         
<documentation>
                     A reference to a set of instructions to handle a specific dangerous goods situation.
                    
                    
<deprecated>
             
<deletionVersion>5.0.0</deletionVersion>
             
<deprecationVersion>4.1.0.0</deprecationVersion>
             
<rationale>Change Request #25. Outcomes of ATMRPP/2 shows DG data element other than NOTOC items are not required in FIXM Core.</rationale>
             
<replacement>N/A</replacement>
           
</deprecated>
         
</documentation>
       
</annotation>
       
<simpleType>
         
<restriction base="fb:CharacterStringType">
           
<pattern value="[#\d+|\d+]"/>
         
</restriction>
       
</simpleType>
     
</attribute>
     
<attribute name="onboardLocation" type="fb:CharacterStringType" use="optional">
       
<annotation>
         
<documentation>
                     The location of a dangerous goods shipment inside the airframe.
                 
</documentation>
       
</annotation>
     
</attribute>
     
<attribute name="shipment" type="fx:ShipmentTypeType" use="optional">
       
<annotation>
         
<documentation>
                     An indicator used for dangerous cargo of whether the package is radioactive or not.
                    
                    
<deprecated>
             
<deletionVersion>5.0.0</deletionVersion>
             
<deprecationVersion>4.1.0</deprecationVersion>
             
<rationale>Change Request #25. Outcomes of ATMRPP/2 shows DG data element other than NOTOC items are not required in FIXM Core.</rationale>
             
<replacement>N/A</replacement>
           
</deprecated>
         
</documentation>
       
</annotation>
     
</attribute>
   
</extension>
 
</complexContent>
</complexType>

attribute DangerousGoodsType/@aircraftLimitation
type fx:AircraftDangerousGoodsLimitationType
properties
use optional
facets
Kind Value Annotation
enumeration PASSENGER_AND_CARGO_AIRCRAFT
documentation

                  Specified that the shipment is packed to comply with the limitations prescribed for
                  passenger and cargo aircraft.
              
enumeration CARGO_AIRCRAFT_ONLY
documentation

                  Specified that the shipment is packed to comply with the limitations prescribed for
                  the limitations for cargo aircraft only.
              
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 <attribute name="aircraftLimitation" type="fx:AircraftDangerousGoodsLimitationType" use="optional">
 
<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>
</attribute>

attribute DangerousGoodsType/@guidebookNumber
type restriction of fb:CharacterStringType
properties
use optional
facets
Kind Value Annotation
minLength 0
maxLength 4096
pattern [#\d+|\d+]
annotation
documentation

                     A reference to a set of instructions to handle a specific dangerous goods situation.
                    
                     <deprecated>
<deletionVersion>5.0.0</deletionVersion>
<deprecationVersion>4.1.0.0</deprecationVersion>
<rationale>Change Request #25. Outcomes of ATMRPP/2 shows DG data element other than NOTOC items are not required in FIXM Core.</rationale>
<replacement>N/A</replacement>
</deprecated>
source <attribute name="guidebookNumber" use="optional">
 
<annotation>
   
<documentation>
                     A reference to a set of instructions to handle a specific dangerous goods situation.
                    
                    
<deprecated>
       
<deletionVersion>5.0.0</deletionVersion>
       
<deprecationVersion>4.1.0.0</deprecationVersion>
       
<rationale>Change Request #25. Outcomes of ATMRPP/2 shows DG data element other than NOTOC items are not required in FIXM Core.</rationale>
       
<replacement>N/A</replacement>
     
</deprecated>
   
</documentation>
 
</annotation>
 
<simpleType>
   
<restriction base="fb:CharacterStringType">
     
<pattern value="[#\d+|\d+]"/>
   
</restriction>
 
</simpleType>
</attribute>

attribute DangerousGoodsType/@onboardLocation
type fb:CharacterStringType
properties
use optional
facets
Kind Value Annotation
minLength 0
maxLength 4096
annotation
documentation

                     The location of a dangerous goods shipment inside the airframe.
                 
source <attribute name="onboardLocation" type="fb:CharacterStringType" use="optional">
 
<annotation>
   
<documentation>
                     The location of a dangerous goods shipment inside the airframe.
                 
</documentation>
 
</annotation>
</attribute>

attribute DangerousGoodsType/@shipment
type fx:ShipmentTypeType
properties
use optional
facets
Kind Value Annotation
enumeration RADIOACTIVE
documentation

                  When present, indicates cargo is radioactive.
              
annotation
documentation

                     An indicator used for dangerous cargo of whether the package is radioactive or not.
                    
                     <deprecated>
<deletionVersion>5.0.0</deletionVersion>
<deprecationVersion>4.1.0</deprecationVersion>
<rationale>Change Request #25. Outcomes of ATMRPP/2 shows DG data element other than NOTOC items are not required in FIXM Core.</rationale>
<replacement>N/A</replacement>
</deprecated>
source <attribute name="shipment" type="fx:ShipmentTypeType" use="optional">
 
<annotation>
   
<documentation>
                     An indicator used for dangerous cargo of whether the package is radioactive or not.
                    
                    
<deprecated>
       
<deletionVersion>5.0.0</deletionVersion>
       
<deprecationVersion>4.1.0</deprecationVersion>
       
<rationale>Change Request #25. Outcomes of ATMRPP/2 shows DG data element other than NOTOC items are not required in FIXM Core.</rationale>
       
<replacement>N/A</replacement>
     
</deprecated>
   
</documentation>
 
</annotation>
</attribute>

element DangerousGoodsType/airWayBill
diagram Nas_diagrams/Nas_p622.png
namespace http://www.fixm.aero/flight/4.1
type fx:AirWaybillType
properties
minOcc 0
maxOcc 1
content complex
facets
Kind Value Annotation
minLength 0
maxLength 4096
attributes
Name  Type  Use  Default  Fixed  Annotation
airWaybillNumber  fb:CharacterStringType  optional      
documentation

                     The number referencing the air waybill.
                 
annotation
documentation

                        The number referencing the air waybill.
                    
source <element name="airWayBill" type="fx:AirWaybillType" minOccurs="0" maxOccurs="1">
 
<annotation>
   
<documentation>
                        The number referencing the air waybill.
                    
</documentation>
 
</annotation>
</element>

element DangerousGoodsType/handlingInformation
diagram Nas_diagrams/Nas_p623.png
namespace http://www.fixm.aero/flight/4.1
type fx:AdditionalHandlingInformationType
properties
minOcc 0
maxOcc 1
content complex
children fx:responsibleAgent
annotation
documentation

                        Additional information related to the handling of dangerous goods, as identified
                        on the Shipper's Declaration for Dangerous Goods.
                        <deprecated>
<deletionVersion>5.0.0</deletionVersion>
<deprecationVersion>4.1.0</deprecationVersion>
<rationale>Change Request #25. Outcomes of ATMRPP/2 shows DG data element other than NOTOC items are not required in FIXM Core.</rationale>
<replacement>N/A</replacement>
</deprecated>
source <element name="handlingInformation" type="fx:AdditionalHandlingInformationType" minOccurs="0" maxOccurs="1">
 
<annotation>
   
<documentation>
                        Additional information related to the handling of dangerous goods, as identified
                        on the Shipper's Declaration for Dangerous Goods.
                       
<deprecated>
       
<deletionVersion>5.0.0</deletionVersion>
       
<deprecationVersion>4.1.0</deprecationVersion>
       
<rationale>Change Request #25. Outcomes of ATMRPP/2 shows DG data element other than NOTOC items are not required in FIXM Core.</rationale>
       
<replacement>N/A</replacement>
     
</deprecated>
   
</documentation>
 
</annotation>
</element>

element DangerousGoodsType/packageGroup
diagram Nas_diagrams/Nas_p624.png
namespace http://www.fixm.aero/flight/4.1
type fx:DangerousGoodsPackageGroupType
properties
minOcc 0
maxOcc 2000
content complex
children fb:extension fx:dangerousGoodsPackage fx:shipmentDimensions
attributes
Name  Type  Use  Default  Fixed  Annotation
shipmentUseIndicator  fx:ShipmentUseType  optional      
documentation

                     An indicator of sole use, by a single shipper, of an aircraft or of a large freight
                     container, of which all initial, intermediate and final loading and unloading is
                     carried out in accordance with the directions of the shipper or consignee.
                     
                     WARNING
                     This element is deprecated as of FIXM 4.1.0 per ATMRPP/2 and FIXM CCB decision. The
                     element will be removed starting FIXM 5.0.0.
                     <deprecated>
<deletionVersion>5.0.0</deletionVersion>
<deprecationVersion>4.1.0</deprecationVersion>
<rationale>CR #25. Trim Down DG.</rationale>
</deprecated>
annotation
documentation

                        A code that indicates the relative degree of danger presented by various articles
                        and substances within a Class or Division.
                    
source <element name="packageGroup" type="fx:DangerousGoodsPackageGroupType" minOccurs="0" maxOccurs="2000">
 
<annotation>
   
<documentation>
                        A code that indicates the relative degree of danger presented by various articles
                        and substances within a Class or Division.
                    
</documentation>
 
</annotation>
</element>

element DangerousGoodsType/shippingInformation
diagram Nas_diagrams/Nas_p625.png
namespace http://www.fixm.aero/flight/4.1
type fx:ShippingInformationType
properties
minOcc 0
maxOcc 1
content complex
children fb:extension fx:aerodromeOfLoading fx:aerodromeOfUnloading fx:consignee fx:declarationText fx:shipper fx:transferAerodromes
attributes
Name  Type  Use  Default  Fixed  Annotation
dangerousGoodsScreeningLocation  fb:CharacterStringType  optional      
documentation

                     The name of the Certified Cargo Screening Facility, as approved by the Transportation
                     Security Administration (TSA), or the location/name of any screening performed.
                     <deprecated>
<deletionVersion>5.0.0</deletionVersion>
<deprecationVersion>4.1.0</deprecationVersion>
<rationale>Change Request #25. Outcomes of ATMRPP/2 shows DG data element other than NOTOC items are not required in FIXM Core.</rationale>
<replacement>N/A</replacement>
</deprecated>
departureCountry  fb:TextCountryNameType  optional      
documentation

                     The Code and Name of the departure country where the package originated.
                     <deprecated>
<deletionVersion>5.0.0</deletionVersion>
<deprecationVersion>4.1.0</deprecationVersion>
<rationale>Change Request #25. Outcomes of ATMRPP/2 shows DG data element other than NOTOC items are not required in FIXM Core.</rationale>
<replacement>N/A</replacement>
</deprecated>
destinationCountry  fb:TextCountryNameType  optional      
documentation

                     The Name and Code of the dangerous good's country of destination.
                     <deprecated>
<deletionVersion>5.0.0</deletionVersion>
<deprecationVersion>4.1.0</deprecationVersion>
<rationale>Change Request #25. Outcomes of ATMRPP/2 shows DG data element other than NOTOC items are not required in FIXM Core.</rationale>
<replacement>N/A</replacement>
</deprecated>
originCountry  fb:TextCountryNameType  optional      
documentation

                     The Code and Name of the departure country where the package originated.
                     <deprecated>
<deletionVersion>5.0.0</deletionVersion>
<deprecationVersion>4.1.0</deprecationVersion>
<rationale>Change Request #25. Outcomes of ATMRPP/2 shows DG data element other than NOTOC items are not required in FIXM Core.</rationale>
<replacement>N/A</replacement>
</deprecated>
shipmentAuthorizations  fb:CharacterStringType  optional      
documentation

                     Additional information related to an approval, permission, or other specific detail
                     regarding the shipment of dangerous goods.
                 
subsidiaryHazardClassAndDivision  fb:CharacterStringType  optional      
documentation

                     An identifier of any subsidiary hazard class(es)/division(s) in addition to the primary
                     hazard class and division.
                 
supplementaryInformation  fb:CharacterStringType  optional      
documentation

                     Additional information that may be added to the proper shipping name to more fully
                     describe the goods or to identify a particular condition.
                     <deprecated>
<deletionVersion>5.0.0</deletionVersion>
<deprecationVersion>4.1.0</deprecationVersion>
<rationale>Change Request #25. Outcomes of ATMRPP/2 shows DG data element other than NOTOC items are not required in FIXM Core.</rationale>
<replacement>N/A</replacement>
</deprecated>
annotation
documentation

                        IATA Shipper's Declaration for Dangerous Goods.
                    
source <element name="shippingInformation" type="fx:ShippingInformationType" minOccurs="0" maxOccurs="1">
 
<annotation>
   
<documentation>
                        IATA Shipper's Declaration for Dangerous Goods.
                    
</documentation>
 
</annotation>
</element>


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