cdl:variableDefinitions
Element information
Namespace: http://www.w3.org/2005/10/cdl
Schema document: ws-cdl.xsd
Type: cdl:tVariableDefinitions
Properties: Local, Qualified
Content
- Sequence [1..1]
- cdl:description [0..1]
- cdl:CDLExtension [0..*]
- cdl:variable [1..*]
from type cdl:tExtensibleElements
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
Any attribute | [0..*] | Namespace: ##other, Process Contents: lax | from type cdl:tExtensibleElements |
Used in
- Type cdl:tChoreography (Element cdl:choreography)
Sample instance
<variableDefinitions> <variable name="CreditExtended" informationType="xsd:int" silent="true" roleTypes="tns:CreditResponder"/> <variable name="creditRequest"/> <variable name="creditAuthorized"/> <variable name="creditDenied" informationType="tns:creditDeniedType"/> </variableDefinitions>