complexType HazardClassType
diagram BasicMessage_diagrams/BasicMessage_p417.png
namespace http://www.fixm.aero/flight/4.2
children fx:class fx:division fx:extension
used by
elements DangerousGoodsPackageType/hazardClass DangerousGoodsPackageType/subsidiaryHazardClass
annotation
documentation
A number assigned to a dangerous good that represents a classification (Class) according to the most dominant hazard it represents, potentially followed by a number representing a subdivision (Division) within the Class.
An identifier of any subsidiary hazard class(es)/division(s) in addition to the primary hazard class and division.
source <xs:complexType name="HazardClassType">
 
<xs:annotation>
   
<xs:documentation>A number assigned to a dangerous good that represents a classification (Class) according to the most dominant hazard it represents, potentially followed by a number representing a subdivision (Division) within the Class.
An identifier of any subsidiary hazard class(es)/division(s) in addition to the primary hazard class and division.
</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="class" type="fx:RestrictedHazardClassType" nillable="true" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>A number assigned to a dangerous good that represents a classification (Class) according to the most dominant hazard it represents.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="division" type="fx:HazardDivisionType" nillable="true" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>A number representing a subdivision (Division) within the Class.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="extension" type="fb:HazardClassExtensionType" 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:sequence>
</xs:complexType>

element HazardClassType/class
diagram BasicMessage_diagrams/BasicMessage_p418.png
namespace http://www.fixm.aero/flight/4.2
type fx:RestrictedHazardClassType
properties
minOcc 0
maxOcc 1
content simple
nillable true
facets
Kind Value Annotation
minLength 0
maxLength 4096
pattern [1-9]
annotation
documentation
A number assigned to a dangerous good that represents a classification (Class) according to the most dominant hazard it represents.
source <xs:element name="class" type="fx:RestrictedHazardClassType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>A number assigned to a dangerous good that represents a classification (Class) according to the most dominant hazard it represents.</xs:documentation>
 
</xs:annotation>
</xs:element>

element HazardClassType/division
diagram BasicMessage_diagrams/BasicMessage_p419.png
namespace http://www.fixm.aero/flight/4.2
type fx:HazardDivisionType
properties
minOcc 0
maxOcc 1
content simple
nillable true
facets
Kind Value Annotation
minLength 0
maxLength 4096
pattern [0-9]|[1-9][0-9]
annotation
documentation
A number representing a subdivision (Division) within the Class.
source <xs:element name="division" type="fx:HazardDivisionType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>A number representing a subdivision (Division) within the Class.</xs:documentation>
 
</xs:annotation>
</xs:element>

element HazardClassType/extension
diagram BasicMessage_diagrams/BasicMessage_p420.png
namespace http://www.fixm.aero/flight/4.2
type fb:HazardClassExtensionType
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:HazardClassExtensionType" 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>


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