complexType "namespaceManagerType"
Namespace:
Content:
complex, 1 attribute, attr. wildcard, 2 elements
Defined:
globally in mule-xml.xsd; see XML source
Includes:
definitions of 1 attribute, 1 element
Used:
Content Model Diagram
XML Representation Summary
<...
   
 = 
xsd:boolean : "false"
    {any attribute with non-schema namespace}
    >
   
Content: 
mule:annotations?, namespace*
</...>
Content Model Elements (2):
mule:annotations, namespace
All Direct / Indirect Based Elements (1):
namespace-manager
Known Usage Locations
Annotation
A manager that allows global namespaces to be configured. These namespaces will be made available to expressions routers, filters and transformers.
Type Definition Detail
Type Derivation Tree
mule:annotatedType (extension)
      namespaceManagerType
XML Source (w/o annotations (2); see within schema source)
<xsd:complexType name="namespaceManagerType">
<xsd:complexContent>
<xsd:extension base="mule:abstractExtensionType">
<xsd:sequence>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="namespace" type="namespaceType"/>
</xsd:sequence>
<xsd:attribute default="false" name="includeConfigNamespaces" type="xsd:boolean"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Attribute Detail (all declarations; defined within this component only; 1/2)
includeConfigNamespaces
Type:
xsd:boolean, predefined
Use:
optional
If true, the top-level namespaces declared in this configuration file will be added to the Manager. Defaults to false.
Attribute Value
Default:
"false"
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute default="false" name="includeConfigNamespaces" type="xsd:boolean"/>
Content Element Detail (all declarations; defined within this component only; 1/2)
namespace
Type:
namespaceType, empty content
XML Source (see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="namespace" type="namespaceType"/>

XML schema documentation generated with DocFlex/XML RE 1.8.5 using DocFlex/XML XSDDoc 2.5.0 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.