simpleType RestrictedHazardClassType
namespace http://www.fixm.aero/flight/4.2
type restriction of fb:CharacterStringType
properties
base fb:CharacterStringType
used by
element HazardClassType/class
facets
Kind Value Annotation
minLength 0
maxLength 4096
pattern [1-9]
annotation
documentation
Helper type for restrictions on HazardClass.
source <xs:simpleType name="RestrictedHazardClassType">
 
<xs:annotation>
   
<xs:documentation>Helper type for restrictions on HazardClass.</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="fb:CharacterStringType">
   
<xs:pattern value="[1-9]"/>
 
</xs:restriction>
</xs:simpleType>


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