complexType "idempotentRedeliveryPolicyType"
Namespace:
Content:
complex, 4 attributes, attr. wildcard, 2 elements
Defined:
globally in mule.xsd; see XML source
Includes:
definitions of 3 attributes
Used:
Content Model Diagram
XML Representation Summary
<...
   
 = 
(xsd:string | xsd:int) : "5"
 = 
xsd:boolean : "true"
 = 
xsd:string
 = 
xsd:string
    {any attribute with non-schema namespace}
    >
   
Content: 
annotations?, dead-letter-queue?
</...>
Content Model Elements (2):
annotations, dead-letter-queue
All Direct / Indirect Based Elements (1):
idempotent-redelivery-policy
Known Usage Locations
Type Definition Detail
Type Derivation Tree
annotatedType (extension)
      idempotentRedeliveryPolicyType
XML Source (w/o annotations (3); see within schema source)
<xsd:complexType name="idempotentRedeliveryPolicyType">
<xsd:complexContent>
<xsd:extension base="abstractRedeliveryPolicyType">
<xsd:attribute default="true" name="useSecureHash" type="xsd:boolean"/>
<xsd:attribute name="messageDigestAlgorithm" type="xsd:string"/>
<xsd:attribute name="idExpression" type="xsd:string"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Attribute Detail (all declarations; defined within this component only; 3/5)
idExpression
Type:
xsd:string, predefined
Use:
optional
Defines one or more expressions to use to determine when a message has been redelivered. For example,it would be possible to combine to headers as the unique ID of the message : '#[headers:foo,bar]'. Or, you could combine the message ID with a header: '#[message:id]-#[header:foo]'. This property may only be set if useSecureHash is false..
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="idExpression" type="xsd:string"/>

messageDigestAlgorithm
Type:
xsd:string, predefined
Use:
optional
The secure hashing algorithm to use. If not set, the default is SHA-256.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="messageDigestAlgorithm" type="xsd:string"/>

useSecureHash
Type:
xsd:boolean, predefined
Use:
optional
Whether to use a secure hash algorithm to identify a redelivered message
Attribute Value
Default:
"true"
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute default="true" name="useSecureHash" type="xsd:boolean"/>

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.