cdl:copy
Element information
Namespace: http://www.w3.org/2005/10/cdl
Schema document: ws-cdl.xsd
Type: cdl:tCopy
Properties: Local, Qualified
Content
- Sequence [1..1]
- cdl:description [0..1]
- cdl:CDLExtension [0..*]
- cdl:source [1..1]
- cdl:target [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 | ||
causeException | [0..1] | xsd:QName |
Used in
- Type cdl:tAssign (Element cdl:assign)
Sample instance
<copy name="copyAddressInfo"> <source variable="cdl:getVariable('PurchaseOrderMsg','', '/PO/CustomerAddress')"/> <target variable="cdl:getVariable('CustomerAddress','','')"/> </copy>