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

Documentation
Properties
This component is not nillable.

Model
<redefine
  id = xs:ID
  schemaLocation = xs:anyURI
  {any attribute from any other namespace than current namespace}>
(annotation | (simpleType | complexType | group | attributeGroup) )*
</redefine>


Nested Element Summary
 annotation
          
 attributeGroup
          
 complexType
          
 group
          
 simpleType
          

Attribute Summary
 xs:IDid
          
 xs:anyURIschemaLocation
          

Attribute Detail

id

Type:
xs:ID
Use:
optional
Form:
unqualified

schemaLocation

Type:
xs:anyURI
Use:
required
Form:
unqualified

Local Usage
schema

Source
<xs:element id="redefine" name="redefine">
<xs:complexType mixed="false">
<xs:complexContent>
<xs:extension base="xs:openAttrs">
<xs:choice maxOccurs="unbounded" minOccurs="0">
<xs:element ref="xs:annotation"/>
<xs:group ref="xs:redefinable"/>
</xs:choice>
<xs:attribute name="schemaLocation" type="xs:anyURI" use="required"/>
<xs:attribute name="id" type="xs:ID"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>


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