simpleType "dirType"
Namespace:
Defined:
globally in hscommon.xsd; see XML source
Used:
Simple Content Model
"rtl" | "ltr"
All Direct / Indirect Based Attributes (3):
localizableString/@dir, longText/@dir, subjectType/@dir
Known Usage Locations
Annotation
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).
Type Definition Detail
Type Derivation Tree
xsd:string (restriction)
  string (restriction)
      dirType
Derivation:
restriction of string
XML Source (see within schema source)
<xsd:simpleType name="dirType">
<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:restriction base="string">
<xsd:enumeration value="rtl"/>
<xsd:enumeration value="ltr"/>
</xsd:restriction>
</xsd:simpleType>