XML Schema for XML Schema

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

Documentation

Model
<documentation
  lang = xs:language
  source = xs:anyURI
  {any attribute from any other namespace than current namespace}>
(any element from any namespace) *
</documentation>


Attribute Summary
 xs:languagelang
          
 xs:anyURIsource
          

Attribute Detail

lang


Type:
xs:language
Use:
optional
Form:
unqualified

source


Type:
xs:anyURI
Use:
optional
Form:
unqualified

Local Usage
annotation

Source
<xs:element id="documentation" name="documentation">
<xs:complexType mixed="true">
<xs:sequence maxOccurs="unbounded" minOccurs="0">
<xs:any maxOccurs="1" minOccurs="1" namespace="##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>

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.