namespace | http://www.fixm.aero/flight/4.2 | ||||||||||||||||||
type | restriction of xs:string | ||||||||||||||||||
properties |
|
||||||||||||||||||
used by |
|
||||||||||||||||||
facets |
|
||||||||||||||||||
annotation |
|
||||||||||||||||||
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> |