complexType localElement
diagram index_p905.png
namespace http://www.w3.org/2001/XMLSchema
type restriction of xs:element
properties
base xs:element
children xs:annotation xs:simpleType xs:complexType xs:unique xs:key xs:keyref
used by
elements nestedParticle/element particle/element
complexType narrowMaxMin
attributes
Name  Type  Use  Default  Fixed  annotation
idxs:ID      
namexs:NCName      
refxs:QName      
typexs:QName      
substitutionGroupprohibited      
minOccursxs:nonNegativeIntegeroptional  1    
maxOccursxs:allNNIoptional  1    
defaultxs:string      
fixedxs:string      
nillablexs:booleanoptional  false    
abstractprohibited      
finalprohibited      
blockxs:blockSet      
formxs:formChoice      
source <xs:complexType name="localElement">
 
<xs:complexContent>
   
<xs:restriction base="xs:element">
     
<xs:sequence>
       
<xs:element ref="xs:annotation" minOccurs="0"/>
       
<xs:choice minOccurs="0">
         
<xs:element name="simpleType" type="xs:localSimpleType"/>
         
<xs:element name="complexType" type="xs:localComplexType"/>
       
</xs:choice>
       
<xs:group ref="xs:identityConstraint" minOccurs="0" maxOccurs="unbounded"/>
     
</xs:sequence>
     
<xs:attribute name="substitutionGroup" use="prohibited"/>
     
<xs:attribute name="final" use="prohibited"/>
     
<xs:attribute name="abstract" use="prohibited"/>
     
<xs:anyAttribute namespace="##other" processContents="lax"/>
   
</xs:restriction>
 
</xs:complexContent>
</xs:complexType>

attribute localElement/@substitutionGroup
properties
isRef 0
use prohibited
source <xs:attribute name="substitutionGroup" use="prohibited"/>

attribute localElement/@abstract
properties
isRef 0
use prohibited
source <xs:attribute name="abstract" use="prohibited"/>

attribute localElement/@final
properties
isRef 0
use prohibited
source <xs:attribute name="final" use="prohibited"/>

element localElement/simpleType
diagram index_p906.png
namespace http://www.w3.org/2001/XMLSchema
type xs:localSimpleType
properties
isRef 0
content complex
children xs:annotation xs:restriction xs:list xs:union
used by
group redefinable
attributes
Name  Type  Use  Default  Fixed  annotation
idxs:ID      
source <xs:element name="simpleType" type="xs:localSimpleType"/>

element localElement/complexType
diagram index_p907.png
namespace http://www.w3.org/2001/XMLSchema
type xs:localComplexType
properties
isRef 0
content complex
children xs:annotation xs:simpleContent xs:complexContent xs:group xs:all xs:choice xs:sequence xs:attribute xs:attributeGroup xs:anyAttribute
used by
group redefinable
attributes
Name  Type  Use  Default  Fixed  annotation
idxs:ID      
mixedxs:booleanoptional  false    
documentation

      Not allowed if simpleContent child is chosen.
      May be overriden by setting on complexContent child.
source <xs:element name="complexType" type="xs:localComplexType"/>


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