xsd:import
Element information
Namespace: http://www.w3.org/2001/XMLSchema
Schema document: XMLSchema.xsd
Type: Anonymous
Properties: Global, Qualified, ID: import
Content
- xsd:annotation [0..1]
from type xsd:annotated
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
Any attribute | [0..*] | Namespace: ##other, Process Contents: lax | from type xsd:openAttrs | |
id | [0..1] | xsd:ID | from type xsd:annotated | |
namespace | [0..1] | xsd:anyURI | ||
schemaLocation | [0..1] | xsd:anyURI |
Used in
- Anonymous type of element xsd:schema via reference to xsd:composition
- Group xsd:composition
Sample instance
<xsd:import schemaLocation="http://www.example.com/"> </xsd:import>