simpleType PackingGroupType
namespace http://www.fixm.aero/flight/4.2
type restriction of xs:string
properties
base xs:string
used by
element DangerousGoodsPackageType/packingGroup
facets
Kind Value Annotation
enumeration I
documentation
Represents high danger.
enumeration II
documentation
Represents medium danger.
enumeration III
documentation
Represents low danger.
annotation
documentation
A code that indicates the relative degree of danger presented by various articles and substances within a Class or Division.
source <xs:simpleType name="PackingGroupType">
 
<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:restriction base="xs:string">
   
<xs:enumeration value="I">
     
<xs:annotation>
       
<xs:documentation>Represents high danger.</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="II">
     
<xs:annotation>
       
<xs:documentation>Represents medium danger.</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="III">
     
<xs:annotation>
       
<xs:documentation>Represents low danger.</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
 
</xs:restriction>
</xs:simpleType>


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