XML Schema for XML Schema

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

Documentation

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

<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

Local Usage
namedGroup, particle, realGroup, typeDefParticle

Source
<xs:element id="all" name="all" type="xs:all">
</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.