element <xs:override> (global)
Namespace:
Type:
anonymous complexType (extension of xs:openAttrs)
Content:
complex, 2 attributes, attr. wildcard, 8 elements
Defined:
globally in XMLSchema.xsd; see XML source
Includes:
definitions of 2 attributes, 1 element
Used:
Component Diagram
XML Representation Summary
<xs:override
   
 = 
xs:anyURI
 = 
xs:ID
   
   
>
   
Content: 
</xs:override>
Included in content model of elements (1):
Known Usage Locations
Annotation
See:  ../structures/structures.html#element-override
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="override" name="override">
<xs:complexType>
<xs:complexContent>
<xs:extension base="xs:openAttrs">
<xs:sequence>
<xs:element minOccurs="0" ref="xs:annotation"/>
<xs:group maxOccurs="unbounded" minOccurs="0" ref="xs:schemaTop"/>
</xs:sequence>
<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:
xs:ID, predefined
Use:
optional
XML Source (see within schema source)
<xs:attribute name="id" type="xs:ID"/>

schemaLocation
Type:
xs:anyURI, predefined
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/8)
xs:annotation
Type:
anonymous complexType (extension of xs:openAttrs), complex content
XML Source (see within schema source)
<xs:element minOccurs="0" 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.