attlist.UsageKind

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
mark required
The attribute mark specifies how the code of a Class with a specific UsageKind shall be marked.
name xs:ID required
The attribute name defines the name for a UsageKind. The first character of the attribute name must be a letter, underscore or colon. Suggested values:<p>
  <span>etiology</span>-
  <span>The basic cause or underlying disease process is assigned a code marked with a dagger (†).</span>
</p>
<p>
  <span>manifestation</span>-
  <span>The clinical manifestation is marked with an asterisk (*).</span>
</p>

Used By

Element UsageKind

Source

<xs:attributeGroup name="attlist.UsageKind">
  <xs:attribute name="name" use="required" type="xs:ID">
    <xs:annotation>
      <xs:documentation xml:lang="en-US">The attribute name defines the name for a UsageKind. The first character of the attribute name must be a letter, underscore or colon. Suggested values:
        <p>
          <span>etiology</span>-
          <span>The basic cause or underlying disease process is assigned a code marked with a dagger (†).</span>
        </p>
        <p>
          <span>manifestation</span>-
          <span>The clinical manifestation is marked with an asterisk (*).</span>
        </p>
      </xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="mark" use="required">
    <xs:annotation>
      <xs:documentation xml:lang="en-US">The attribute mark specifies how the code of a Class with a specific UsageKind shall be marked.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:attributeGroup>