namespace | http://www.ite.org/tmdd | ||||
type | restriction of xs:string | ||||
used by | |||||
facets |
|
||||
annotation |
|
||||
source | <xs:simpleType name="Event-description-notes-and-comments"> <xs:annotation> <xs:documentation> <objectClass>Event</objectClass> <definition>A textual description of a roadway event (incident, planned roadway closure, or special event). This data element is also used to describe any ancillary textual notes or comments supplemental to the description of a specific roadway event. Any set of alphanumeric characters up to 2048.</definition> </xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:minLength value="1"/> <xs:maxLength value="2048"/> </xs:restriction> </xs:simpleType> |