cdl:choreography
Element information
Namespace: http://www.w3.org/2005/10/cdl
Schema document: ws-cdl.xsd
Type: cdl:tChoreography
Properties: Local, Qualified
Content
- Sequence [1..1]
- cdl:description [0..1]
- cdl:CDLExtension [0..*]
- cdl:relationship [1..*]
- cdl:variableDefinitions [0..1]
- cdl:choreography [0..*]
- Choice [1..1]
- cdl:sequence
- cdl:parallel
- cdl:choice
- cdl:workunit
- cdl:interaction
- cdl:perform
- cdl:assign
- cdl:silentAction
- cdl:noAction
- cdl:finalize
- Any element Namespace: ##other, Process Contents: lax
- cdl:exceptionBlock [0..1]
- cdl:finalizerBlock [0..*]
from type cdl:tExtensibleElementsfrom group cdl:activity
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
Any attribute | [0..*] | Namespace: ##other, Process Contents: lax | from type cdl:tExtensibleElements | |
name | [1..1] | xsd:NCName | ||
complete | [0..1] | cdl:tBoolean-expr | ||
isolation | [0..1] | xsd:boolean | Default value is "false". | |
root | [0..1] | xsd:boolean | Default value is "false". | |
coordination | [0..1] | xsd:boolean | Default value is "false". |
Used in
- Type cdl:tChoreography (Element cdl:choreography)
- Type cdl:tPackage (Element cdl:package)
- Type cdl:tPerform (Element cdl:perform)
Sample instance
<choreography name="newChoreography" root="true"> <variable name="newVariable" informationType="someType" roleType="randomRoleType"/> </choreography>