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

import

Go to standard
Annotation
Documentation

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

In: schema
Schema

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


Occurs in Schema Tutorial examples:
Importing schema and processContents "strict"
Importing schema and processContents "lax"
Importing schema and processContents "skip"