complexType "xs:openAttrs"
Namespace:
Content:
empty, attr. wildcard
Block:
"#all" (blocks all substitutions of this complex type through xsi:type attribute in instance XML documents)
Defined:
globally in XMLSchema.xsd; see XML source
Includes:
definition of attr. wildcard
Used:
Component Diagram
XML Representation Summary
<...
   
/>
Known Direct Subtypes (1):
Known Indirect Subtypes (32):
All Direct / Indirect Based Elements (53):
Known Usage Locations
Annotation
This type is extended by almost all schema types
to allow attributes from other namespaces to be
added to user schemas.
Type Definition Detail
Type Derivation Tree
xs:anyType (restriction)
  xs:openAttrs
XML Source (w/o annotations (1); see within schema source)
<xs:complexType name="openAttrs">
<xs:complexContent>
<xs:restriction base="xs:anyType">
<xs:anyAttribute namespace="##other" processContents="lax"/>
</xs:restriction>
</xs:complexContent>
</xs:complexType>
Attribute Detail (all declarations; defined within this component only; 1/1)
{any attribute from non-schema namespace}
XML Source (see within schema source)
<xs:anyAttribute namespace="##other" processContents="lax"/>

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.