complexType "subjectType"
Namespace:
Content:
complex, 2 attributes, 2 elements
Defined:
globally in myInbox.xsd; see XML source
Includes:
definitions of 2 attributes, 2 elements
Used:
XML Representation Summary
<...
   
 = 
("rtl" | "ltr")
 = 
(xsd:language | "")
   
>
   
Content: 
</...>
Content Model Elements (2):
prefix (in subject), text (in subject)
All Direct / Indirect Based Elements (1):
subject (type subjectType)
Known Usage Locations
Annotation
The complete prefix and text of a subject. prefix is separated by the server to allow sorting on the actualy subject of the message.
XML Source (see within schema source)
<xsd:complexType name="subjectType">
<xsd:annotation>
<xsd:documentation>
The complete prefix and text of a subject. prefix is separated by
the server to allow sorting on the actualy subject of the message.
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<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>
<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>
</xsd:sequence>
<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>
<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>
</xsd:complexType>
Attribute Detail (all declarations; 2/2)
dir
Type:
Use:
optional
Defined:
locally within (this) 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 (this) 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 (this) 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 (this) 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>