complexType "pgpSecurityFilterType"
Namespace:
Content:
empty, 4 attributes
Defined:
globally in mule-pgp.xsd; see XML source
Includes:
definitions of 4 attributes
Used:
Content Model Diagram
XML Representation Summary
<...
    strategyName
 = 
xsd:string
    signRequired
 = 
xsd:string
    keyManager-ref
 = 
xsd:string
    credentialsAccessor-ref
 = 
xsd:string
/>
All Direct / Indirect Based Elements (1):
Known Usage Locations
Type Definition Detail
Type Derivation Tree
      pgpSecurityFilterType
XML Source (w/o annotations (4); see within schema source)
<xsd:complexType name="pgpSecurityFilterType">
<xsd:complexContent>
<xsd:extension base="mule:abstractSecurityFilterType">
<xsd:attribute name="strategyName" type="xsd:string" use="required"/>
<xsd:attribute name="signRequired" type="xsd:string" use="required"/>
<xsd:attribute name="keyManager-ref" type="xsd:string" use="required"/>
<xsd:attribute name="credentialsAccessor-ref" type="xsd:string" use="required"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Attribute Detail (all declarations; defined in this component only; 4/4)
credentialsAccessor-ref
Type:
xsd:string, predefined
Use:
required
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" use="required"/>

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"/>

signRequired
Type:
xsd:string, predefined
Use:
required
Whether signing is required.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="signRequired" type="xsd:string" use="required"/>

strategyName
Type:
xsd:string, predefined
Use:
required
The name of the PGP encryption strategy to use.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="strategyName" type="xsd:string" use="required"/>

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.