XML Schema for XML Schema

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

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

<element
  block = xs:blockSet
  default = xs:string
  fixed = xs:string
  form = xs:formChoice
  id = xs:ID
  maxOccurs = xs:allNNI : 1
  minOccurs = xs:nonNegativeInteger : 1
  name = xs:NCName
  nillable = xs:boolean : false
  ref = xs:QName
  type = xs:QName
  {any attribute from any other namespace than current namespace}>
(annotation?, (simpleType | complexType)? , (unique | key | keyref)* )
</element>



Attribute Summary
 xs:IDid
          
 maxOccurs
          
 minOccurs
          

Attribute Detail

id


Type:
xs:ID
Use:
optional
Form:
unqualified

maxOccurs


Type:
base on xs:allNNI
with restriction:
'1'
Default:
1
Use:
optional
Form:
unqualified1

minOccurs


Type:
base on xs:nonNegativeInteger
with restriction:
('0' | '1')
Default:
1
Use:
optional
Form:
unqualified1

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>

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.