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

Documentation
Properties
This component is not nillable.

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


Nested Element Summary
 annotation
          

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>


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