Schema Central > WS-CDL > ws-cdl.xsd > cdl:finalizerBlock
Advanced search
Need SOA Help?

Recommended Reading:

Web Service Contract Design and Versioning for SOA

 

Definitive XML Schema

 

cdl:finalizerBlock

Element information

Namespace: http://www.w3.org/2005/10/cdl

Schema document: ws-cdl.xsd

Type: cdl:tFinalizer

Properties: Local, Qualified

Content

Attributes

NameOccTypeDescriptionNotes
Any attribute[0..*]Namespace: ##other, Process Contents: laxfrom type cdl:tExtensibleElements
name [1..1]xsd:NCName

Used in

Sample instance

<finalizerBlock name="drawDown">
   <workunit name="drawdown">
      <interaction name="drawdownInteraction" channelVariable="tns:CreditRequestor"
                   operation="drawDown">
         <participate relationshipType="CreditReqCreditResp" fromRoleTypeRef="tns:CreditRequestor"
                      toRoleTypeRef="tns:CreditResponder"/>
         <exchange name="dummy" action="request">
            <send/>
            <receive recordReference="drawdownRecord"/>
         </exchange>
         <record name="drawdownRecord" when="before">
            <source expression="drawnDown"/>
            <target variable="CreditExtended"/>
         </record>
      </interaction>
   </workunit>
</finalizerBlock>

Site developed and hosted by Datypic, Inc.

Please report errors or comments about this site to contrib@functx.com