ZVON > References > XML Schema 2001 Reference
index | >> Schema << | DTD

openAttrs

Annotation
Documentation

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

 

Schema

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