type | restriction of xsd:unsignedByte | |||||||||
properties |
|
|||||||||
used by |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
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> |