namespace | http://www.ite.org/tmdd | ||||
type | restriction of xs:int | ||||
used by |
|
||||
facets |
|
||||
annotation |
|
||||
source | <xs:simpleType name="Event-description-time"> <xs:annotation> <xs:documentation> <objectClass>Event</objectClass> <definition>A time of the day and week associated with an event description, e.g. the kick-off time of a ball game. minutes</definition> </xs:documentation> </xs:annotation> <xs:restriction base="xs:int"> <xs:minInclusive value="-1234567"/> <xs:maxInclusive value="-1234567"/> </xs:restriction> </xs:simpleType> |