element <name> (unified local)
Namespace:
Type:
Content:
simple, 2 attributes
Defined:
locally at 4 locations in myInbox.xsd
XML Representation Summary
<name
   
 = 
("rtl" | "ltr")
 = 
(xsd:language | "")
   
>
   
Content: 
{ xsd:string }
</name>
Included in content model of elements (6):
account (in myInbox), folder (in myInbox), from (type emailType), recipient (in messageContent in message in myInbox), recipient (type emailToCcBccType), rule (in myInbox)
Definition Locations
Annotations (4) (by all definition locations)
Location:
within emailType complexType [def]
Annotation:
The display name of an e-mail address

Location:
within accountType complexType [def]
Annotation:
The display name of the account

Location:
within ruleType complexType [def]
Annotation:
The application-defined, human readable identifier of the rule.

Location:
within folderType complexType [def]
Annotation:
This element contains the name of the e-mail folder. For the four special folders, this element is read only. For custom folders, this element can be edited.
Attribute Detail (all declarations; 2/2)
dir
Type:
Use:
optional
Defined:
locally within hs:localizableString complexType
This optional attribute specifies the default layout direction for the localized string. Valid values are <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 default layout direction
for the localized string. Valid values are
<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:
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>