Include

The element Include references a Rubric, which shall be included in the current Rubric. EXAMPLE<Class code="A00">
  <Rubric id="r123" kind="preferred">
    <Label xml:lang="en">Incision of ear</Label>
  </Rubric>
</Class>
<Class code="A00.0">
  <Rubric kind="preferred">
    <Label xml:lang="en">
      <Include rubric="r123"/>external ear</Label>
  </Rubric>
</Class>displayed as:
A00 Incision of ear
A00.0 Incision of ear: external ear

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 Include. (Ed. in DTD but not described in EN 14463:2007 (E))
rubric xs:IDREF required
The attribute rubric contains the unique identifier of the Rubric that shall be included.

Used By

Element Group rubric.complex
Elements Cell, ListItem

Source

<xs:element name="Include">
  <xs:annotation>
    <xs:documentation xml:lang="en-US">The element Include references a Rubric, which shall be included in the current Rubric. EXAMPLE
      <Class code="A00">
        <Rubric id="r123" kind="preferred">
          <Label xml:lang="en">Incision of ear</Label>
        </Rubric>
      </Class>
      <Class code="A00.0">
        <Rubric kind="preferred">
          <Label xml:lang="en">
            <Include rubric="r123"/>external ear</Label>
        </Rubric>
      </Class>displayed as: A00 Incision of ear A00.0 Incision of ear: external ear</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attributeGroup ref="attlist.Include"/>
  </xs:complexType>
</xs:element>

Sample