UsageKinds

The optional element UsageKinds lists the kinds of usage of classes, which are present in the coding scheme. The element UsageKinds contains one or more elements UsageKind. EXAMPLE<UsageKinds>
  <UsageKind name="etiology" mark="†"/>
  <UsageKind name="manifestation" mark="*"/>
</UsageKinds>

Element Information

Model

Children: UsageKind

Used By

Element ClaML

Source

<xs:element name="UsageKinds">
  <xs:annotation>
    <xs:documentation xml:lang="en-US">The optional element UsageKinds lists the kinds of usage of classes, which are present in the coding scheme. The element UsageKinds contains one or more elements UsageKind. EXAMPLE
      <UsageKinds>
        <UsageKind name="etiology" mark="†"/>
        <UsageKind name="manifestation" mark="*"/>
      </UsageKinds>
    </xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element maxOccurs="unbounded" ref="UsageKind"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>

Sample