simpleType ATOWCodeType
namespace https://mmixm.aero/base/3
type restriction of xs:string
properties
base xs:string
used by
element AtowOrganization/atowCode
facets
Kind Value Annotation
pattern [A-Z]{3}[A-Z0-9]{0,2}
annotation
documentation
Three to five alpha-numeric character code representing the ATOW Group.
source <xs:simpleType name="ATOWCodeType">
 
<xs:annotation>
   
<xs:documentation>Three to five alpha-numeric character code representing the ATOW Group.</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:pattern value="[A-Z]{3}[A-Z0-9]{0,2}"/>
 
</xs:restriction>
</xs:simpleType>


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