http://www.w3.org/2001/XMLSchema
group particle

Properties
This component is not nillable.

Model

(element | group | all | choice | sequence | any)


Nested Element Summary
 all
          
 any
          
 choice
          
xs:localElementelement
          
xs:groupRefgroup
          
 sequence
          
Local Usage
group

Source
<xs:group name="particle">
<xs:choice>
<xs:element name="element" type="xs:localElement"/>
<xs:element name="group" type="xs:groupRef"/>
<xs:element ref="xs:all"/>
<xs:element ref="xs:choice"/>
<xs:element ref="xs:sequence"/>
<xs:element ref="xs:any"/>
</xs:choice>
</xs:group>


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