IncludeDescendants

The element IncludeDescendants references a Class from which the code and preferred Rubrics of its descendants shall be included in the Rubric. EXAMPLE<Class code="I" kind="chapter">
  <Rubric kind="contents">
    <Label xml:lang="en">This chapter contains the following blocks:
      <IncludeDescendants code="I" kind="block"/>
    </Label>
  </Rubric>
</Class>

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
code xs:NMTOKEN required
The attribute code references the code of the Class.
kind xs:IDREF required
The attribute kind defines the class kind of the descendants that shall be included.

Used By

Element Group rubric.complex

Source

<xs:element name="IncludeDescendants">
  <xs:annotation>
    <xs:documentation xml:lang="en-US">The element IncludeDescendants references a Class from which the code and preferred Rubrics of its descendants shall be included in the Rubric. EXAMPLE
      <Class code="I" kind="chapter">
        <Rubric kind="contents">
          <Label xml:lang="en">This chapter contains the following blocks:
            <IncludeDescendants code="I" kind="block"/>
          </Label>
        </Rubric>
      </Class>
    </xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attributeGroup ref="attlist.IncludeDescendants"/>
  </xs:complexType>
</xs:element>

Sample