RubricKind

The element RubricKind defines the name of a Rubric. The element RubricKind contains an optional number of the element Display.

Element Information

Model

Children: Display

Attributes

QName Type Fixed Default Use Inheritable Annotation
inherited xs:boolean true optional
The attribute inherited specifies if rubrics with this rubric kind are inherited by subclasses. The default value for this attribute is false.
name xs:ID required
The attribute name defines the name for the rubric kind. The first character of the attribute name must be a letter, underscore or colon. Suggested values:<p>
  <span>preferred</span>-
  <span>The attribute kind=“preferred” defines a specific unique term that identifies the meaning of a class.</span>
</p>
<p>
  <span>inclusion</span>-
  <span>The attribute kind=“inclusion” shall be used for additional terms that can be used within a class.</span>
</p>
<p>
  <span>exclusion</span>-
  <span>The attribute kind=“exclusion” shall be used for terms that are excluded from a class.</span>
</p>
<p>
  <span>coding-hint</span>-
  <span>Coding instructions</span>
</p>
<p>
  <span>definition</span>-
  <span>Otherwise unspecified texts added to rubrics.</span>
</p>
<p>
  <span>note</span>-
  <span>General remark</span>
</p>
<p>
  <span>text</span>-
  <span>e.g. a text for a Modifier</span>
</p>
<p>
  <span>title</span>-
  <span>A title for a text rubric</span>
</p>
<p>
  <span>introduction</span>-
  <span>A long text at the beginning of a chapter.</span>
</p>
<p>
  <span>footnote</span>-
  <span>As in the printed versions of ICD.</span>
</p>

Used By

Element RubricKinds

Source

<xs:element name="RubricKind">
  <xs:annotation>
    <xs:documentation xml:lang="en-US">The element RubricKind defines the name of a Rubric. The element RubricKind contains an optional number of the element Display.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element minOccurs="0" maxOccurs="unbounded" ref="Display"/>
    </xs:sequence>
    <xs:attributeGroup ref="attlist.RubricKind"/>
  </xs:complexType>
</xs:element>

Sample