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

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

Properties
This component is not nillable.

Model
<...
  block = xs:blockSet
  default = xs:string
  fixed = xs:string
  form = xs:formChoice
  id = xs:ID
  maxOccurs = xs:allNNI : 1
  minOccurs = xs:nonNegativeInteger : 1
  name = xs:NCName
  nillable = xs:boolean : false
  ref = xs:QName
  type = xs:QName
  {any attribute from any other namespace than current namespace}>
(annotation?, (simpleType | complexType)? , (unique | key | keyref)* )
</...>


Nested Element Summary
 annotation
          
xs:localComplexTypecomplexType
          
 key
          
 keyref
          
xs:localSimpleTypesimpleType
          
 unique
          

Attribute Summary
 xs:blockSetblock
          
 xs:stringdefault
          
 xs:stringfixed
          
 xs:formChoiceform
          
 xs:IDid
          
 xs:allNNImaxOccurs
          
 xs:nonNegativeIntegerminOccurs
          
 xs:NCNamename
          
 xs:booleannillable
          
 xs:QNameref
          
 xs:QNametype
          

Attribute Detail

block

Type:
xs:blockSet
Use:
optional
Form:
unqualified

default

Type:
xs:string
Use:
optional
Form:
unqualified

fixed

Type:
xs:string
Use:
optional
Form:
unqualified

form

Type:
xs:formChoice
Use:
optional
Form:
unqualified

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

name

Type:
xs:NCName
Use:
optional
Form:
unqualified

nillable

Type:
xs:boolean
Default:
false
Use:
optional
Form:
unqualified

ref

Type:
xs:QName
Use:
optional
Form:
unqualified

type

Type:
xs:QName
Use:
optional
Form:
unqualified

Sub Types
{http://www.w3.org/2001/XMLSchema}localElement (restriction)
|
+--{http://www.w3.org/2001/XMLSchema}narrowMaxMin (restriction)

Local Usage
narrowMaxMin, nestedParticle, particle

Source
<xs:complexType mixed="false" name="localElement">
<xs:complexContent>
<xs:restriction base="xs:element">
<xs:sequence>
<xs:element minOccurs="0" ref="xs:annotation"/>
<xs:choice minOccurs="0">
<xs:element name="simpleType" type="xs:localSimpleType"/>
<xs:element name="complexType" type="xs:localComplexType"/>
</xs:choice>
<xs:group maxOccurs="unbounded" minOccurs="0" ref="xs:identityConstraint"/>
</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>


Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.