namespace | http://www.ite.org/tmdd | ||||
type | restriction of xs:string | ||||
used by |
|
||||
facets |
|
||||
annotation |
|
||||
source | <xs:simpleType name="Contact-mailing-address-entry"> <xs:annotation> <xs:documentation> <objectClass>Organization</objectClass> <definition>The address line, zip code, or country portion of the mailing address of a person at an organization to contact regarding a roadway event.</definition> </xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:minLength value="1"/> <xs:maxLength value="32"/> </xs:restriction> </xs:simpleType> |