cdl:channelType
Element information
Namespace: http://www.w3.org/2005/10/cdl
Schema document: ws-cdl.xsd
Type: cdl:tChannelType
Properties: Local, Qualified
Content
- Sequence [1..1]
- cdl:description [0..1]
- cdl:CDLExtension [0..*]
- cdl:passing [0..*]
- cdl:roleType [1..1]
- cdl:reference [1..1]
- cdl:identity [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 | ||
usage | [0..1] | cdl:tUsage | Default value is "distinct". | |
action | [0..1] | cdl:tAction | Default value is "request". |
Used in
- Type cdl:tPackage (Element cdl:package)
Sample instance
<channelType name="OrderChannel"> <identity usage="primary"> <token name="OrderId"/> </identity> </channelType>