namespace | http://www.ite.org/tmdd | ||
type | restriction of xs:string | ||
used by |
|
||
facets |
|
||
annotation |
|
||
source | <xs:simpleType name="Event-timeline-schedule-times"> <xs:annotation> <xs:documentation> <objectClass>Event</objectClass> <definition> Times during which a roadway event is in effect, expressed in local time. represented as HHMMSS, HH=00 through 23; MM=00 through 59; SS=00 through 59. HH represents the hours, MM the minutes, and SS the seconds. </definition> </xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:length value="6"/> </xs:restriction> </xs:simpleType> |