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

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}realGroup (restriction)
|
+--{http://www.w3.org/2001/XMLSchema}groupRef (restriction)

Properties
This component is not nillable.

Model
<...
  id = xs:ID
  maxOccurs = xs:allNNI : 1
  minOccurs = xs:nonNegativeInteger : 1
  ref = xs:QName
  {any attribute from any other namespace than current namespace}>
annotation?
</...>


Nested Element Summary
 annotation
          

Attribute Summary
 xs:IDid
          
 xs:allNNImaxOccurs
          
 xs:nonNegativeIntegerminOccurs
          
 xs:QNameref
          

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

ref

Type:
xs:QName
Use:
required
Form:
unqualified

Local Usage
nestedParticle, particle, typeDefParticle

Source
<xs:complexType mixed="false" name="groupRef">
<xs:complexContent>
<xs:restriction base="xs:realGroup">
<xs:sequence>
<xs:element minOccurs="0" ref="xs:annotation"/>
</xs:sequence>
<xs:attribute name="ref" type="xs:QName" use="required"/>
<xs:attribute name="name" 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.