simpleType UsStateAbbreviationType
namespace https://mmixm.aero/base/3
type restriction of xs:string
properties
base xs:string
facets
Kind Value Annotation
pattern [A-Z]{2}
annotation
documentation
Format for a US state abbreviation.
source <xs:simpleType name="UsStateAbbreviationType">
 
<xs:annotation>
   
<xs:documentation>Format for a US state abbreviation.</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:pattern value="[A-Z]{2}"/>
 
</xs:restriction>
</xs:simpleType>


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