element <weekly> (local)
Namespace:
Type:
anonymous complexType (extension of weekDayAttributesType)
Content:
empty, 8 attributes
Defined:
locally within repeatRuleType complexType in myCalendar.xsd; see XML source
Includes:
definition of 1 attribute
XML Representation Summary
<weekly
   
 = 
xsd:boolean
 = 
xsd:boolean
 = 
xsd:boolean
 = 
xsd:boolean
 = 
xsd:boolean
 = 
xsd:boolean
 = 
xsd:boolean
 = 
xsd:int
/>
Included in content model of elements (1):
repeat (type repeatRuleType)
Annotation
Repeat every [...] week(s) on {su,mo,tu,we,th,fr,sa}. <br/>The presence of a weekday attribute means to repeat on this particular day. Any combination of the seven days is valid.
Anonymous Type Detail
Type Derivation Tree
weekDayAttributesType (extension)
  complexType
XML Source (see within schema source)
<xsd:element maxOccurs="1" minOccurs="0" name="weekly">
<xsd:annotation>
<xsd:documentation>
Repeat every [...] week(s) on {su,mo,tu,we,th,fr,sa}.
<br/>
The presence of a weekday attribute means to repeat
on this particular day. Any combination of the seven days is valid.
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:complexContent>
<xsd:extension base="weekDayAttributesType">
<xsd:attribute name="weekFrequency" type="xsd:int">
<xsd:annotation>
<xsd:documentation>
The repeatWeekly recurrence occurs every period of weeks. If the
attribute is not present, it defaults to 1 (every week).
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
</xsd:element>
Attribute Detail (all declarations; 8/8)
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"/>

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"/>

weekFrequency
Type:
xsd:int, predefined
Use:
optional
Defined:
locally within (this) weekly element
The repeatWeekly recurrence occurs every period of weeks. If the attribute is not present, it defaults to 1 (every week).
XML Source (see within schema source)
<xsd:attribute name="weekFrequency" type="xsd:int">
<xsd:annotation>
<xsd:documentation>
The repeatWeekly recurrence occurs every period of weeks. If the
attribute is not present, it defaults to 1 (every week).
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>