Display

The element Display defines how a ClassKind or RubricKind is to be displayed in a specific language. The contents of the element Display is limited to plain text.

Element Information

Model

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

Elements ClassKind, RubricKind

Source

<xs:element name="Display">
  <xs:annotation>
    <xs:documentation xml:lang="en-US">The element Display defines how a ClassKind or RubricKind is to be displayed in a specific language. The contents of the element Display is limited to plain text.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:attributeGroup ref="attlist.Display"/>
  </xs:complexType>
</xs:element>

Sample