Schema "mule-pgp.xsd"
Target Namespace:
http://www.mulesoft.org/schema/mule/pgp
Defined Components:
global elements, 4 complexTypes
Default Namespace-Qualified Form:
Local Elements: qualified; Local Attributes: unqualified
Schema Location:
http://www.mulesoft.org/schema/mule/pgp/3.3/mule-pgp.xsd; see XML source
Imports Schemas (3):
mule-schemadoc.xsd [src], mule.xsd [src], xml.xsd [src]
Imported by Schema:
_mule-all-included.xsd
Annotation
This extension adds PGP security on endpoint communication. With PGP you can achieve end-to-end security communication with signed and encrypted messages between parties.
All Element Summary
keybased-encryption-strategy The key-based PGP encryption strategy to use.
Type:
Content:
empty, 4 attributes
Defined:
globally; see XML source
Used:
security-filter Filters messages based on PGP encryption.
Type:
Content:
complex, 4 attributes, attr. wildcard, 1 element
Subst.Gr:
Defined:
globally; see XML source
Used:
never
security-manager
Type:
Content:
complex, 2 attributes, attr. wildcard, 3 elements
Subst.Gr:
may substitute for element mule:abstract-security-manager
Defined:
globally; see XML source
Used:
never
security-provider Security provider for PGP-related functionality.
Type:
Content:
empty, 2 attributes
Defined:
globally; see XML source
Used:
Complex Type Summary
Content:
empty, 4 attributes
Defined:
globally; see XML source
Includes:
definitions of 3 attributes
Used:
Content:
complex, 4 attributes, attr. wildcard, 1 element
Defined:
globally; see XML source
Includes:
definitions of 4 attributes
Used:
Content:
empty, 2 attributes
Defined:
globally; see XML source
Includes:
definition of 1 attribute
Used:
Security manager for PGP-related functionality.
Content:
complex, 2 attributes, attr. wildcard, 3 elements
Defined:
globally; see XML source
Includes:
definitions of 2 elements
Used:
XML Source
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<xsd:schema attributeFormDefault="unqualified" elementFormDefault="qualified" targetNamespace="http://www.mulesoft.org/schema/mule/pgp" xmlns="http://www.mulesoft.org/schema/mule/pgp" xmlns:mule="http://www.mulesoft.org/schema/mule/core" xmlns:schemadoc="http://www.mulesoft.org/schema/mule/schemadoc" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace"/>
<xsd:annotation>
<xsd:documentation>
This extension adds PGP security on endpoint communication. With PGP you can achieve end-to-end security communication with signed and encrypted messages between parties.
</xsd:documentation>
<xsd:appinfo>
<schemadoc:short-name>PGP</schemadoc:short-name>
<schemadoc:page-title>PGP Module</schemadoc:page-title>
</xsd:appinfo>
</xsd:annotation>
<xsd:element name="security-manager" substitutionGroup="mule:abstract-security-manager" type="securityManagerType"/>
<xsd:complexType name="securityManagerType">
<xsd:annotation>
<xsd:documentation>
Security manager for PGP-related functionality.
</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="mule:abstractSecurityManagerType">
<xsd:sequence>
<xsd:element ref="security-provider"/>
<xsd:element ref="keybased-encryption-strategy"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
<xsd:element name="security-provider" type="pgpSecurityProviderType">
<xsd:annotation>
<xsd:documentation>
Security provider for PGP-related functionality.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:complexType name="pgpSecurityProviderType">
<xsd:complexContent>
<xsd:extension base="mule:securityProviderType">
<xsd:attribute name="keyManager-ref" type="xsd:string" use="required">
<xsd:annotation>
<xsd:documentation>
Reference to the key manager to use.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
<xsd:annotation>
<xsd:documentation>
The key-based PGP encryption strategy to use.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:complexType name="keyBasedEncryptionStrategyType">
<xsd:complexContent>
<xsd:extension base="mule:encryptionStrategyType">
<xsd:attribute name="keyManager-ref" type="xsd:string" use="required">
<xsd:annotation>
<xsd:documentation>
Reference to the key manager to use.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="credentialsAccessor-ref" type="xsd:string">
<xsd:annotation>
<xsd:documentation>
Reference to the credentials accessor to use.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="checkKeyExpirity" type="xsd:boolean">
<xsd:annotation>
<xsd:documentation>
Check key expiration.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
<xsd:element name="security-filter" substitutionGroup="mule:abstract-security-filter" type="pgpSecurityFilterType">
<xsd:annotation>
<xsd:documentation>
Filters messages based on PGP encryption.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:complexType name="pgpSecurityFilterType">
<xsd:complexContent>
<xsd:extension base="mule:abstractSecurityFilterType">
<xsd:attribute name="strategyName" type="xsd:string" use="required">
<xsd:annotation>
<xsd:documentation>
The name of the PGP encryption strategy to use.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="signRequired" type="xsd:string" use="required">
<xsd:annotation>
<xsd:documentation>
Whether signing is required.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="keyManager-ref" type="xsd:string" use="required">
<xsd:annotation>
<xsd:documentation>
Reference to the key manager to use.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="credentialsAccessor-ref" type="xsd:string" use="required">
<xsd:annotation>
<xsd:documentation>
Reference to the credentials accessor to use.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
</xsd:schema>

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.