cdl:variable
Element information
Namespace: http://www.w3.org/2005/10/cdl
Schema document: ws-cdl.xsd
Type: cdl:tVariable
Properties: Local, Qualified
Content
- Sequence [1..1]
- cdl:description [0..1]
- cdl:CDLExtension [0..*]
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 | ||
informationType | [0..1] | xsd:QName | ||
channelType | [0..1] | xsd:QName | ||
mutable | [0..1] | xsd:boolean | Default value is "true". | |
free | [0..1] | xsd:boolean | Default value is "false". | |
silent | [0..1] | xsd:boolean | Default value is "false". | |
roleTypes | [0..1] | Anonymous |
Used in
- Type cdl:tVariableDefinitions (Element cdl:variableDefinitions)
Sample instance
<variable name="newVariable" informationType="someType" roleType="randomRoleType"/>