simpleType Event-description-time
namespace http://www.ite.org/tmdd
type restriction of xs:int
used by
elements DataIncidentDetails/description-time DataLinkState/description-time
facets
minInclusive -1234567
maxInclusive -1234567
annotation
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>
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>


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