simpleType clockHoursType
type restriction of xsd:unsignedByte
properties
base xsd:unsignedByte
used by
attribute dateTimeGroupElementType/@hour
facets
Kind Value Annotation
minInclusive 0
maxInclusive 23
annotation
documentation
Enumeration for the hours of a 24-hour clock (0-23).
source <xsd:simpleType name="clockHoursType">
 
<xsd:annotation>
   
<xsd:documentation>Enumeration for the hours of a 24-hour clock (0-23).</xsd:documentation>
 
</xsd:annotation>
 
<xsd:restriction base="xsd:unsignedByte">
   
<xsd:minInclusive value="0"/>
   
<xsd:maxInclusive value="23"/>
 
</xsd:restriction>
</xsd:simpleType>


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