Attribute Group localization-atts

Namespace No namespace
Diagram
Attribute localization-atts / @translateAttribute @xml:langAttribute localization-atts / @dir
Used by
Attributes
QName Type Use
Attribute localization-atts / @dir restriction of xs:token optional
Attribute localization-atts / @translate restriction of xs:token optional
Attribute @xml:lang optional
Source
<xs:attributeGroup name="localization-atts">
  <xs:attribute name="translate">
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:enumeration value="no"/>
        <xs:enumeration value="yes"/>
        <xs:enumeration value="-dita-use-conref-target"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute ref="xml:lang"/>
  <xs:attribute name="dir">
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:enumeration value="lro"/>
        <xs:enumeration value="ltr"/>
        <xs:enumeration value="rlo"/>
        <xs:enumeration value="rtl"/>
        <xs:enumeration value="-dita-use-conref-target"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
</xs:attributeGroup>

Attribute localization-atts / @translate

Namespace No namespace
Type restriction of xs:token
Properties
content: simple
Facets
enumeration no
enumeration yes
enumeration -dita-use-conref-target
Used by
Source
<xs:attribute name="translate">
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="no"/>
      <xs:enumeration value="yes"/>
      <xs:enumeration value="-dita-use-conref-target"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>

Attribute localization-atts / @dir

Namespace No namespace
Type restriction of xs:token
Properties
content: simple
Facets
enumeration lro
enumeration ltr
enumeration rlo
enumeration rtl
enumeration -dita-use-conref-target
Used by
Source
<xs:attribute name="dir">
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="lro"/>
      <xs:enumeration value="ltr"/>
      <xs:enumeration value="rlo"/>
      <xs:enumeration value="rtl"/>
      <xs:enumeration value="-dita-use-conref-target"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>