ZVON > References > XML Schema 2001 Reference
index | >> Schema << | DTD

include

Go to standard
Annotation
Documentation

 
Source http://www.w3.org/TR/xmlschema-1/#element-include

In: schema
Schema

<xs:element name="include" id="include">
     <xs:complexType mixed="false">
          <xs:complexContent>
               <xs:extension base="xs:annotated">
                    <xs:attribute name="schemaLocation" type="xs:anyURI" use="required"/>
               </xs:extension>
          </xs:complexContent>
     </xs:complexType>
</xs:element>


Occurs in Schema Tutorial examples:
Target namespaces are the same (non-null)
Target namespaces are the same (null)
Including document has non-null target namespaces, included null target namespace
The wildcard "xsd:any" and inclusions
The wildcard "xsd:anyAttribute" and inclusions