complexType "localizableString"
Namespace:
Content:
simple, 2 attributes
Defined:
globally in hscommon.xsd; see XML source
Includes:
definitions of 2 attributes
Used:
at 35 locations
XML Representation Summary
<...
   
 = 
("rtl" | "ltr")
 = 
(xsd:language | "")
   
>
   
Content: 
{ xsd:string }
</...>
All Direct / Indirect Based Elements (35):
accountNumber (in account), description (type localizableString), fileAsName (type localizableString), fullDescription (in roleTemplate), givenName (type localizableString), internalAddressLine (type localizableString), jobTitle (type localizableString), location (type localizableString), memberNamePortion (in memberInformation), middleName (type localizableString), name (in device), name (type localizableString), name (type localizableString), name (type localizableString), name (type localizableString), name (type localizableString), nameOnAccount (in account), nameOnCard (in card), notes (in role), officeLocation (type localizableString), officialAddressLine (type localizableString), preview (type localizableString), primaryCity (type localizableString), profession (type localizableString), provider (in rule), secondaryCity (type localizableString), simpleBody (in serverReply), subdivision (type localizableString), suffix (type localizableString), surname (type localizableString), title (in favoriteWebSite), title (in flag), title (type localizableString), title (type localizableString), to (type localizableString)
Known Usage Locations
Type Definition Detail
Type Derivation Tree
xsd:string (restriction)
  string (extension)
      localizableString
Derivation:
extension of string
XML Source (see within schema source)
<xsd:complexType name="localizableString">
<xsd:simpleContent>
<xsd:extension base="string">
<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="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>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
Attribute Detail (all declarations; 2/2)
dir
Type:
Use:
optional
Defined:
locally within (this) 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:
by reference within (this) localizableString 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>