xs:anyAttribute

Element Information

Model

Children: xs:annotation

Attributes

QName Type Fixed Default Use Inheritable Annotation
id xs:ID optional
namespace xs:namespaceList optional
notNamespace xs:null optional
notQName xs:qnameListA optional
processContents xs:null strict optional
Wildcard: ANY attribute from ANY namespace OTHER than 'http://www.w3.org/2001/XMLSchema'

Used By

Element Group xs:attrDecls

Source

<xs:element name="anyAttribute" id="anyAttribute">
  <xs:annotation>
    <xs:documentation source="../structures/structures.html#element-anyAttribute"/>
  </xs:annotation>
  <xs:complexType>
    <xs:complexContent>
      <xs:extension base="xs:wildcard">
        <xs:attribute name="notQName" type="xs:qnameListA" use="optional"/>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
</xs:element>

Sample