http://www.w3.org/2001/XMLSchema
complexType 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)

Documentation
   Only elements allowed inside
Properties
This component is not nillable.

Model
<...
  id = xs:ID
  maxOccurs = xs:allNNI : 1
  minOccurs = xs:nonNegativeInteger : 1
  {any attribute from any other namespace than current namespace}>
(annotation?, element* )
</...>


Nested Element Summary
 annotation
          
xs:narrowMaxMinelement
          

Attribute Summary
 xs:IDid
          
 xs:allNNImaxOccurs
          
 xs:nonNegativeIntegerminOccurs
          

Attribute Detail

id

Type:
xs:ID
Use:
optional
Form:
unqualified

maxOccurs

Type:
based on
with :
Default:
1
Use:
optional
Form:
unqualified

minOccurs

Type:
based on
with :
Default:
1
Use:
optional
Form:
unqualified

Implementors
all

Local Usage
namedGroup, particle, realGroup, typeDefParticle

Source
<xs:complexType mixed="false" name="all">
<xs:complexContent>
<xs:restriction base="xs:explicitGroup">
<xs:group ref="xs:allModel"/>
<xs:attribute default="1" name="minOccurs" use="optional">
<xs:simpleType>
<xs:restriction base="xs:nonNegativeInteger">
<xs:enumeration value="0"/>
<xs:enumeration value="1"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute default="1" name="maxOccurs" use="optional">
<xs:simpleType>
<xs:restriction base="xs:allNNI">
<xs:enumeration value="1"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:anyAttribute namespace="##other" processContents="lax"/>
</xs:restriction>
</xs:complexContent>
</xs:complexType>


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