simpleType CompatibilityGroupType
namespace http://www.fixm.aero/flight/4.2
type restriction of fb:CharacterStringType
properties
base fb:CharacterStringType
used by
element DangerousGoodsPackageType/compatibilityGroup
facets
Kind Value Annotation
minLength 0
maxLength 4096
pattern [A-H|K-L|N|S]
annotation
documentation
When shipping dangerous goods, the reference to the group which identifies the kind of substances and articles deemed to be compatible.
source <xs:simpleType name="CompatibilityGroupType">
 
<xs:annotation>
   
<xs:documentation>When shipping dangerous goods, the reference to the group which identifies the kind of substances and articles deemed to be compatible. </xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="fb:CharacterStringType">
   
<xs:pattern value="[A-H|K-L|N|S]"/>
 
</xs:restriction>
</xs:simpleType>


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