namespace | http://www.ite.org/tmdd | ||||
type | restriction of xs:string | ||||
used by |
|
||||
facets |
|
||||
annotation |
|
||||
source | <xs:simpleType name="Event-point-name"> <xs:annotation> <xs:documentation> <objectClass>Event</objectClass> <definition>Name of a point along a roadway. Any set of ASCII characters up to 256.</definition> </xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:minLength value="1"/> <xs:maxLength value="256"/> </xs:restriction> </xs:simpleType> |