XML Schema for XML Schema

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

Documentation

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


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>

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.