<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> |