attlist.ClassKind

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
name xs:ID required
The attribute name defines the name for the class kind. The first character of the attribute name must be a letter, underscore or colon. Suggested values:<p>
  <span>chapter</span>-
  <span>A chapter is a self-contained block of sections dealing with a specific content (e.g. in ICD-10 chapter 1 represents infectious diseases, in OPS chapter 8 represents non-surgical-therapeutic procedures).</span>
</p>
<p>
  <span>block</span>-
  <span>A block is a self-contained block of codes dealing with a specific sub-content of a chapter (e.g. in ICD-10 section A00-A09 represents intestinal infectious diseases – a specific group of infectious diseases).</span>
</p>
<p>
  <span>category</span>-
  <span>A category is a entity that describes a specific concept (e.g. in ICD-10 A00 represents Cholera – a specific infectious disease).</span>
</p>

Used By

Element ClassKind

Source

<xs:attributeGroup name="attlist.ClassKind">
  <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 class kind. The first character of the attribute name must be a letter, underscore or colon. Suggested values:
        <p>
          <span>chapter</span>-
          <span>A chapter is a self-contained block of sections dealing with a specific content (e.g. in ICD-10 chapter 1 represents infectious diseases, in OPS chapter 8 represents non-surgical-therapeutic procedures).</span>
        </p>
        <p>
          <span>block</span>-
          <span>A block is a self-contained block of codes dealing with a specific sub-content of a chapter (e.g. in ICD-10 section A00-A09 represents intestinal infectious diseases – a specific group of infectious diseases).</span>
        </p>
        <p>
          <span>category</span>-
          <span>A category is a entity that describes a specific concept (e.g. in ICD-10 A00 represents Cholera – a specific infectious disease).</span>
        </p>
      </xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:attributeGroup>