attlist.Include

Attribute Group Information

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 Include

Source

<xs:attributeGroup name="attlist.Include">
  <xs:attribute name="class">
    <xs:annotation>
      <xs:documentation xml:lang="en-US">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))</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="rubric" use="required" type="xs:IDREF">
    <xs:annotation>
      <xs:documentation xml:lang="en-US">The attribute rubric contains the unique identifier of the Rubric that shall be included.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:attributeGroup>