simpleType "dayValueEnum"
Namespace:
Defined:
globally in myCalendar.xsd; see XML source
Used:
Simple Content Model
xsd:int
All Direct / Indirect Based Attributes (4):
day (in month)/@d, monthly (in repeat)/@day, transitionRuleType/@afterDay, yearly (in repeat)/@day
Known Usage Locations
Type Definition Detail
Type Derivation Tree
xsd:int (restriction)
  dayValueEnum
Derivation:
restriction of xsd:int
XML Source (see within schema source)
<xsd:simpleType name="dayValueEnum">
<xsd:restriction base="xsd:int">
<xsd:minInclusive value="1"/>
<xsd:maxInclusive value="31"/>
</xsd:restriction>
</xsd:simpleType>