complexType simpleExplicitGroup
diagram index_p922.png
namespace http://www.w3.org/2001/XMLSchema
type restriction of xs:explicitGroup
properties
base xs:explicitGroup
children xs:annotation xs:element xs:group xs:choice xs:sequence xs:any
used by
elements namedGroup/choice namedGroup/sequence
attributes
Name  Type  Use  Default  Fixed  annotation
idxs:ID      
minOccursprohibited      
maxOccursprohibited      
source <xs:complexType name="simpleExplicitGroup">
 
<xs:complexContent>
   
<xs:restriction base="xs:explicitGroup">
     
<xs:sequence>
       
<xs:element ref="xs:annotation" minOccurs="0"/>
       
<xs:group ref="xs:nestedParticle" minOccurs="0" maxOccurs="unbounded"/>
     
</xs:sequence>
     
<xs:attribute name="minOccurs" use="prohibited"/>
     
<xs:attribute name="maxOccurs" use="prohibited"/>
     
<xs:anyAttribute namespace="##other" processContents="lax"/>
   
</xs:restriction>
 
</xs:complexContent>
</xs:complexType>

attribute simpleExplicitGroup/@minOccurs
properties
isRef 0
use prohibited
source <xs:attribute name="minOccurs" use="prohibited"/>

attribute simpleExplicitGroup/@maxOccurs
properties
isRef 0
use prohibited
source <xs:attribute name="maxOccurs" use="prohibited"/>


XML Schema documentation generated by
XMLSpy Schema Editor http://www.altova.com/xmlspy