namespace | http://www.ite.org/tmdd | ||||
type | restriction of xs:string | ||||
used by |
|
||||
facets |
|
||||
annotation |
|
||||
source | <xs:simpleType name="Contact-mailing-address-state"> <xs:annotation> <xs:documentation> <objectClass>Organization</objectClass> <definition>The state abbreviation portion of the mailing address of a person at an organization to contact regarding a roadway event. Any ASCII characters as a two letter state code.</definition> </xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:minLength value="1"/> <xs:maxLength value="2"/> </xs:restriction> </xs:simpleType> |