XML Schema for XML Schema

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

Documentation

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


Attribute Summary
 xs:IDid
          
 xs:anyURIschemaLocation
          

Attribute Detail

id


Type:
xs:ID
Use:
optional
Form:
unqualified

schemaLocation


Type:
xs:anyURI
Use:
required
Form:
unqualified

Local Usage
schema

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

XML Schema for XML Schema

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