simpleType Event-timeline-schedule-days-of-the-week
namespace http://www.ite.org/tmdd
type union of (restriction of xs:unsignedInt, restriction of xs:string)
used by
element EventPeriod/days-of-the-week
annotation
documentation
<objectClass>Event</objectClass>
<definition>Days of the week during which a roadway event is in effect, in terms of local time.</definition>
source <xs:simpleType name="Event-timeline-schedule-days-of-the-week">
 
<xs:annotation>
   
<xs:documentation>
     
<objectClass>Event</objectClass>
     
<definition>Days of the week during which a roadway event is in effect, in terms of local time.</definition>
   
</xs:documentation>
 
</xs:annotation>
 
<xs:union>
   
<xs:simpleType>
     
<xs:restriction base="xs:unsignedInt">
       
<xs:minInclusive value="1"/>
       
<xs:maxInclusive value="7"/>
     
</xs:restriction>
   
</xs:simpleType>
   
<xs:simpleType>
     
<xs:restriction base="xs:string">
       
<xs:enumeration value="sunday"/>
       
<xs:enumeration value="monday"/>
       
<xs:enumeration value="tuesday"/>
       
<xs:enumeration value="wednesday"/>
       
<xs:enumeration value="thursday"/>
       
<xs:enumeration value="friday"/>
       
<xs:enumeration value="saturday"/>
     
</xs:restriction>
   
</xs:simpleType>
 
</xs:union>
</xs:simpleType>


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