structure:include

Element Information

Model

((ANY element from ANY namespace OTHER than 'http://relaxng.org/ns/structure/1.0' | ANY element from LOCAL namespace 'No Namespace')) | structure:start | structure:define | structure:div

Attributes

QName Type Fixed Default Use Inheritable Annotation
datatypeLibrary xs:anyURI optional
href xs:anyURI required
ns optional
Wildcard: ANY attribute from ANY namespace OTHER than 'http://relaxng.org/ns/structure/1.0'

Used By

Source

<xs:element name="include">
  <xs:complexType>
    <xs:complexContent>
      <xs:extension base="structure:include-content">
        <xs:attribute name="href" use="required" type="xs:anyURI"/>
        <xs:attributeGroup ref="structure:common-atts"/>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
</xs:element>

Sample