attributeGroup "commonAttributes"
Namespace:
Content:
Defined:
globally in mule-cxf.xsd; see XML source
Includes:
definitions of 4 attributes
Used:
XML Representation Summary
<...
    mtomEnabled
 = 
(xsd:string | xsd:boolean)
    wsdlLocation
 = 
xsd:string
    enableMuleSoapHeaders
 = 
(xsd:string | xsd:boolean) : "true"
    configuration-ref
 = 
xsd:string
...>
Known Usage Locations
XML Source (w/o annotations (4); see within schema source)
<xsd:attributeGroup name="commonAttributes">
<xsd:attribute name="mtomEnabled" type="mule:substitutableBoolean"/>
<xsd:attribute name="wsdlLocation" type="xsd:string"/>
<xsd:attribute default="true" name="enableMuleSoapHeaders" type="mule:substitutableBoolean"/>
<xsd:attribute name="configuration-ref" type="xsd:string"/>
</xsd:attributeGroup>
Attribute Detail (all declarations; defined in this component only; 4/4)
configuration-ref
Type:
xsd:string, predefined
Use:
optional
The CXF configuration that should be used.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="configuration-ref" type="xsd:string"/>

enableMuleSoapHeaders
Type:
Use:
optional
Whether or not this endpoint should write Mule SOAP headers which pass along the correlation and ReplyTo information. This is true by default, but the Mule SOAP headers are only triggered in situations where there is an existing correlation ID and the ReplyTo header is set. (As of 2.2.1)
Attribute Value
xsd:string | xsd:boolean
Default:
"true"
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute default="true" name="enableMuleSoapHeaders" type="mule:substitutableBoolean"/>

mtomEnabled
Type:
Use:
optional
Whether or not MTOM (attachment support) is enabled for this endpoint.
Attribute Value
xsd:string | xsd:boolean
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="mtomEnabled" type="mule:substitutableBoolean"/>

wsdlLocation
Type:
xsd:string, predefined
Use:
optional
The location of the WSDL for your service. If this is a server side endpoint it will served to your users.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="wsdlLocation" 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.