xi:include

<div xmlns="http://www.w3.org/1999/xhtml">
  <h3>Xinclude</h3>
</div>

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
accept xsd:string optional
accept-language xsd:string optional
encoding xsd:string optional
href xsd:string optional
parse restriction of xsd:NMTOKEN xml optional
xpointer xsd:string optional

Used By

Source

<xsd:element name="include">
  <xsd:annotation>
    <xsd:documentation>
      <div xmlns="http://www.w3.org/1999/xhtml">
        <h3>Xinclude</h3>
      </div>
    </xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:group ref="include-model"/>
    <xsd:attribute name="accept" use="optional" type="xsd:string"/>
    <xsd:attribute name="accept-language" use="optional" type="xsd:string"/>
    <xsd:attribute name="encoding" use="optional" type="xsd:string"/>
    <xsd:attribute name="href" use="optional" type="xsd:string"/>
    <xsd:attribute name="parse" use="optional" default="xml">
      <xsd:simpleType>
        <xsd:annotation>
          <xsd:documentation/>
        </xsd:annotation>
        <xsd:restriction base="xsd:NMTOKEN">
          <xsd:enumeration value="text"/>
          <xsd:enumeration value="xml"/>
        </xsd:restriction>
      </xsd:simpleType>
    </xsd:attribute>
    <xsd:attribute name="xpointer" use="optional" type="xsd:string"/>
  </xsd:complexType>
</xsd:element>

Sample