ZVON > References > XML Schema 2001 Reference
index | >> Schema << | DTD

redefine

Go to standard
Annotation
Documentation

 
Source http://www.w3.org/TR/xmlschema-1/#element-redefine

In: schema
Schema

<xs:element name="redefine" id="redefine">
     <xs:complexType mixed="false">
          <xs:complexContent>
               <xs:extension base="xs:openAttrs">
                    <xs:choice minOccurs="0" maxOccurs="unbounded">
                         <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>


Occurs in Schema Tutorial examples:
Redefine element