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

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

Documentation
This choice is added simply to
                   make this a valid restriction per the REC
Properties
This component is not nillable.

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


Nested Element Summary
 all
          
 annotation
          
 anyAttribute
          
xs:attributeattribute
          
xs:attributeGroupRefattributeGroup
          
 choice
          
xs:groupRefgroup
          
 sequence
          

Attribute Summary
 xs:QNamebase
          
 xs:IDid
          

Attribute Detail

base

Type:
xs:QName
Use:
required
Form:
unqualified

id

Type:
xs:ID
Use:
optional
Form:
unqualified

Local Usage
complexContent

Source
<xs:complexType mixed="false" name="complexRestrictionType">
<xs:complexContent>
<xs:restriction base="xs:restrictionType">
<xs:sequence>
<xs:element minOccurs="0" ref="xs:annotation"/>
<xs:choice minOccurs="0">
<xs:group ref="xs:typeDefParticle"/>
</xs:choice>
<xs:group ref="xs:attrDecls"/>
</xs:sequence>
<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.