complexType "cxfConfigurationType"
Namespace:
Content:
empty, 3 attributes
Defined:
globally in mule-cxf.xsd; see XML source
Includes:
definitions of 3 attributes
Used:
Content Model Diagram
XML Representation Summary
<...
    configurationLocation
 = 
xsd:string
    initializeStaticBusInstance
 = 
(xsd:string | xsd:boolean) : "true"
    name
 = 
xsd:string : "_cxfConfiguration"
/>
All Direct / Indirect Based Elements (1):
Known Usage Locations
Type Definition Detail
Type Derivation Tree
  cxfConfigurationType
XML Source (w/o annotations (3); see within schema source)
<xsd:complexType name="cxfConfigurationType">
<xsd:complexContent>
<xsd:extension base="mule:abstractExtensionType">
<xsd:attribute name="configurationLocation" type="xsd:string"/>
<xsd:attribute default="true" name="initializeStaticBusInstance" type="mule:substitutableBoolean"/>
<xsd:attribute default="_cxfConfiguration" name="name" type="xsd:string"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Attribute Detail (all declarations; defined in this component only; 3/3)
configurationLocation
Type:
xsd:string, predefined
Use:
optional
The location of a CXF configuration file, if any needs to be supplied.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="configurationLocation" type="xsd:string"/>

initializeStaticBusInstance
Type:
Use:
optional
Initialize the static CXF Bus with a Bus configured to use Mule for all transports. This will affect any CXF generated clients that you run standalone. Defaults to true.
Attribute Value
xsd:string | xsd:boolean
Default:
"true"
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute default="true" name="initializeStaticBusInstance" type="mule:substitutableBoolean"/>

name
Type:
xsd:string, predefined
Use:
optional
Attribute Value
Default:
"_cxfConfiguration"
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute default="_cxfConfiguration" name="name" type="xsd:string"/>

XML schema documentation generated with DocFlex/XML SDK 1.8.1b6 using DocFlex/XML XSDDoc 2.2.1 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.