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


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