namespace | http://www.ite.org/tmdd | ||||
type | restriction of xs:string | ||||
used by | |||||
facets |
|
||||
annotation |
|
||||
source | <xs:simpleType name="Roadway-network-name"> <xs:annotation> <xs:documentation> <objectClass>RoadwayNetwork</objectClass> <definition>The user-defined name for a network, route, link or node. Any set of ASCII characters up to 128.</definition> </xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:minLength value="1"/> <xs:maxLength value="128"/> </xs:restriction> </xs:simpleType> |