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

Documentation
Properties
This component is not nillable.

Model
<sequence
  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)* )
</sequence>


Nested Element Summary
 annotation
          
 any
          
 choice
          
xs:localElementelement
          
xs:groupRefgroup
          
 sequence
          

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:
unqualified

minOccurs

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

Local Usage
nestedParticle, particle, realGroup, typeDefParticle

Source
<xs:element id="sequence" name="sequence" type="xs:explicitGroup">
</xs:element>


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