XML Schema for XML Schema

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

Documentation

Model
<group
  id = xs:ID
  name = xs:NCName
  {any attribute from any other namespace than current namespace}>
(annotation?, (all | choice | sequence) )
</group>

<all
  id = xs:ID
  {any attribute from any other namespace than current namespace}>
(annotation?, element* )
</all>

<element
  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)* )
</element>



Attribute Summary
 xs:IDid
          
 xs:NCNamename
          

Attribute Detail

id


Type:
xs:ID
Use:
optional
Form:
unqualified

name


Type:
xs:NCName
Use:
required
Form:
unqualified

Local Usage
explicitGroup, realGroup, redefinable

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

XML Schema for XML Schema

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