element <xs:include> (global)
Namespace:
Type:
anonymous complexType (extension of xs:annotated)
Content:
complex, 2 attributes, attr. wildcard, 1 element
Block:
"#all" (blocks all substitutions of this element or its type)
Defined:
globally in XMLSchema.xsd; see XML source
Includes:
definition of 1 attribute
Used:
Component Diagram
XML Representation Summary
<xs:include
   
 = 
 = 
   
   
>
   
Content: 
</xs:include>
Included in content model of elements (1):
Known Usage Locations
Annotation
See:  http://www.w3.org/TR/xmlschema-1/#element-include
Anonymous Type Detail
Type Derivation Tree
xs:anyType (restriction)
  xs:openAttrs (extension)
      xs:annotated (extension)
          complexType
XML Source (w/o annotations (1); see within schema source)
<xs:element id="include" name="include">
<xs:complexType>
<xs:complexContent>
<xs:extension base="xs:annotated">
<xs:attribute name="schemaLocation" type="xs:anyURI" use="required"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
Attribute Detail (all declarations; defined within this component only; 1/3)
schemaLocation
Type:
Use:
required
XML Source (see within schema source)
<xs:attribute name="schemaLocation" type="xs:anyURI" use="required"/>

XML schema documentation generated with FlexDoc/XML 1.13 using FlexDoc/XML XSDDoc 2.9.5 template set. All XSD diagrams generated by FlexDoc/XML DiagramKit.