namespace | https://mmixm.aero/base/2.1.0 | ||||||
type | restriction of xs:string | ||||||
properties |
|
||||||
facets |
|
||||||
annotation |
|
||||||
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> |