element <daily> (local)
Namespace:
Type:
anonymous complexType
Content:
empty, 1 attribute
Defined:
locally within repeatRuleType complexType in myCalendar.xsd; see XML source
Includes:
definition of 1 attribute
XML Representation Summary
<daily
   
 = 
xsd:int
/>
Included in content model of elements (1):
repeat (type repeatRuleType)
Annotation
Repeat every [...] days.
XML Source (see within schema source)
<xsd:element maxOccurs="1" minOccurs="0" name="daily">
<xsd:annotation>
<xsd:documentation>
Repeat every [...] days.
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:attribute name="dayFrequency" type="xsd:int" use="required">
<xsd:annotation>
<xsd:documentation>
The periodicity of days over which repetition occurs,
for example, repeat every 3 days.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
</xsd:element>
Attribute Detail (all declarations; 1/1)
dayFrequency
Type:
xsd:int, predefined
Use:
required
Defined:
locally within (this) daily element
The periodicity of days over which repetition occurs, for example, repeat every 3 days.
XML Source (see within schema source)
<xsd:attribute name="dayFrequency" type="xsd:int" use="required">
<xsd:annotation>
<xsd:documentation>
The periodicity of days over which repetition occurs,
for example, repeat every 3 days.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>