Definition Type: Element
Name: redefine
Namespace: http://www.w3.org/2001/XMLSchema
Type: xs:openAttrs
Containing Schema: XMLSchema.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into attributeGroup in schema xmlschema_xsd Drilldown into group in schema xmlschema_xsd Drilldown into complexType in schema xmlschema_xsd Drilldown into simpleType in schema xmlschema_xsd Drilldown into redefinable in schema xmlschema_xsd Drilldown into annotation in schema xmlschema_xsd Drilldown into openAttrs in schema xmlschema_xsd Drilldown into id in schema xmlschema_xsd Drilldown into schemaLocation in schema xmlschema_xsdXSD Diagram of redefine in schema xmlschema_xsd (W3C XML Schema Definition Language)
Collapse XSD Schema Code:
<xs:element name="redefine" id="redefine">
    <xs:annotation>
        <xs:documentation source="http://www.w3.org/TR/xmlschema-1/#element-redefine" />
    </xs:annotation>
    <xs:complexType>
        <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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
annotation xs:annotation (1) (1)
simpleType xs:simpleType (1) (1)
complexType xs:complexType (1) (1)
group xs:group (1) (1)
attributeGroup xs:attributeGroup (1) (1)
<xs:group> xs:redefinable (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
schemaLocation xs:schemaLocation Required
id xs:id (Optional)
<anyAttribute>
<anyAttribute> Allowed namespace: '##other'
Collapse Derivation Tree: