wscoor:CoordinationContext
Element information
Namespace: http://docs.oasis-open.org/ws-tx/wscoor/2006/06
Schema document: wstx-wscoor-1.1-schema-200701.xsd
Type: Anonymous
Properties: Global, Qualified
Content
- Sequence [1..1]
- wscoor:Identifier [1..1]
- wscoor:Expires [0..1]
- wscoor:CoordinationType [1..1]
- wscoor:RegistrationService [1..1]
- Any element [0..*] Namespace: ##other, Process Contents: lax
from type wscoor:CoordinationContextType
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
Any attribute | [0..*] | Namespace: ##other, Process Contents: lax | from type wscoor:CoordinationContextType |
Used in
- Type wscoor:CreateCoordinationContextResponseType (Element wscoor:CreateCoordinationContextResponse)
Sample instance
<wscoor:CoordinationContext> <wscoor:Identifier>http://Fabrikam123.com/SS/1234</wscoor:Identifier> <wscoor:Expires>3000</wscoor:Expires> <wscoor:CoordinationType>http://docs.oasis-open.org/ws-tx/wsat/2006/06</wscoor:CoordinationType> <wscoor:RegistrationService> <wsa:Address>http://Business456.com/mycoordinationservice/registration</wsa:Address> <wsa:ReferenceParameters> <myApp:BetaMark> ... </myApp:BetaMark> <myApp:EBDCode> ... </myApp:EBDCode> </wsa:ReferenceParameters> </wscoor:RegistrationService> <myApp:IsolationLevel>RepeatableRead</myApp:IsolationLevel> </wscoor:CoordinationContext>