simpleType HazardDivisionType
namespace http://www.fixm.aero/flight/4.2
type restriction of fb:CharacterStringType
properties
base fb:CharacterStringType
used by
element HazardClassType/division
facets
Kind Value Annotation
minLength 0
maxLength 4096
pattern [0-9]|[1-9][0-9]
annotation
documentation
A number representing a subdivision (Division) within the Class.
source <xs:simpleType name="HazardDivisionType">
 
<xs:annotation>
   
<xs:documentation>A number representing a subdivision (Division) within the Class.</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="fb:CharacterStringType">
   
<xs:pattern value="[0-9]|[1-9][0-9]"/>
 
</xs:restriction>
</xs:simpleType>


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