V. schemaWrapper

Redefinition by extension : Complex type xs:schema —  
Redefinition by extension : Complex type include — add a sd:doc-loc attribute group 
Redefinition by extension : Complex type xs:redefine — add a sd:doc-loc attribute group 
Redefinition by extension : Complex type import — add a sd:doc-loc attribute group 
Redefinition by restriction : Complex type xs:appinfo — Restricting to docbook contents 

import: docbookWrapper.xsd (http://www.oasis-open.org/docbook/xmlschema/4.1.2)

import: docbookRestriction.xsd (http://www.oasis-open.org/docbook/xmlschema/4.1.2)

import: dbpoolx.mod.xsd (http://www.oasis-open.org/docbook/xmlschema/4.1.2)

import: schemaDocObjects.xsd (http://www.tireme.fr/XMLSchema/documentation/V1/)

===> Redefinition: ./XMLSchema.xsd

Source

<xs:complexType mixed="false" name="schema">

  <xs:complexContent>

    <xs:extension base="xs:schema">

      <xs:attribute ref="manage">      </xs:attribute>

      <xs:attribute ref="isTopLevelRoot">      </xs:attribute>

      <xs:attribute ref="publicName">      </xs:attribute>

    </xs:extension>

  </xs:complexContent>

</xs:complexType>

Redefinition by extension : Complex type include

include — add a sd:doc-loc attribute group 

Redefinition by extension : Complex type xs:redefine

redefine — add a sd:doc-loc attribute group 

Redefinition by extension : Complex type import

import — add a sd:doc-loc attribute group 

Redefinition by restriction : Complex type xs:appinfo

appinfo — Restricting to docbook contents 

Source

<xs:complexType mixed="true" name="appinfo">

  <xs:complexContent mixed="true">

    <xs:restriction base="xs:appinfo">

      <xs:sequence maxOccurs="unbounded" minOccurs="0">

        <xs:choice>

          <xs:element ref="bridgehead">          </xs:element>

          <xs:element ref="para">          </xs:element>

        </xs:choice>

      </xs:sequence>

      <xs:attribute name="source" type="xs:anyURI"/>

    </xs:restriction>

  </xs:complexContent>

</xs:complexType>

=== > End redefinition