XML Schema for XML Schema

http://www.w3.org/2001/XMLSchema
element anyAttribute

Documentation

Model
<anyAttribute
  id = xs:ID
  namespace = xs:namespaceList : ##any
  processContents = xs:NMTOKEN : strict
  {any attribute from any other namespace than current namespace}>
annotation?
</anyAttribute>


Attribute Summary
 xs:IDid
          
 xs:namespaceListnamespace
          
 processContents
          

Attribute Detail

id


Type:
xs:ID
Use:
optional
Form:
unqualified

namespace


Type:
xs:namespaceList
Default:
##any
Use:
optional
Form:
unqualified##any

processContents


Type:
base on xs:NMTOKEN
with restriction:
('skip' | 'lax' | 'strict')
Default:
strict
Use:
optional
Form:
unqualifiedstrict

Local Usage
attrDecls

Source
<xs:element id="anyAttribute" name="anyAttribute" type="xs:wildcard">
</xs:element>

XML Schema for XML Schema

Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://www.sourceforge.net.