element <responseBody> (local)
Namespace:
Type:
Content:
simple, 2 attributes
Defined:
XML Representation Summary
<responseBody
   
 = 
("rtl" | "ltr")
 = 
(xsd:language | "")
   
>
   
Content: 
{ xsd:string }
</responseBody>
Included in content model of elements (5):
attendee (in event in myCalendar), attendee (type attendeeType), attendeeEventExtra (in event in myCalendar), attendeeEventExtra (in exception), respondRequest
Annotation
Optional message for invitees to include along with the response.
XML Source (see within schema source)
<xsd:element maxOccurs="1" minOccurs="0" name="responseBody" type="hs:longText">
<xsd:annotation>
<xsd:documentation>
Optional message for invitees to include along with the response.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
Attribute Detail (all declarations; 2/2)
dir
Type:
Use:
optional
Defined:
locally within hs:longText complexType
This optional attribute specifies the base direction of directionally neutral text. Possible values include <b>rtl</b> (right to left) and <b>ltr</b> (left to right).
XML Source (see within schema source)
<xsd:attribute name="dir" type="dirType" use="optional">
<xsd:annotation>
<xsd:documentation>
This optional attribute specifies the base direction of
directionally neutral text. Possible values include
<b>rtl</b>
(right to left)
and
<b>ltr</b>
(left to right).
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>

xml:lang
Type:
anonymous simpleType (union of (xs:language | restriction of xs:string))
Use:
required
Defined:
by reference within hs:longText complexType
This required attribute is used to specify an ISO 639 language code or an ISO 3166 country code as described in <a href="http://www.ietf.org/rfc/rfc1766.txt">RFC 1766</a>. The value of this attribute indicates the language type of the content within this element.
XML Source (see within schema source)
<xsd:attribute ref="xml:lang" use="required">
<xsd:annotation>
<xsd:documentation>
This required attribute is used to specify an ISO 639 language code
or an ISO 3166 country code as described in
<a href="http://www.ietf.org/rfc/rfc1766.txt">RFC 1766</a>
.
The value of this attribute indicates the language type of
the content within this element.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>