attributeGroup "commonAttributes"
Namespace:
Content:
Defined:
globally in mule-cxf.xsd; see XML source
Includes:
definitions of 5 attributes
Used:
XML Representation Summary
<...
   
 = 
("1.1" | "1.2")
 = 
(xsd:string | xsd:boolean)
 = 
xsd:string
 = 
(xsd:string | xsd:boolean) : "true"
 = 
xsd:string
...>
Known Usage Locations
XML Source (w/o annotations (5); see within schema source)
<xsd:attributeGroup name="commonAttributes">
<xsd:attribute name="soapVersion">
<xsd:simpleType>
<xsd:restriction base="xsd:NMTOKEN">
<xsd:enumeration value="1.1"/>
<xsd:enumeration value="1.2"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>
<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 within this component only; 5/5)
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"/>

soapVersion
Type:
anonymous simpleType (restriction of xsd:NMTOKEN)
Use:
optional
The soapVersion that is going to be used for this endpoint. The specified version is translated into the corresponding bindingId value. This attribute is useful when there's need to avoid the creation of the endpoint with the default binding. In case the bindingId attribute is set this attribute will override it. If not set and not specified otherwise CXF defaults to SOAP 1.1 binding
Attribute Value
enumeration of xsd:NMTOKEN
Enumeration:
"1.1", "1.2"
Anonymous simpleType
Type Derivation Tree
xsd:NMTOKEN (restriction)
  simpleType
Derivation:
restriction of xsd:NMTOKEN
Facets:
enumeration:
"1.1", "1.2"
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="soapVersion">
<xsd:simpleType>
<xsd:restriction base="xsd:NMTOKEN">
<xsd:enumeration value="1.1"/>
<xsd:enumeration value="1.2"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>

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 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.