**************************************- Maintenance: DF/2003-11-13: Comment corrected **************************************- A unique alphabetic upper character [A,Z] Usually used in codes. Non complete words should however be avoided. **************************************- |
Attributes | RegionType/@Code, State/@Code |
<xs:simpleType name="AlphaUpperType"> <xs:annotation> <xs:documentation>**************************************- Maintenance: DF/2003-11-13: Comment corrected **************************************- A unique alphabetic upper character [A,Z] Usually used in codes. Non complete words should however be avoided. **************************************-</xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:pattern value="[A-Z]*"/> </xs:restriction> </xs:simpleType> |