element <xs:redefine> (global)
Namespace:
Type:
anonymous complexType (extension of xs:openAttrs)
Content:
complex, 2 attributes, attr. wildcard, 5 elements
Block:
"#all" (blocks all substitutions of this element or its type)
Defined:
globally in XMLSchema.xsd; see XML source
Includes:
definitions of 2 attributes, 1 element
Used:
Component Diagram
XML Representation Summary
<xs:redefine
   
 = 
 = 
   
   
>
   
Content: 
</xs:redefine>
Included in content model of elements (1):
Known Usage Locations
Annotation
See:  http://www.w3.org/TR/xmlschema-1/#element-redefine
Anonymous Type Detail
Type Derivation Tree
xs:anyType (restriction)
  xs:openAttrs (extension)
      complexType
XML Source (w/o annotations (1); see within schema source)
<xs:element id="redefine" name="redefine">
<xs:complexType>
<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>
Attribute Detail (all declarations; defined within this component only; 2/3)
id
Type:
Use:
optional
XML Source (see within schema source)
<xs:attribute name="id" type="xs:ID"/>

schemaLocation
Type:
Use:
required
XML Source (see within schema source)
<xs:attribute name="schemaLocation" type="xs:anyURI" use="required"/>
Content Element Detail (all declarations; defined within this component only; 1/5)
xs:annotation
Type:
anonymous complexType (extension of xs:openAttrs), complex content
XML Source (see within schema source)
<xs:element ref="xs:annotation"/>

XML schema documentation generated with FlexDoc/XML 1.13 using FlexDoc/XML XSDDoc 2.9.5 template set. All XSD diagrams generated by FlexDoc/XML DiagramKit.