attlist.IncludeDescendants

Attribute Group Information

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

Source

<xs:attributeGroup name="attlist.IncludeDescendants">
  <xs:attribute name="code" use="required" type="xs:NMTOKEN">
    <xs:annotation>
      <xs:documentation xml:lang="en-US">The attribute code references the code of the Class.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="kind" use="required" type="xs:IDREF">
    <xs:annotation>
      <xs:documentation xml:lang="en-US">The attribute kind defines the class kind of the descendants that shall be included.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:attributeGroup>