Creating a Schema from Multiple Documents: : import « XML Schema « XML Tutorial






The <import> declaration is used for combining XML Schemas that have different targetNamespaces. 
The <import> declaration allows you to refer to declarations only within other XML Schemas. 
The <import> declaration is always declared globally within an XML Schema.
The <import> declaration must be a direct child of the <schema> element. 
The <import> declaration applies to the entire XML Schema. 

<import namespace="" schemaLocation="">








3.60.import
3.60.1.Creating a Schema from Multiple Documents:
3.60.2.To import elements and attributes with no namespace, import a schema without any target namespace