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