http://www.w3.org/2001/XMLSchema
complexType simpleExplicitGroup

Super Types
{http://www.w3.org/2001/XMLSchema}anyType (restriction)
|
+--{http://www.w3.org/2001/XMLSchema}openAttrs (restriction)
|
+--{http://www.w3.org/2001/XMLSchema}annotated (extension)
|
+--{http://www.w3.org/2001/XMLSchema}group (extension)
|
+--{http://www.w3.org/2001/XMLSchema}explicitGroup (restriction)
|
+--{http://www.w3.org/2001/XMLSchema}simpleExplicitGroup (restriction)

Properties
This component is not nillable.

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


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

Attribute Summary
 xs:IDid
          

Attribute Detail

id

Type:
xs:ID
Use:
optional
Form:
unqualified

Local Usage
namedGroup

Source
<xs:complexType mixed="false" name="simpleExplicitGroup">
<xs:complexContent>
<xs:restriction base="xs:explicitGroup">
<xs:sequence>
<xs:element minOccurs="0" ref="xs:annotation"/>
<xs:group maxOccurs="unbounded" minOccurs="0" ref="xs:nestedParticle"/>
</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>


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