complexType "keyBasedEncryptionStrategyType"
Namespace:
Content:
empty, 4 attributes
Defined:
globally in mule-pgp.xsd; see XML source
Includes:
definitions of 3 attributes
Used:
Content Model Diagram
XML Representation Summary
<...
   
 = 
(xsd:string | xsd:NMTOKEN)
 = 
xsd:string
 = 
xsd:string
 = 
xsd:boolean
/>
All Direct / Indirect Based Elements (1):
keybased-encryption-strategy
Known Usage Locations
Type Definition Detail
Type Derivation Tree
mule:encryptionStrategyType (extension)
  keyBasedEncryptionStrategyType
XML Source (w/o annotations (3); see within schema source)
<xsd:complexType name="keyBasedEncryptionStrategyType">
<xsd:complexContent>
<xsd:extension base="mule:encryptionStrategyType">
<xsd:attribute name="keyManager-ref" type="xsd:string" use="required"/>
<xsd:attribute name="credentialsAccessor-ref" type="xsd:string"/>
<xsd:attribute name="checkKeyExpirity" type="xsd:boolean"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Attribute Detail (all declarations; defined within this component only; 3/4)
checkKeyExpirity
Type:
xsd:boolean, predefined
Use:
optional
Check key expiration.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="checkKeyExpirity" type="xsd:boolean"/>

credentialsAccessor-ref
Type:
xsd:string, predefined
Use:
optional
Reference to the credentials accessor to use.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="credentialsAccessor-ref" type="xsd:string"/>

keyManager-ref
Type:
xsd:string, predefined
Use:
required
Reference to the key manager to use.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="keyManager-ref" type="xsd:string" use="required"/>

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.