attlist.RubricKind

Attribute Group Information

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 RubricKind

Source

<xs:attributeGroup name="attlist.RubricKind">
  <xs:attribute name="name" use="required" type="xs:ID">
    <xs:annotation>
      <xs:documentation xml:lang="en-US">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>
      </xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="inherited" type="xs:boolean" default="true">
    <xs:annotation>
      <xs:documentation xml:lang="en-US">The attribute inherited specifies if rubrics with this rubric kind are inherited by subclasses. The default value for this attribute is false.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:attributeGroup>