complexType "pgpSecurityFilterType"
Namespace:
Content:
complex, 4 attributes, attr. wildcard, 1 element
Defined:
globally in mule-pgp.xsd; see XML source
Includes:
definitions of 4 attributes
Used:
Content Model Diagram
XML Representation Summary
<...
   
 = 
xsd:string
 = 
xsd:string
 = 
xsd:string
 = 
xsd:string
    {any attribute with non-schema namespace}
    >
   
Content: 
mule:annotations?
</...>
Content Model Elements (1):
mule:annotations
All Direct / Indirect Based Elements (1):
security-filter
Known Usage Locations
Type Definition Detail
Type Derivation Tree
mule:annotatedType (extension)
      mule:abstractSecurityFilterType (extension)
          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 within this component only; 4/5)
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 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.