complexType "wsSecurityClient"
Namespace:
Content:
complex, 2 attributes, attr. wildcard, 2 elements
Defined:
globally in mule-cxf.xsd; see XML source
Includes:
definition of 1 element
Used:
Content Model Diagram
XML Representation Summary
<...
   
 = 
xsd:string
 = 
xsd:string
    {any attribute with non-schema namespace}
    >
   
Content: 
mule:annotations?, ws-config?
</...>
Content Model Elements (2):
mule:annotations, ws-config
All Direct / Indirect Based Elements (1):
ws-security (type wsSecurityClient)
Known Usage Locations
Type Definition Detail
Type Derivation Tree
mule:annotatedType (extension)
      wsSecurityBase (extension)
          wsSecurityClient
XML Source (w/o annotations (1); see within schema source)
<xsd:complexType name="wsSecurityClient">
<xsd:complexContent>
<xsd:extension base="wsSecurityBase">
<xsd:sequence>
<xsd:element maxOccurs="1" minOccurs="0" ref="ws-config"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 1/2)
ws-config
Type:
anonymous complexType (extension of mule:annotatedType), complex content
A map containing the WSS4J configuration. The entry key and value should map to the text strings in WSS4J's WSHandlerConstants and WSConstants. The key is the name of the element respecting Mule's naming format, it will be afterwards transformed to CamelCase to map the corresponding constants, e.g. password-callback-class will map to the constant passwordCallbackClass.
XML Source (w/o annotations (1); see within schema source)
<xsd:element maxOccurs="1" minOccurs="0" ref="ws-config"/>

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.