<xs:attributeGroup name="attlist.Rubric">
<xs:attribute name="id" type="xs:ID">
<xs:annotation>
<xs:documentation xml:lang="en-US">The attribute id defines a unique identifier for the rubric. If this is absent, the rubric can not be uniquely identified.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="kind" use="required" type="xs:IDREF">
<xs:annotation>
<xs:documentation xml:lang="en-US">The attribute kind refers to the RubricKind of rubric, for example preferred, inclusion, exclusion, etc.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="usage" type="xs:IDREF">
<xs:annotation>
<xs:documentation xml:lang="en-US">The first character of the attribute id must be a letter, underscore or colon. The attribute usage refers to a UsageKind and specifies the usage of the Rubric.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:attributeGroup> |