complexType complexRestrictionType
diagram index_p893.png
namespace http://www.w3.org/2001/XMLSchema
type restriction of xs:restrictionType
properties
base xs:restrictionType
children xs:annotation xs:group xs:all xs:choice xs:sequence xs:attribute xs:attributeGroup xs:anyAttribute
used by
element complexContent/restriction
attributes
Name  Type  Use  Default  Fixed  annotation
idxs:ID      
basexs:QNamerequired      
source <xs:complexType name="complexRestrictionType">
 
<xs:complexContent>
   
<xs:restriction base="xs:restrictionType">
     
<xs:sequence>
       
<xs:element ref="xs:annotation" minOccurs="0"/>
       
<xs:choice minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>This choice is added simply to
                   make this a valid restriction per the REC
</xs:documentation>
         
</xs:annotation>
         
<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>


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