http://www.endeca.com/MDEX/conversation/1/0
The CatchAll Complex Type
This type is used to allow unrestricted schema in several places where user-defined XML is valuable.
Complex Type CatchAll
The CatchAll type does not allow mixed content. There is no restriction on type derivation. 
 CollapseClick here to hide comment XML Instance
<...>
 Allows any elements from any namespaces (lax validation). [0..*] Allows any elements from any namespaces (lax validation). [0..*]
</...>

 Collapse Attributes

Name Type Summary
No Attributes

 Collapse XML
-<complexType  name="CatchAll">
-<annotation>
<documentation> This type is used to allow unrestricted schema in several places where user-defined XML is valuable. </documentation>
</annotation>
-<sequence>
<any  maxOccurs="unbounded"  minOccurs="0"  namespace="##any"  processContents="lax" />
</sequence>
</complexType>

 Collapse Uses
 
 Collapse Used-By
 
Generated by WSDLdoc ©