element complexContent
diagram index_p826.png
namespace http://www.w3.org/2001/XMLSchema
type extension of xs:annotated
properties
content complex
id complexContent
children xs:annotation xs:restriction xs:extension
used by
group complexTypeModel
attributes
Name  Type  Use  Default  Fixed  annotation
idxs:ID      
mixedxs:boolean      
documentation

       Overrides any setting on complexType parent.
source <xs:element name="complexContent" id="complexContent">
 
<xs:annotation>
   
<xs:documentation source="http://www.w3.org/TR/xmlschema-1/#element-complexContent"/>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:complexContent>
     
<xs:extension base="xs:annotated">
       
<xs:choice>
         
<xs:element name="restriction" type="xs:complexRestrictionType"/>
         
<xs:element name="extension" type="xs:extensionType"/>
       
</xs:choice>
       
<xs:attribute name="mixed" type="xs:boolean">
         
<xs:annotation>
           
<xs:documentation>
       Overrides any setting on complexType parent.
</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
     
</xs:extension>
   
</xs:complexContent>
 
</xs:complexType>
</xs:element>

attribute complexContent/@mixed
type xs:boolean
properties
isRef 0
annotation
documentation

       Overrides any setting on complexType parent.
source <xs:attribute name="mixed" type="xs:boolean">
 
<xs:annotation>
   
<xs:documentation>
       Overrides any setting on complexType parent.
</xs:documentation>
 
</xs:annotation>
</xs:attribute>

element complexContent/restriction
diagram index_p827.png
namespace http://www.w3.org/2001/XMLSchema
type xs:complexRestrictionType
properties
isRef 0
content complex
children xs:annotation xs:group xs:all xs:choice xs:sequence xs:attribute xs:attributeGroup xs:anyAttribute
used by
group simpleDerivation
attributes
Name  Type  Use  Default  Fixed  annotation
idxs:ID      
basexs:QNamerequired      
source <xs:element name="restriction" type="xs:complexRestrictionType"/>

element complexContent/extension
diagram index_p828.png
namespace http://www.w3.org/2001/XMLSchema
type xs:extensionType
properties
isRef 0
content complex
children xs:annotation xs:group xs:all xs:choice xs:sequence xs:attribute xs:attributeGroup xs:anyAttribute
attributes
Name  Type  Use  Default  Fixed  annotation
idxs:ID      
basexs:QNamerequired      
source <xs:element name="extension" type="xs:extensionType"/>


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