element <subject> (unified local)
Namespace:
Type:
Content:
complex, 2 attributes, 2 elements
Defined:
locally at 3 locations in myInbox.xsd
XML Representation Summary
<subject
   
 = 
("rtl" | "ltr")
 = 
(xsd:language | "")
   
>
   
Content: 
</subject>
Content model elements (2):
prefix (in subject), text (in subject)
Included in content model of elements (3):
draftContent (in draft), messageContent (in message in myInbox), serverReply (in action)
Definition Locations
Annotations (2) (by all definition locations)
Locations (2):
within messageContentType complexType [def], within draftContentType complexType [def]
Annotation:
The subject of the message. This element contains both a prefix and text sub-elements to allow clients to sort on the non-prefix part of the subject (so RE: RE: doesn't get sorted)

Location:
within serverReplyActionType complexType [def]
Annotation:
The subject of the message from the server.
Attribute Detail (all declarations; 2/2)
dir
Type:
Use:
optional
Defined:
locally within subjectType complexType
This optional attribute specifies the default layout direction for the localized string. Valid values are rtl (right to left), and ltr (left to right).
XML Source (see within schema source)
<xsd:attribute name="dir" type="hs:dirType" use="optional">
<xsd:annotation>
<xsd:documentation>
This optional attribute specifies the default layout direction
for the localized string. Valid values are rtl (right to left), and
ltr (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 subjectType 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>
Content Element Detail (all declarations; 2/2)
prefix
Type:
hs:string, simple content
Defined:
locally within subjectType complexType
The prefix of a message subject(ex: 'FW: ')
XML Source (see within schema source)
<xsd:element name="prefix" type="hs:string">
<xsd:annotation>
<xsd:documentation>
The prefix of a message subject(ex: 'FW: ')
</xsd:documentation>
</xsd:annotation>
</xsd:element>

text
Type:
hs:string, simple content
Defined:
locally within subjectType complexType
The subject of a message minus the prefix (ex: 'hello there')
XML Source (see within schema source)
<xsd:element name="text" type="hs:string">
<xsd:annotation>
<xsd:documentation>
The subject of a message minus the prefix (ex: 'hello there')
</xsd:documentation>
</xsd:annotation>
</xsd:element>