cdl:bind
Element information
Namespace: http://www.w3.org/2005/10/cdl
Schema document: ws-cdl.xsd
Type: cdl:tBind
Properties: Local, Qualified
Content
- Sequence [1..1]
- cdl:description [0..1]
- cdl:CDLExtension [0..*]
- cdl:this [1..1]
- cdl:free [1..1]
from type cdl:tExtensibleElements
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
Any attribute | [0..*] | Namespace: ##other, Process Contents: lax | from type cdl:tExtensibleElements | |
name | [1..1] | xsd:NCName |
Used in
- Type cdl:tPerform (Element cdl:perform)
Sample instance
<bind name="aliasRetailer"> <this variable="cdl:getVariable('tns:purchaseOrderAtRetailer','','')" roleType="tns:Retailer"/> <free variable="cdl:getVariable('tns:purchaseOrder','','')" roleType="tns:Retailer"/> </bind>