tei:att.pointing.attribute.targetLang

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
targetLang union of(xs:language, restriction of xs:token) optional
specifies the language of the content to be found at the destination
referenced by target, using a language tag generated according to BCP
47.

Used By

Attribute Group tei:att.pointing.attributes
Element tei:alt

Source

<xs:attributeGroup name="att.pointing.attribute.targetLang">
  <xs:attribute name="targetLang">
    <xs:annotation>
      <xs:documentation>specifies the language of the content to be found at the destination referenced by target, using a language tag generated according to BCP 47.</xs:documentation>
    </xs:annotation>
    <xs:simpleType>
      <xs:union memberTypes="xs:language">
        <xs:simpleType>
          <xs:restriction base="xs:token">
            <xs:enumeration value=""/>
          </xs:restriction>
        </xs:simpleType>
      </xs:union>
    </xs:simpleType>
  </xs:attribute>
</xs:attributeGroup>