simpleType Event-timeline-schedule-times
namespace http://www.ite.org/tmdd
type restriction of xs:string
used by
element RecurrentTime/timeline-schedule-times/timeline-schedule-time
facets
length 6
annotation
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>
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>


XML Schema documentation generated by
XMLSpy Schema Editor http://www.altova.com/xmlspy