http://www.w3.org/2001/XMLSchema
complexType wildcard

Super Types
{http://www.w3.org/2001/XMLSchema}anyType (restriction)
|
+--{http://www.w3.org/2001/XMLSchema}openAttrs (restriction)
|
+--{http://www.w3.org/2001/XMLSchema}annotated (extension)
|
+--{http://www.w3.org/2001/XMLSchema}wildcard (extension)

Properties
This component is not nillable.

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


Nested Element Summary
 annotation
          

Attribute Summary
 xs:IDid
          
 xs:namespaceListnamespace
          
 xs:NMTOKENprocessContents
          

Attribute Detail

id

Type:
xs:ID
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
any

Source
<xs:complexType mixed="false" name="wildcard">
<xs:complexContent>
<xs:extension base="xs:annotated">
<xs:attribute default="##any" name="namespace" type="xs:namespaceList" use="optional"/>
<xs:attribute default="strict" name="processContents" use="optional">
<xs:simpleType>
<xs:restriction base="xs:NMTOKEN">
<xs:enumeration value="skip"/>
<xs:enumeration value="lax"/>
<xs:enumeration value="strict"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:extension>
</xs:complexContent>
</xs:complexType>


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