2.2.4.29 psp:anyURIExtType

The psp:anyURIExtType type allows extended attributes on an xs:anyURI type (as specified in [XMLSCHEMA1] and [XMLSCHEMA2]).

 <xs:complexType name="anyURIExtType">
    <xs:simpleContent>
       <xs:extension base="xs:anyURI">
          <xs:anyAttribute namespace="##other" processContents="lax"/>
       </xs:extension>
    </xs:simpleContent>
 </xs:complexType>