attlist.Display

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
variants xs:IDREF optional
The attribute variants define the variants in which this Display element is used. When the attribute is absent the Display element is used in all variants.
xml:lang union of(xs:language, restriction of xs:string) required
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.

Used By

Element Display

Source

<xs:attributeGroup name="attlist.Display">
  <xs:attribute ref="xml:lang" use="required">
    <xs:annotation>
      <xs:documentation xml:lang="en-US">The attribute xml:lang defines the language of the content of the element. The attribute values of xml:lang shall follow ISO 639-2 if they are three-letter codes, and EN ISO 3166-1 if they contain two-letter sub codes. Language identifiers registered with the IANA shall contain the prefix "I-" or "i-". Any privately used codes shall contain the prefix "X-" or "x-".</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="variants" type="xs:IDREF">
    <xs:annotation>
      <xs:documentation xml:lang="en-US">The attribute variants define the variants in which this Display element is used. When the attribute is absent the Display element is used in all variants.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:attributeGroup>