http://www.w3.org/2001/XMLSchema
element import

Documentation
Properties
This component is not nillable.

Model
<import
  id = xs:ID
  namespace = xs:anyURI
  schemaLocation = xs:anyURI
  {any attribute from any other namespace than current namespace}>
annotation?
</import>


Nested Element Summary
 annotation
          

Attribute Summary
 xs:IDid
          
 xs:anyURInamespace
          
 xs:anyURIschemaLocation
          

Attribute Detail

id

Type:
xs:ID
Use:
optional
Form:
unqualified

namespace

Type:
xs:anyURI
Use:
optional
Form:
unqualified

schemaLocation

Type:
xs:anyURI
Use:
optional
Form:
unqualified

Local Usage
schema

Source
<xs:element id="import" name="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>


Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.