http://www.w3.org/2001/XMLSchema
element element

Documentation
Properties
This component is not nillable.

Model
<element
  abstract = xs:boolean : false
  block = xs:blockSet
  default = xs:string
  final = xs:derivationSet
  fixed = xs:string
  id = xs:ID
  name = xs:NCName
  nillable = xs:boolean : false
  substitutionGroup = xs:QName
  type = xs:QName
  {any attribute from any other namespace than current namespace}>
(annotation?, (simpleType | complexType)? , (unique | key | keyref)* )
</element>


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

Attribute Summary
 xs:booleanabstract
          
 xs:blockSetblock
          
 xs:stringdefault
          
 xs:derivationSetfinal
          
 xs:stringfixed
          
 xs:IDid
          
 xs:NCNamename
          
 xs:booleannillable
          
 xs:QNamesubstitutionGroup
          
 xs:QNametype
          

Attribute Detail

abstract

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

block

Type:
xs:blockSet
Use:
optional
Form:
unqualified

default

Type:
xs:string
Use:
optional
Form:
unqualified

final

Type:
xs:derivationSet
Use:
optional
Form:
unqualified

fixed

Type:
xs:string
Use:
optional
Form:
unqualified

id

Type:
xs:ID
Use:
optional
Form:
unqualified

name

Type:
xs:NCName
Use:
required
Form:
unqualified

nillable

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

substitutionGroup

Type:
xs:QName
Use:
optional
Form:
unqualified

type

Type:
xs:QName
Use:
optional
Form:
unqualified

Local Usage
localElement, schemaTop, topLevelElement

Source
<xs:element id="element" name="element" type="xs:topLevelElement">
</xs:element>


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