complexType "secretKeyEncryptionStrategyType"
Namespace:
Content:
empty, 3 attributes
Defined:
globally in mule.xsd; see XML source
Includes:
definitions of 2 attributes
Used:
Content Model Diagram
XML Representation Summary
<...
   
 = 
(xsd:string | xsd:NMTOKEN)
 = 
xsd:string
 = 
xsd:string
/>
All Direct / Indirect Based Elements (1):
secret-key-encryption-strategy
Known Usage Locations
Type Definition Detail
Type Derivation Tree
encryptionStrategyType (extension)
  secretKeyEncryptionStrategyType
XML Source (w/o annotations (2); see within schema source)
<xsd:complexType name="secretKeyEncryptionStrategyType">
<xsd:complexContent>
<xsd:extension base="encryptionStrategyType">
<xsd:attribute name="key" type="xsd:string"/>
<xsd:attribute name="keyFactory-ref" type="xsd:string"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Attribute Detail (all declarations; defined within this component only; 2/3)
key
Type:
xsd:string, predefined
Use:
optional
The key to use. This and the 'keyFactory-ref' attribute are mutually exclusive.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="key" type="xsd:string"/>

keyFactory-ref
Type:
xsd:string, predefined
Use:
optional
The name of the key factory to use. This should implement the ObjectFactory interface and return a byte array. This and the 'key' attribute are mutually exclusive.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="keyFactory-ref" 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.