structure:anyName

Element Information

Model

((ANY element from ANY namespace OTHER than 'http://relaxng.org/ns/structure/1.0' | ANY element from LOCAL namespace 'No Namespace')) | structure:except

Attributes

QName Type Fixed Default Use Inheritable Annotation
datatypeLibrary xs:anyURI optional
ns optional
Wildcard: ANY attribute from ANY namespace OTHER than 'http://relaxng.org/ns/structure/1.0'

Used By

Element Group structure:name-class

Source

<xs:element name="anyName">
  <xs:complexType>
    <xs:complexContent>
      <xs:extension base="structure:except-name-class">
        <xs:attributeGroup ref="structure:common-atts"/>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
</xs:element>

Sample