simpleType ATOWGrpType
namespace https://mmixm.aero/base/2.1.0
type restriction of xs:string
properties
base xs:string
used by
element atowIdentType/atowGrp
facets
Kind Value Annotation
pattern [0-9A-Z]{5}
annotation
documentation
Five alpha-numeric character code representing the ATOW Group.
source <xs:simpleType name="ATOWGrpType">
 
<xs:annotation>
   
<xs:documentation>Five alpha-numeric character code representing the ATOW Group.</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:pattern value="[0-9A-Z]{5}"/>
 
</xs:restriction>
</xs:simpleType>


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