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

Documentation
Properties
This component is not nillable.

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>


Nested Element Summary
 annotation
          

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

Attribute Detail

id

Type:
xs:ID
Use:
optional
Form:
unqualified

maxOccurs

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

minOccurs

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

namespace

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

processContents

Type:
based on
with :
Default:
strict
Use:
optional
Form:
unqualified

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>


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