XML Schema for XML Schema

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

Documentation

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


Attribute Summary
 xs:IDid
          
 xs:allNNImaxOccurs
          
 xs:nonNegativeIntegerminOccurs
          
 xs:namespaceListnamespace
          
 processContents
          

Attribute Detail

id


Type:
xs:ID
Use:
optional
Form:
unqualified

maxOccurs


Type:
xs:allNNI
Default:
1
Use:
optional
Form:
unqualified1

minOccurs


Type:
xs:nonNegativeInteger
Default:
1
Use:
optional
Form:
unqualified1

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
nestedParticle, particle

Source
<xs:element id="any" name="any">
<xs:complexType mixed="false">
<xs:complexContent>
<xs:extension base="xs:wildcard">
<xs:attributeGroup ref="xs:occurs"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</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.