element <xs:documentation> (global)
Namespace:
Type:
anonymous complexType
Content:
mixed (allows character data), 2 attributes, attr. wildcard, elem. wildcard
Block:
"#all" (blocks all substitutions of this element or its type)
Defined:
globally in XMLSchema.xsd; see XML source
Includes:
definitions of 2 attributes, attr. wildcard, elem. wildcard
Used:
Component Diagram
XML Representation Summary
<xs:documentation
   
 = 
 = 
   
   
>
   
Content: 
</xs:documentation>
Included in content model of elements (1):
Known Usage Locations
Annotation
See:  http://www.w3.org/TR/xmlschema-1/#element-documentation
XML Source (w/o annotations (1); see within schema source)
<xs:element id="documentation" name="documentation">
<xs:complexType mixed="true">
<xs:sequence maxOccurs="unbounded" minOccurs="0">
<xs:any processContents="lax"/>
</xs:sequence>
<xs:attribute name="source" type="xs:anyURI"/>
<xs:attribute ref="xml:lang"/>
<xs:anyAttribute namespace="##other" processContents="lax"/>
</xs:complexType>
</xs:element>
Attribute Detail (all declarations; defined within this component only; 3/3)
source
Type:
Use:
optional
XML Source (see within schema source)
<xs:attribute name="source" type="xs:anyURI"/>

xml:lang
Type:
anonymous simpleType (union of (xs:language | restriction of xs:string))
Use:
optional
Attribute Value
XML Source (see within schema source)
<xs:attribute ref="xml:lang"/>

{any attribute from non-schema namespace}
XML Source (see within schema source)
<xs:anyAttribute namespace="##other" processContents="lax"/>
Content Element Detail (all declarations; defined within this component only; 1/1)
{any element from any namespace}
XML Source (see within schema source)
<xs:any processContents="lax"/>

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.