Term

The element Term contains a piece of text that has a special meaning. EXAMPLE<Class code="B81">...
  <Rubric kind="exclusion">
    <Cell>5</Cell>
    <Cell colspan="2">No light perception</Cell>
    <Cell>9</Cell>
    <Label xml:lang="en">angiostrongyliasis due to
      <Term class="organism">Parastrongylylus cantonensis</Term>
      <Reference class="bracket">B83.2</Reference>
    </Label>
  </Rubric>
</Class>

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
class optional
The attribute class may be used to assign a class name to a Term.

Used By

Element Group rubric.simple

Source

<xs:element name="Term">
  <xs:annotation>
    <xs:documentation xml:lang="en-US">The element Term contains a piece of text that has a special meaning. EXAMPLE
      <Class code="B81">...
        <Rubric kind="exclusion">
          <Cell>5</Cell>
          <Cell colspan="2">No light perception</Cell>
          <Cell>9</Cell>
          <Label xml:lang="en">angiostrongyliasis due to
            <Term class="organism">Parastrongylylus cantonensis</Term>
            <Reference class="bracket">B83.2</Reference>
          </Label>
        </Rubric>
      </Class>
    </xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:attributeGroup ref="attlist.Term"/>
  </xs:complexType>
</xs:element>

Sample