complexType "weekDayAttributesType"
Namespace:
Content:
empty, 7 attributes
Defined:
globally in myCalendar.xsd; see XML source
Includes:
definitions of 7 attributes
Used:
XML Representation Summary
<...
   
 = 
xsd:boolean
 = 
xsd:boolean
 = 
xsd:boolean
 = 
xsd:boolean
 = 
xsd:boolean
 = 
xsd:boolean
 = 
xsd:boolean
/>
Known Direct Subtypes (1):
yearlyByDayType
All Direct / Indirect Based Elements (3):
monthlyByDay (in repeat), weekly (in repeat), yearlyByDay (in repeat)
Known Usage Locations
Annotation
This element's attributes contain whether a given day is or is not considered by the user as part of the work week. If this element has no attributes, we will assume that the user has a Monday to Friday work week.
XML Source (see within schema source)
<xsd:complexType name="weekDayAttributesType">
<xsd:annotation>
<xsd:documentation>
This element's attributes contain whether a given day is or is not considered
by the user as part of the work week. If this element has no attributes, we
will assume that the user has a Monday to Friday work week.
</xsd:documentation>
</xsd:annotation>
<xsd:attribute name="su" type="xsd:boolean"/>
<xsd:attribute name="mo" type="xsd:boolean"/>
<xsd:attribute name="tu" type="xsd:boolean"/>
<xsd:attribute name="we" type="xsd:boolean"/>
<xsd:attribute name="th" type="xsd:boolean"/>
<xsd:attribute name="fr" type="xsd:boolean"/>
<xsd:attribute name="sa" type="xsd:boolean"/>
</xsd:complexType>
Attribute Detail (all declarations; 7/7)
fr
Type:
xsd:boolean, predefined
Use:
optional
Defined:
locally within (this) 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 (this) 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 (this) 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 (this) 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 (this) 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 (this) 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 (this) weekDayAttributesType complexType
XML Source (see within schema source)
<xsd:attribute name="we" type="xsd:boolean"/>