element <isLeapYear> (local)
Namespace:
Type:
xsd:boolean
Content:
simple
Defined:
XML Representation Summary
<isLeapYear>
   
Content: 
{ xsd:boolean }
</isLeapYear>
Included in content model of elements (2):
rule (in recurrence in event in getCalendarDaysResponse), rule (in recurrence in event in myCalendar)
Annotation
[International calendar support] <br/>It is possible to derive isLeapYear from leapMonthValue, but .NET Calendar stores both separately. See leapMonthValue for a use-case scenario.
XML Source (see within schema source)
<xsd:element maxOccurs="1" minOccurs="0" name="isLeapYear" type="xsd:boolean">
<xsd:annotation>
<xsd:documentation>
[International calendar support]
<br/>
It is possible to derive isLeapYear from leapMonthValue, but .NET Calendar stores both separately.
See leapMonthValue for a use-case scenario.
</xsd:documentation>
</xsd:annotation>
</xsd:element>