Definition Type: ComplexType
Name: openAttrs
Namespace: http://www.w3.org/2001/XMLSchema
Type: anyType:http://www.w3.org/2001/XMLSchema
Containing Schema: XMLSchema.xsd
Abstract
Documentation:
This type is extended by almost all schema types to allow attributes from other namespaces to be added to user schemas.
Collapse XSD Schema Diagram:
XSD Diagram of openAttrs in schema xmlschema_xsd (W3C XForms)
Collapse XSD Schema Code:
<xs:complexType name="openAttrs">
    <xs:annotation>
        <xs:documentation>
       This type is extended by almost all schema types
       to allow attributes from other namespaces to be
       added to user schemas.
     </xs:documentation>
    </xs:annotation>
    <xs:complexContent>
        <xs:restriction base="xs:anyType">
            <xs:anyAttribute namespace="##other" processContents="lax" />
        </xs:restriction>
    </xs:complexContent>
</xs:complexType>
Collapse Child Attributes:
Name Type Default Value Use
<anyAttribute>
<anyAttribute> Allowed namespace: '##other'
Collapse Derivation Tree:
Collapse References:
xsd:annotated, xsd:annotation, xsd:redefine, xsd:schema