simpleType calendarDaysType
type restriction of xsd:unsignedByte
properties
base xsd:unsignedByte
used by
attribute dateTimeGroupElementType/@day
facets
Kind Value Annotation
maxInclusive 31
minExclusive 0
annotation
documentation
Range restriction for calendar days (1-31).
source <xsd:simpleType name="calendarDaysType">
 
<xsd:annotation>
   
<xsd:documentation>Range restriction for calendar days (1-31).</xsd:documentation>
 
</xsd:annotation>
 
<xsd:restriction base="xsd:unsignedByte">
   
<xsd:minExclusive value="0"/>
   
<xsd:maxInclusive value="31"/>
 
</xsd:restriction>
</xsd:simpleType>


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