targetLang

(target language) specifies which language to use when creating the
objects in a schema if names for elements or attributes are available in more than one
language

Attribute Information

Used By

Element tei:schemaSpec

Source

<xs:attribute name="targetLang">
  <xs:annotation>
    <xs:documentation>(target language) specifies which language to use when creating the objects in a schema if names for elements or attributes are available in more than one language</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>

Sample