namespace | http://www.ite.org/tmdd | ||||
type | restriction of xs:string | ||||
used by | |||||
facets |
|
||||
annotation |
|
||||
source | <xs:simpleType name="Link-route-designator"> <xs:annotation> <xs:documentation> <objectClass>Link</objectClass> <definition>County, State, or Federal route numbers with any associated alphabetic designators. Any set of alphanumeric characters up to 64.</definition> </xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:minLength value="1"/> <xs:maxLength value="64"/> </xs:restriction> </xs:simpleType> |