xs:anyAttrGroup

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
namespace xs:namespaceList optional
notNamespace xs:null optional
processContents xs:null strict optional

Used By

Complex Type xs:wildcard

Source

<xs:attributeGroup name="anyAttrGroup">
  <xs:attribute name="namespace" type="xs:namespaceList" use="optional"/>
  <xs:attribute name="notNamespace" use="optional">
    <xs:simpleType>
      <xs:restriction base="xs:basicNamespaceList">
        <xs:minLength value="1"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="processContents" default="strict" use="optional">
    <xs:simpleType>
      <xs:restriction base="xs:NMTOKEN">
        <xs:enumeration value="skip"/>
        <xs:enumeration value="lax"/>
        <xs:enumeration value="strict"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
</xs:attributeGroup>