complexType "yearlyByDayType"
Namespace:
Content:
empty, 10 attributes
Defined:
globally in myCalendar.xsd; see XML source
Includes:
definitions of 3 attributes
Used:
XML Representation Summary
<...
   
 = 
xsd:boolean
 = 
xsd:boolean
 = 
xsd:int
 = 
xsd:boolean
 = 
xsd:boolean
 = 
xsd:boolean
 = 
xsd:boolean
 = 
xsd:boolean
 = 
("first" | "second" | "third" | "fourth" | "last")
 = 
xsd:int
/>
All Direct / Indirect Based Elements (1):
yearlyByDay (in repeat)
Known Usage Locations
Annotation
<li>Repeat on the [First, Second, Third, Fourth, Last] {su, mo, tu, we, th, fr, sa} of [Jan, Feb, Mar, Apr, May, Jun, Jul, Aug, Sep, Oct, Nov, Dec] every [yearFrequency] years.</li> <br/> Any combination of the {weekday} attributes are valid, including user-defined combinations denoting weekdays and weekend days.
Type Definition Detail
Type Derivation Tree
weekDayAttributesType (extension)
  yearlyByDayType
XML Source (see within schema source)
<xsd:complexType name="yearlyByDayType">
<xsd:annotation>
<xsd:documentation>
<li>
Repeat on the [First, Second, Third, Fourth, Last] {su, mo, tu, we, th, fr, sa}
of [Jan, Feb, Mar, Apr, May, Jun, Jul, Aug, Sep, Oct, Nov, Dec] every [yearFrequency] years.
</li>
<br/>
Any combination of the {weekday} attributes are valid, including user-defined combinations
denoting weekdays and weekend days.
</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="weekDayAttributesType">
<xsd:attribute name="yearFrequency" type="xsd:int">
<xsd:annotation>
<xsd:documentation>
This optional attribute indicates the year periodicity. By
default, it is 1 (repeat every year).
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="weekdayOfMonth" type="weekdayOfMonthEnum" use="required"/>
<xsd:attribute name="month" type="monthValueEnum" use="required"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Attribute Detail (all declarations; 10/10)
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"/>

month
Type:
Use:
required
Defined:
locally within (this) yearlyByDayType complexType
XML Source (see within schema source)
<xsd:attribute name="month" type="monthValueEnum" use="required"/>

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) yearlyByDayType complexType
XML Source (see within schema source)
<xsd:attribute name="weekdayOfMonth" type="weekdayOfMonthEnum" use="required"/>

yearFrequency
Type:
xsd:int, predefined
Use:
optional
Defined:
locally within (this) yearlyByDayType complexType
This optional attribute indicates the year periodicity. By default, it is 1 (repeat every year).
XML Source (see within schema source)
<xsd:attribute name="yearFrequency" type="xsd:int">
<xsd:annotation>
<xsd:documentation>
This optional attribute indicates the year periodicity. By
default, it is 1 (repeat every year).
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>