element <floating> (local)
Namespace:
Type:
xsd:boolean
Content:
simple
Defined:
locally within bodyType complexType in myCalendar.xsd; see XML source
XML Representation Summary
<floating>
   
Content: 
{ xsd:boolean }
</floating>
Included in content model of elements (1):
body (type bodyType)
Annotation
The floating attribute indicates that this event is to occur in the current local time zone no matter what time zone the system is currently in (that is, it floats). For example, holidays are floating events. Floating values are stored as-is: no time-zone translations are needed to convert them to UTC or any local time zone.
XML Source (see within schema source)
<xsd:element maxOccurs="1" minOccurs="0" name="floating" type="xsd:boolean">
<xsd:annotation>
<xsd:documentation>
The floating attribute indicates that this event is to
occur in the current local time zone no matter what time zone
the system is currently in (that is, it floats). For example,
holidays are floating events. Floating values are stored
as-is: no time-zone translations are needed to convert them
to UTC or any local time zone.
</xsd:documentation>
</xsd:annotation>
</xsd:element>