structure:include-content

Complex Type 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

Used By

Source

<xs:complexType name="include-content">
  <xs:choice minOccurs="0" maxOccurs="unbounded">
    <xs:group ref="structure:other"/>
    <xs:choice>
      <xs:element ref="structure:start"/>
      <xs:element ref="structure:define"/>
      <xs:element name="div">
        <xs:complexType>
          <xs:complexContent>
            <xs:extension base="structure:include-content">
              <xs:attributeGroup ref="structure:common-atts"/>
            </xs:extension>
          </xs:complexContent>
        </xs:complexType>
      </xs:element>
    </xs:choice>
  </xs:choice>
</xs:complexType>