simpleType clockMinutesOrSecondsType
type restriction of xsd:unsignedByte
properties
base xsd:unsignedByte
used by
attributes dateTimeGroupElementType/@minute dateTimeGroupElementType/@second
facets
Kind Value Annotation
minInclusive 0
maxInclusive 59
annotation
documentation
Enumeration for the minutes or seconds of a clock (0-59).
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>


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