docLang

(documentation language) specifies which languages to use when creating
documentation if the description for an element, attribute, class or macro is available
in more than one language

Attribute Information

Used By

Element tei:schemaSpec

Source

<xs:attribute name="docLang">
  <xs:annotation>
    <xs:documentation>(documentation language) specifies which languages to use when creating documentation if the description for an element, attribute, class or macro is available in more than one language</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction>
      <xs:simpleType>
        <xs:list>
          <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:list>
      </xs:simpleType>
      <xs:minLength value="1"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>

Sample