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