type | restriction of xsd:unsignedByte | |||||||||
properties |
|
|||||||||
used by |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xsd:simpleType name="clockMinutesOrSecondsType"> <xsd:annotation> <xsd:documentation>Enumeration for the minutes or seconds of a clock (0-59).</xsd:documentation> </xsd:annotation> <xsd:restriction base="xsd:unsignedByte"> <xsd:minInclusive value="0"/> <xsd:maxInclusive value="59"/> </xsd:restriction> </xsd:simpleType> |