element <monthlyByDay> (local)
Namespace:
Type:
anonymous complexType (extension of weekDayAttributesType)
Content:
empty, 9 attributes
Defined:
locally within repeatRuleType complexType in myCalendar.xsd; see XML source
Includes:
definitions of 2 attributes
XML Representation Summary
<monthlyByDay
   
 = 
xsd:boolean
 = 
xsd:boolean
 = 
xsd:int
 = 
xsd:boolean
 = 
xsd:boolean
 = 
xsd:boolean
 = 
xsd:boolean
 = 
xsd:boolean
 = 
("first" | "second" | "third" | "fourth" | "last")
/>
Included in content model of elements (1):
repeat (type repeatRuleType)
Annotation
<br/>Repeat on the [First, Second, Third, Fourth, Last] {su, mo, tu, we, th, fr, sa} of every [...] month(s). <br/>Any combination of the {weekday} attributes are valid, including user-defined combinations for weekdays and weekend days.
Anonymous Type Detail
Type Derivation Tree
weekDayAttributesType (extension)
  complexType
XML Source (see within schema source)
<xsd:element maxOccurs="1" minOccurs="0" name="monthlyByDay">
<xsd:annotation>
<xsd:documentation>
<br/>
Repeat on the [First, Second, Third, Fourth, Last] {su, mo, tu, we, th, fr, sa} of every [...] month(s).
<br/>
Any combination of the {weekday} attributes are valid, including user-defined combinations for
weekdays and weekend days.
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:complexContent>
<xsd:extension base="weekDayAttributesType">
<xsd:attribute name="monthFrequency" type="xsd:int">
<xsd:annotation>
<xsd:documentation>
Specifies the month periodicity to recur on. If this
attribute is not present, it defaults to 1 (every month).
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="weekdayOfMonth" type="weekdayOfMonthEnum" use="required"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
</xsd:element>
Attribute Detail (all declarations; 9/9)
fr
Type:
xsd:boolean, predefined
Use:
optional
Defined:
locally within weekDayAttributesType complexType
XML Source (see within schema source)
<xsd:attribute name="fr" type="xsd:boolean"/>

mo
Type:
xsd:boolean, predefined
Use:
optional
Defined:
locally within weekDayAttributesType complexType
XML Source (see within schema source)
<xsd:attribute name="mo" type="xsd:boolean"/>

monthFrequency
Type:
xsd:int, predefined
Use:
optional
Defined:
locally within (this) monthlyByDay element
Specifies the month periodicity to recur on. If this attribute is not present, it defaults to 1 (every month).
XML Source (see within schema source)
<xsd:attribute name="monthFrequency" type="xsd:int">
<xsd:annotation>
<xsd:documentation>
Specifies the month periodicity to recur on. If this
attribute is not present, it defaults to 1 (every month).
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>

sa
Type:
xsd:boolean, predefined
Use:
optional
Defined:
locally within weekDayAttributesType complexType
XML Source (see within schema source)
<xsd:attribute name="sa" type="xsd:boolean"/>

su
Type:
xsd:boolean, predefined
Use:
optional
Defined:
locally within weekDayAttributesType complexType
XML Source (see within schema source)
<xsd:attribute name="su" type="xsd:boolean"/>

th
Type:
xsd:boolean, predefined
Use:
optional
Defined:
locally within weekDayAttributesType complexType
XML Source (see within schema source)
<xsd:attribute name="th" type="xsd:boolean"/>

tu
Type:
xsd:boolean, predefined
Use:
optional
Defined:
locally within weekDayAttributesType complexType
XML Source (see within schema source)
<xsd:attribute name="tu" type="xsd:boolean"/>

we
Type:
xsd:boolean, predefined
Use:
optional
Defined:
locally within weekDayAttributesType complexType
XML Source (see within schema source)
<xsd:attribute name="we" type="xsd:boolean"/>

weekdayOfMonth
Type:
Use:
required
Defined:
locally within (this) monthlyByDay element
XML Source (see within schema source)
<xsd:attribute name="weekdayOfMonth" type="weekdayOfMonthEnum" use="required"/>