XML Schema for XML Schema

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

Documentation

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


Attribute Summary
 xs:IDid
          
 xs:allNNImaxOccurs
          
 xs:nonNegativeIntegerminOccurs
          

Attribute Detail

id


Type:
xs:ID
Use:
optional
Form:
unqualified

maxOccurs


Type:
xs:allNNI
Default:
1
Use:
optional
Form:
unqualified1

minOccurs


Type:
xs:nonNegativeInteger
Default:
1
Use:
optional
Form:
unqualified1

Local Usage
nestedParticle, particle, realGroup, typeDefParticle

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