attlist.Label

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
variants xs:IDREFS optional
The attribute variants defines the list of variants in which this Label is valid. When the attribute is absent the Label is valid 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.
xml:space restriction of xs:NCName default optional

Used By

Element Label

Source

<xs:attributeGroup name="attlist.Label">
  <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 ref="xml:space" default="default">
    <xs:annotation>
      <xs:documentation xml:lang="en-US">The attribute xml:space can be used to indicate that white space (spaces, carriage returns, line feeds, tabs, etc) shall be preserved within the rubric. The default value for this attribute is default, which indicates that white space may be ignored. The value preserve indicates that white space shall be preserved.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="variants" type="xs:IDREFS">
    <xs:annotation>
      <xs:documentation xml:lang="en-US">The attribute variants defines the list of variants in which this Label is valid. When the attribute is absent the Label is valid in all variants.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:attributeGroup>