attributeGroup "clientAttributes"
Namespace:
Content:
Defined:
globally in mule-cxf.xsd; see XML source
Includes:
definition of 1 attribute
Used:
XML Representation Summary
<...
   
 = 
xsd:string
...>
Known Usage Locations
XML Source (w/o annotations (1); see within schema source)
<xsd:attributeGroup name="clientAttributes">
<xsd:attribute name="operation" type="xsd:string"/>
<!--
<xsd:attribute name="payloadToArguments" default="nullPayloadAsParameter">
<xsd:annotation>
<xsd:documentation>
This indicates how to treat the payload during the building of the parameters for the cxf call.
It has 2 possible values: "nullPayloadAsParameter" and "nullPayloadAsVoid". They only behave differently if
the payload is of type NullPayload. This could change in the future if we add more possible values here.
"nullPayloadAsParameter" is the default and indicates that if the payload is a NullPayload, it will be sent in the service call as a parameter.
"nullPayloadAsVoid" indicates that if the payload is a NullPayload, then the call will be done as if no parameters were supplied.
</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base="xsd:NMTOKEN">
<xsd:enumeration value="nullPayloadAsParameter" />
<xsd:enumeration value="nullPayloadAsVoid" />
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>
-->
</xsd:attributeGroup>
Attribute Detail (all declarations; defined within this component only; 1/1)
operation
Type:
xsd:string, predefined
Use:
optional
The operation you want to invoke on the outbound endpoint.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="operation" 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.