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

Super Types
{http://www.w3.org/2001/XMLSchema}anyType (restriction)
|
+--{http://www.w3.org/2001/XMLSchema}openAttrs (restriction)
|
+--{http://www.w3.org/2001/XMLSchema}annotated (extension)
|
+--{http://www.w3.org/2001/XMLSchema}group (extension)
|
+--{http://www.w3.org/2001/XMLSchema}explicitGroup (restriction)
|
+--{http://www.w3.org/2001/XMLSchema}all (restriction)
|
+--{http://www.w3.org/2001/XMLSchema} (restriction)

Properties
This component is not nillable.

Model
<all
  id = xs:ID
  {any attribute from any other namespace than current namespace}>
(annotation?, element* )
</all>


Nested Element Summary
 annotation
          
xs:narrowMaxMinelement
          

Attribute Summary
 xs:IDid
          

Attribute Detail

id

Type:
xs:ID
Use:
optional
Form:
unqualified

Local Usage
namedGroup, particle, realGroup, typeDefParticle

Source
<xs:element name="all">
<xs:complexType mixed="false">
<xs:complexContent>
<xs:restriction base="xs:all">
<xs:group ref="xs:allModel"/>
<xs:attribute name="minOccurs" use="prohibited"/>
<xs:attribute name="maxOccurs" use="prohibited"/>
<xs:anyAttribute namespace="##other" processContents="lax"/>
</xs:restriction>
</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.