complexType "customEncryptionStrategyType"
Namespace:
Content:
complex, 2 attributes, 1 element
Defined:
globally in mule.xsd; see XML source
Includes:
definitions of 1 attribute, 1 element
Used:
Content Model Diagram
XML Representation Summary
<...
   
 = 
(xsd:string | xsd:NMTOKEN)
 = 
xsd:string
    >
   
Content: 
spring:property*
</...>
Content Model Elements (1):
spring:property
All Direct / Indirect Based Elements (1):
custom-encryption-strategy
Known Usage Locations
Type Definition Detail
Type Derivation Tree
encryptionStrategyType (extension)
  customEncryptionStrategyType
XML Source (w/o annotations (1); see within schema source)
<xsd:complexType name="customEncryptionStrategyType">
<xsd:complexContent>
<xsd:extension base="encryptionStrategyType">
<xsd:sequence>
<xsd:element maxOccurs="unbounded" minOccurs="0" ref="spring:property"/>
</xsd:sequence>
<xsd:attribute name="strategy-ref" type="xsd:string" use="required"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Attribute Detail (all declarations; defined within this component only; 1/2)
strategy-ref
Type:
xsd:string, predefined
Use:
required
A reference to the encryption strategy (which may be a Spring bean that implements the EncryptionStrategy interface).
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="strategy-ref" type="xsd:string" use="required"/>
Content Element Detail (all declarations; defined within this component only; 1/1)
spring:property
Type:
spring:propertyType, complex content
XML Source (see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" ref="spring:property"/>

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.