eli:langString

A String value with an xml:lang attribute.

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
xml:lang xs:language optional
In due course, we should install the relevant ISO 2- and 3-letter
codes as the enumerated possible values . . .

Used By

Source

<complexType name="langString">
  <annotation>
    <documentation>A String value with an xml:lang attribute.</documentation>
  </annotation>
  <simpleContent>
    <extension base="string">
      <attribute ref="xml:lang" use="optional"/>
    </extension>
  </simpleContent>
</complexType>