simpleType "weekdayOfMonthEnum"
Namespace:
Defined:
globally in myCalendar.xsd; see XML source
Used:
Simple Content Model
"first" | "second" | "third" | "fourth" | "last"
All Direct / Indirect Based Attributes (3):
monthlyByDay (in repeat)/@weekdayOfMonth, transitionRuleType/@weekdayOfMonth, yearlyByDayType/@weekdayOfMonth
Known Usage Locations
Annotation
Specifies which week in a month [first, second, third, fourth, last].
Type Definition Detail
Type Derivation Tree
xsd:string (restriction)
  weekdayOfMonthEnum
Derivation:
restriction of xsd:string
XML Source (see within schema source)
<xsd:simpleType name="weekdayOfMonthEnum">
<xsd:annotation>
<xsd:documentation>
Specifies which week in a month [first, second, third, fourth, last].
</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="first"/>
<xsd:enumeration value="second"/>
<xsd:enumeration value="third"/>
<xsd:enumeration value="fourth"/>
<xsd:enumeration value="last"/>
</xsd:restriction>
</xsd:simpleType>