UsageKind

The element UsageKind defines the name of a usage. The element UsageKind is empty.

Element Information

Model

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 UsageKinds

Source

<xs:element name="UsageKind">
  <xs:annotation>
    <xs:documentation xml:lang="en-US">The element UsageKind defines the name of a usage. The element UsageKind is empty.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attributeGroup ref="attlist.UsageKind"/>
  </xs:complexType>
</xs:element>

Sample