XML Schema for XML Schema

http://www.w3.org/2001/XMLSchema
complexType openAttrs

Super Types
{http://www.w3.org/2001/XMLSchema}anyType (restriction)
|
+--{http://www.w3.org/2001/XMLSchema}openAttrs (restriction)

Documentation
       This type is extended by almost all schema types
       to allow attributes from other namespaces to be
       added to user schemas.
     

Model
<...
  {any attribute from any other namespace than current namespace}>

</...>


Attribute Summary

Attribute Detail
Sub Types
{http://www.w3.org/2001/XMLSchema}openAttrs (restriction)
|
+--{http://www.w3.org/2001/XMLSchema}annotated (extension)
|
+--{http://www.w3.org/2001/XMLSchema}attribute (extension)
| |
| +--{http://www.w3.org/2001/XMLSchema}topLevelAttribute (restriction)
|
+--{http://www.w3.org/2001/XMLSchema}attributeGroup (extension)
| |
| +--{http://www.w3.org/2001/XMLSchema}attributeGroupRef (restriction)
| |
| +--{http://www.w3.org/2001/XMLSchema}namedAttributeGroup (restriction)
|
+--{http://www.w3.org/2001/XMLSchema}complexType (extension)
| |
| +--{http://www.w3.org/2001/XMLSchema}localComplexType (restriction)
| |
| +--{http://www.w3.org/2001/XMLSchema}topLevelComplexType (restriction)
|
+--{http://www.w3.org/2001/XMLSchema}element (extension)
| |
| +--{http://www.w3.org/2001/XMLSchema}localElement (restriction)
| |
| +--{http://www.w3.org/2001/XMLSchema}topLevelElement (restriction)
|
+--{http://www.w3.org/2001/XMLSchema}extensionType (extension)
| |
| +--{http://www.w3.org/2001/XMLSchema}simpleExtensionType (restriction)
|
+--{http://www.w3.org/2001/XMLSchema}facet (extension)
| |
| +--{http://www.w3.org/2001/XMLSchema}noFixedFacet (restriction)
| |
| +--{http://www.w3.org/2001/XMLSchema}numFacet (restriction)
|
+--{http://www.w3.org/2001/XMLSchema}group (extension)
| |
| +--{http://www.w3.org/2001/XMLSchema}explicitGroup (restriction)
| | |
| | +--{http://www.w3.org/2001/XMLSchema}all (restriction)
| | |
| | +--{http://www.w3.org/2001/XMLSchema}simpleExplicitGroup (restriction)
| |
| +--{http://www.w3.org/2001/XMLSchema}realGroup (restriction)
| |
| +--{http://www.w3.org/2001/XMLSchema}groupRef (restriction)
| |
| +--{http://www.w3.org/2001/XMLSchema}namedGroup (restriction)
|
+--{http://www.w3.org/2001/XMLSchema}keybase (extension)
|
+--{http://www.w3.org/2001/XMLSchema}restrictionType (extension)
| |
| +--{http://www.w3.org/2001/XMLSchema}complexRestrictionType (restriction)
| |
| +--{http://www.w3.org/2001/XMLSchema}simpleRestrictionType (restriction)
|
+--{http://www.w3.org/2001/XMLSchema}simpleType (extension)
| |
| +--{http://www.w3.org/2001/XMLSchema}localSimpleType (restriction)
| |
| +--{http://www.w3.org/2001/XMLSchema}topLevelSimpleType (restriction)
|
+--{http://www.w3.org/2001/XMLSchema}wildcard (extension)

Local Usage
annotated, annotation, redefine, schema

Source
<xs:complexType mixed="false" name="openAttrs">
<xs:complexContent>
<xs:restriction base="xs:anyType">
<xs:anyAttribute namespace="##other" processContents="lax"/>
</xs:restriction>
</xs:complexContent>
</xs:complexType>

XML Schema for XML Schema

Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://www.sourceforge.net.