namespace | http://www.ite.org/tmdd | ||
type | union of (restriction of xs:unsignedInt, restriction of xs:string) | ||
used by |
|
||
annotation |
|
||
source | <xs:simpleType name="Event-effective-period-qualifier"> <xs:annotation> <xs:documentation> <objectClass>Event</objectClass> <definition>A named period within which the situation element applies.</definition> </xs:documentation> </xs:annotation> <xs:union> <xs:simpleType> <xs:restriction base="xs:unsignedInt"> <xs:minInclusive value="1"/> <xs:maxInclusive value="12"/> </xs:restriction> </xs:simpleType> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="not specified"/> <xs:enumeration value="morning"/> <xs:enumeration value="afternoon"/> <xs:enumeration value="evening"/> <xs:enumeration value="night"/> <xs:enumeration value="day time"/> <xs:enumeration value="off peak periods"/> <xs:enumeration value="at peak periods"/> <xs:enumeration value="until further notice"/> <xs:enumeration value="morning peak"/> <xs:enumeration value="afternoon peak"/> <xs:enumeration value="middayperiods"/> </xs:restriction> </xs:simpleType> </xs:union> </xs:simpleType> |