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
<...
    name
 = 
(xsd:string | xsd:NMTOKEN)
    key
 = 
xsd:string
    keyFactory-ref
 = 
xsd:string
/>
All Direct / Indirect Based Elements (1):
Known Usage Locations
Type Definition Detail
Type Derivation Tree
  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 in 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 SDK 1.8.1b6 using DocFlex/XML XSDDoc 2.2.1 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.