XML Schema Documentation

Table of Contents

top

Schema Document Properties

Target Namespace http://schemas.xmlsoap.org/ws/2003/03/business-process/
Element and Attribute Namespaces
  • Global element and attribute declarations belong to this schema's target namespace.
  • By default, local element declarations belong to this schema's target namespace.
  • By default, local attribute declarations have no namespace.
Schema Composition
  • This schema imports schema(s) from the following namespace(s):
    • http://schemas.xmlsoap.org/wsdl/ (at http://schemas.xmlsoap.org/wsdl/)

Declared Namespaces

Prefix Namespace
Default namespace http://www.w3.org/2001/XMLSchema
xml http://www.w3.org/XML/1998/namespace
wsdl http://schemas.xmlsoap.org/wsdl/
bpws http://schemas.xmlsoap.org/ws/2003/03/business-process/
Schema Component Representation
<schema targetNamespace="http://schemas.xmlsoap.org/ws/2003/03/business-process/" elementFormDefault="qualified">
<import namespace="http://schemas.xmlsoap.org/wsdl/" schemaLocation="http://schemas.xmlsoap.org/wsdl/"/>
...
</schema>
top

Global Declarations

Element: from

Name from
Type bpws:tFrom
Nillable no
Abstract no
XML Instance Representation
<bpws:from
Allow any attributes from a namespace other than this schema's namespace (lax validation).

variable="NCName [0..1]"
part="NCName [0..1]"
query="string [0..1]"
property="QName [0..1]"
partnerLink="NCName [0..1]"
endpointReference=" bpws:tRoles [0..1]"
expression="string [0..1]"
opaque=" bpws:tBoolean [0..1]">
Allow any elements from a namespace other than this schema's namespace (lax validation). [0..*]
</bpws:from>
Schema Component Representation
<element name="" type=" bpws:tFrom "/>
top

Element: process

Name process
Type bpws:tProcess
Nillable no
Abstract no
XML Instance Representation
<bpws:process
Allow any attributes from a namespace other than this schema's namespace (lax validation).

name="NCName [1]"
targetNamespace="anyURI [1]"
queryLanguage="anyURI [0..1]"
expressionLanguage="anyURI [0..1]"
suppressJoinFailure=" bpws:tBoolean [0..1]"
enableInstanceCompensation=" bpws:tBoolean [0..1]"
abstractProcess=" bpws:tBoolean [0..1]">
Allow any elements from a namespace other than this schema's namespace (lax validation). [0..*]
<bpws:partnerLinks> bpws:tPartnerLinks </bpws:partnerLinks> [0..1]
<bpws:partners> bpws:tPartners </bpws:partners> [0..1]
<bpws:variables> bpws:tVariables </bpws:variables> [0..1]
<bpws:correlationSets> bpws:tCorrelationSets </bpws:correlationSets> [0..1]
<bpws:faultHandlers> bpws:tFaultHandlers </bpws:faultHandlers> [0..1]
<bpws:compensationHandler> bpws:tCompensationHandler </bpws:compensationHandler> [0..1]
<bpws:eventHandlers> bpws:tEventHandlers </bpws:eventHandlers> [0..1]
Start Choice [1]
<bpws:empty> bpws:tEmpty </bpws:empty> [1]
<bpws:invoke> bpws:tInvoke </bpws:invoke> [1]
<bpws:receive> bpws:tReceive </bpws:receive> [1]
<bpws:reply> bpws:tReply </bpws:reply> [1]
<bpws:assign> bpws:tAssign </bpws:assign> [1]
<bpws:wait> bpws:tWait </bpws:wait> [1]
<bpws:throw> bpws:tThrow </bpws:throw> [1]
<bpws:terminate> bpws:tTerminate </bpws:terminate> [1]
<bpws:flow> bpws:tFlow </bpws:flow> [1]
<bpws:switch> bpws:tSwitch </bpws:switch> [1]
<bpws:while> bpws:tWhile </bpws:while> [1]
<bpws:sequence> bpws:tSequence </bpws:sequence> [1]
<bpws:pick> bpws:tPick </bpws:pick> [1]
<bpws:scope> bpws:tScope </bpws:scope> [1]
End Choice
</bpws:process>
Schema Component Representation
<element name="" type=" bpws:tProcess "/>
top

Element: to

Name to
Type Locally-defined complex type
Nillable no
Abstract no
XML Instance Representation
<bpws:to
Allow any attributes from a namespace other than this schema's namespace (lax validation).

variable="NCName [0..1]"
part="NCName [0..1]"
query="string [0..1]"
property="QName [0..1]"
partnerLink="NCName [0..1]"/>
Schema Component Representation
<element name="">
<complexType>
<complexContent>
<restriction base=" bpws:tFrom ">
<attribute name="" type=" string " use="prohibited"/>
<attribute name="" type=" bpws:tBoolean " use="prohibited"/>
<attribute name="" type=" bpws:tRoles " use="prohibited"/>
</restriction>
</complexContent>
</complexType>
</element>
top

Global Definitions

Complex Type: tActivity

Super-types: tExtensibleElements < tActivity (by extension)
Sub-types:
Name tActivity
Abstract no
XML Instance Representation
<...
Allow any attributes from a namespace other than this schema's namespace (lax validation).

name="NCName [0..1]"
joinCondition=" bpws:tBoolean-expr [0..1]"
suppressJoinFailure=" bpws:tBoolean [0..1]">
Allow any elements from a namespace other than this schema's namespace (lax validation). [0..*]
<bpws:target> bpws:tTarget </bpws:target> [0..*]
<bpws:source> bpws:tSource </bpws:source> [0..*]
</...>
Schema Component Representation
<complexType name="">
<complexContent>
<extension base=" bpws:tExtensibleElements ">
<sequence>
<element name="" type=" bpws:tTarget " minOccurs="0" maxOccurs="unbounded"/>
<element name="" type=" bpws:tSource " minOccurs="0" maxOccurs="unbounded"/>
</sequence>
<attribute name="" type=" NCName "/>
<attribute name="" type=" bpws:tBoolean-expr "/>
<attribute name="" type=" bpws:tBoolean " default="no"/>
</extension>
</complexContent>
</complexType>
top

Complex Type: tActivityContainer

Super-types: tExtensibleElements < tActivityContainer (by extension)
Sub-types:
Name tActivityContainer
Abstract no
XML Instance Representation
<...
Allow any attributes from a namespace other than this schema's namespace (lax validation).
>
Allow any elements from a namespace other than this schema's namespace (lax validation). [0..*]
Start Choice [1]
<bpws:empty> bpws:tEmpty </bpws:empty> [1]
<bpws:invoke> bpws:tInvoke </bpws:invoke> [1]
<bpws:receive> bpws:tReceive </bpws:receive> [1]
<bpws:reply> bpws:tReply </bpws:reply> [1]
<bpws:assign> bpws:tAssign </bpws:assign> [1]
<bpws:wait> bpws:tWait </bpws:wait> [1]
<bpws:throw> bpws:tThrow </bpws:throw> [1]
<bpws:terminate> bpws:tTerminate </bpws:terminate> [1]
<bpws:flow> bpws:tFlow </bpws:flow> [1]
<bpws:switch> bpws:tSwitch </bpws:switch> [1]
<bpws:while> bpws:tWhile </bpws:while> [1]
<bpws:sequence> bpws:tSequence </bpws:sequence> [1]
<bpws:pick> bpws:tPick </bpws:pick> [1]
<bpws:scope> bpws:tScope </bpws:scope> [1]
End Choice
</...>
Schema Component Representation
<complexType name="">
<complexContent>
<extension base=" bpws:tExtensibleElements ">
<sequence>
<group ref=" bpws:activity "/>
</sequence>
</extension>
</complexContent>
</complexType>
top

Complex Type: tActivityOrCompensateContainer

Super-types: tExtensibleElements < tActivityOrCompensateContainer (by extension)
Sub-types:
Name tActivityOrCompensateContainer
Abstract no
XML Instance Representation
<...
Allow any attributes from a namespace other than this schema's namespace (lax validation).
>
Allow any elements from a namespace other than this schema's namespace (lax validation). [0..*]
Start Choice [1]
Start Choice [1]
<bpws:empty> bpws:tEmpty </bpws:empty> [1]
<bpws:invoke> bpws:tInvoke </bpws:invoke> [1]
<bpws:receive> bpws:tReceive </bpws:receive> [1]
<bpws:reply> bpws:tReply </bpws:reply> [1]
<bpws:assign> bpws:tAssign </bpws:assign> [1]
<bpws:wait> bpws:tWait </bpws:wait> [1]
<bpws:throw> bpws:tThrow </bpws:throw> [1]
<bpws:terminate> bpws:tTerminate </bpws:terminate> [1]
<bpws:flow> bpws:tFlow </bpws:flow> [1]
<bpws:switch> bpws:tSwitch </bpws:switch> [1]
<bpws:while> bpws:tWhile </bpws:while> [1]
<bpws:sequence> bpws:tSequence </bpws:sequence> [1]
<bpws:pick> bpws:tPick </bpws:pick> [1]
<bpws:scope> bpws:tScope </bpws:scope> [1]
End Choice
<bpws:compensate> bpws:tCompensate </bpws:compensate> [1]
End Choice
</...>
Schema Component Representation
<complexType name="">
<complexContent>
<extension base=" bpws:tExtensibleElements ">
<choice>
<group ref=" bpws:activity "/>
<element name="" type=" bpws:tCompensate "/>
</choice>
</extension>
</complexContent>
</complexType>
top

Complex Type: tAssign

Super-types: tExtensibleElements < tActivity (by extension) < tAssign (by extension)
Sub-types: None
Name tAssign
Abstract no
XML Instance Representation
<...
Allow any attributes from a namespace other than this schema's namespace (lax validation).

name="NCName [0..1]"
joinCondition=" bpws:tBoolean-expr [0..1]"
suppressJoinFailure=" bpws:tBoolean [0..1]">
Allow any elements from a namespace other than this schema's namespace (lax validation). [0..*]
<bpws:target> bpws:tTarget </bpws:target> [0..*]
<bpws:source> bpws:tSource </bpws:source> [0..*]
<bpws:copy> bpws:tCopy </bpws:copy> [1..*]
</...>
Schema Component Representation
<complexType name="">
<complexContent>
<extension base=" bpws:tActivity ">
<sequence>
<element name="" type=" bpws:tCopy " minOccurs="1" maxOccurs="unbounded"/>
</sequence>
</extension>
</complexContent>
</complexType>
top

Complex Type: tCatch

Super-types: tExtensibleElements < tActivityOrCompensateContainer (by extension) < tCatch (by extension)
Sub-types: None
Name tCatch
Abstract no
XML Instance Representation
<...
Allow any attributes from a namespace other than this schema's namespace (lax validation).

faultName="QName [0..1]"
faultVariable="NCName [0..1]">
Allow any elements from a namespace other than this schema's namespace (lax validation). [0..*]
Start Choice [1]
Start Choice [1]
<bpws:empty> bpws:tEmpty </bpws:empty> [1]
<bpws:invoke> bpws:tInvoke </bpws:invoke> [1]
<bpws:receive> bpws:tReceive </bpws:receive> [1]
<bpws:reply> bpws:tReply </bpws:reply> [1]
<bpws:assign> bpws:tAssign </bpws:assign> [1]
<bpws:wait> bpws:tWait </bpws:wait> [1]
<bpws:throw> bpws:tThrow </bpws:throw> [1]
<bpws:terminate> bpws:tTerminate </bpws:terminate> [1]
<bpws:flow> bpws:tFlow </bpws:flow> [1]
<bpws:switch> bpws:tSwitch </bpws:switch> [1]
<bpws:while> bpws:tWhile </bpws:while> [1]
<bpws:sequence> bpws:tSequence </bpws:sequence> [1]
<bpws:pick> bpws:tPick </bpws:pick> [1]
<bpws:scope> bpws:tScope </bpws:scope> [1]
End Choice
<bpws:compensate> bpws:tCompensate </bpws:compensate> [1]
End Choice
</...>
Schema Component Representation
<complexType name="">
<complexContent>
<extension base=" bpws:tActivityOrCompensateContainer ">
<attribute name="" type=" QName "/>
<attribute name="" type=" NCName "/>
</extension>
</complexContent>
</complexType>
top

Complex Type: tCompensate

Super-types: tExtensibleElements < tActivity (by extension) < tCompensate (by extension)
Sub-types: None
Name tCompensate
Abstract no
XML Instance Representation
<...
Allow any attributes from a namespace other than this schema's namespace (lax validation).

name="NCName [0..1]"
joinCondition=" bpws:tBoolean-expr [0..1]"
suppressJoinFailure=" bpws:tBoolean [0..1]"
scope="NCName [0..1]">
Allow any elements from a namespace other than this schema's namespace (lax validation). [0..*]
<bpws:target> bpws:tTarget </bpws:target> [0..*]
<bpws:source> bpws:tSource </bpws:source> [0..*]
</...>
Schema Component Representation
<complexType name="">
<complexContent>
<extension base=" bpws:tActivity ">
<attribute name="" type=" NCName "/>
</extension>
</complexContent>
</complexType>
top

Complex Type: tCompensationHandler

Super-types: tExtensibleElements < tActivityOrCompensateContainer (by extension) < tCompensationHandler (by extension)
Sub-types: None
Name tCompensationHandler
Abstract no
XML Instance Representation
<...
Allow any attributes from a namespace other than this schema's namespace (lax validation).
>
Allow any elements from a namespace other than this schema's namespace (lax validation). [0..*]
Start Choice [1]
Start Choice [1]
<bpws:empty> bpws:tEmpty </bpws:empty> [1]
<bpws:invoke> bpws:tInvoke </bpws:invoke> [1]
<bpws:receive> bpws:tReceive </bpws:receive> [1]
<bpws:reply> bpws:tReply </bpws:reply> [1]
<bpws:assign> bpws:tAssign </bpws:assign> [1]
<bpws:wait> bpws:tWait </bpws:wait> [1]
<bpws:throw> bpws:tThrow </bpws:throw> [1]
<bpws:terminate> bpws:tTerminate </bpws:terminate> [1]
<bpws:flow> bpws:tFlow </bpws:flow> [1]
<bpws:switch> bpws:tSwitch </bpws:switch> [1]
<bpws:while> bpws:tWhile </bpws:while> [1]
<bpws:sequence> bpws:tSequence </bpws:sequence> [1]
<bpws:pick> bpws:tPick </bpws:pick> [1]
<bpws:scope> bpws:tScope </bpws:scope> [1]
End Choice
<bpws:compensate> bpws:tCompensate </bpws:compensate> [1]
End Choice
</...>
Schema Component Representation
<complexType name="">
<complexContent>
<extension base=" bpws:tActivityOrCompensateContainer "/>
</complexContent>
</complexType>
top

Complex Type: tCopy

Super-types: tExtensibleElements < tCopy (by extension)
Sub-types: None
Name tCopy
Abstract no
XML Instance Representation
<...
Allow any attributes from a namespace other than this schema's namespace (lax validation).
>
Allow any elements from a namespace other than this schema's namespace (lax validation). [0..*]
<bpws:from> ... </bpws:from> [1]
<bpws:to> ... </bpws:to> [1]
</...>
Schema Component Representation
<complexType name="">
<complexContent>
<extension base=" bpws:tExtensibleElements ">
<sequence>
<element ref=" bpws:from "/>
<element ref=" bpws:to "/>
</sequence>
</extension>
</complexContent>
</complexType>
top

Complex Type: tCorrelation

Super-types: tExtensibleElements < tCorrelation (by extension)
Sub-types:
Name tCorrelation
Abstract no
XML Instance Representation
<...
Allow any attributes from a namespace other than this schema's namespace (lax validation).

set="NCName [1]"
initiate=" bpws:tBoolean [0..1]">
Allow any elements from a namespace other than this schema's namespace (lax validation). [0..*]
</...>
Schema Component Representation
<complexType name="">
<complexContent>
<extension base=" bpws:tExtensibleElements ">
<attribute name="" type=" NCName " use="required"/>
<attribute name="" type=" bpws:tBoolean " default="no"/>
</extension>
</complexContent>
</complexType>
top

Complex Type: tCorrelations

Super-types: tExtensibleElements < tCorrelations (by extension)
Sub-types: None
Name tCorrelations
Abstract no
XML Instance Representation
<...
Allow any attributes from a namespace other than this schema's namespace (lax validation).
>
Allow any elements from a namespace other than this schema's namespace (lax validation). [0..*]
<bpws:correlation> bpws:tCorrelation </bpws:correlation> [1..*]
</...>
Schema Component Representation
<complexType name="">
<complexContent>
<extension base=" bpws:tExtensibleElements ">
<sequence>
<element name="" type=" bpws:tCorrelation " minOccurs="1" maxOccurs="unbounded"/>
</sequence>
</extension>
</complexContent>
</complexType>
top

Complex Type: tCorrelationSet

Super-types: tExtensibleElements < tCorrelationSet (by extension)
Sub-types: None
Name tCorrelationSet
Abstract no
XML Instance Representation
<...
Allow any attributes from a namespace other than this schema's namespace (lax validation).

properties="list of: QName [1]"
name="NCName [1]">
Allow any elements from a namespace other than this schema's namespace (lax validation). [0..*]
</...>
Schema Component Representation
<complexType name="">
<complexContent>
<extension base=" bpws:tExtensibleElements ">
<attribute name="" use="required">
<simpleType>
<list itemType=" QName "/>
</simpleType>
</attribute>
<attribute name="" type=" NCName " use="required"/>
</extension>
</complexContent>
</complexType>
top

Complex Type: tCorrelationSets

Super-types: tExtensibleElements < tCorrelationSets (by extension)
Sub-types: None
Name tCorrelationSets
Abstract no
XML Instance Representation
<...
Allow any attributes from a namespace other than this schema's namespace (lax validation).
>
Allow any elements from a namespace other than this schema's namespace (lax validation). [0..*]
<bpws:correlationSet> bpws:tCorrelationSet </bpws:correlationSet> [1..*]
</...>
Schema Component Representation
<complexType name="">
<complexContent>
<extension base=" bpws:tExtensibleElements ">
<sequence>
<element name="" type=" bpws:tCorrelationSet " maxOccurs="unbounded"/>
</sequence>
</extension>
</complexContent>
</complexType>
top

Complex Type: tCorrelationsWithPattern

Super-types: tExtensibleElements < tCorrelationsWithPattern (by extension)
Sub-types: None
Name tCorrelationsWithPattern
Abstract no
XML Instance Representation
<...
Allow any attributes from a namespace other than this schema's namespace (lax validation).
>
Allow any elements from a namespace other than this schema's namespace (lax validation). [0..*]
<bpws:correlation> bpws:tCorrelationWithPattern </bpws:correlation> [1..*]
</...>
Schema Component Representation
<complexType name="">
<complexContent>
<extension base=" bpws:tExtensibleElements ">
<sequence>
<element name="" type=" bpws:tCorrelationWithPattern " minOccurs="1" maxOccurs="unbounded"/>
</sequence>
</extension>
</complexContent>
</complexType>
top

Complex Type: tCorrelationWithPattern

Super-types: tExtensibleElements < tCorrelation (by extension) < tCorrelationWithPattern (by extension)
Sub-types: None
Name tCorrelationWithPattern
Abstract no
XML Instance Representation
<...
Allow any attributes from a namespace other than this schema's namespace (lax validation).

set="NCName [1]"
initiate=" bpws:tBoolean [0..1]"
pattern="string <<value = {'in'|'out'|'out-in'}>> [0..1]">
Allow any elements from a namespace other than this schema's namespace (lax validation). [0..*]
</...>
Schema Component Representation
<complexType name="">
<complexContent>
<extension base=" bpws:tCorrelation ">
<attribute name="">
<simpleType>
<restriction base=" string ">
<enumeration value="in"/>
<enumeration value="out"/>
<enumeration value="out-in"/>
</restriction>
</simpleType>
</attribute>
</extension>
</complexContent>
</complexType>
top

Complex Type: tEmpty

Super-types: tExtensibleElements < tActivity (by extension) < tEmpty (by extension)
Sub-types: None
Name tEmpty
Abstract no
XML Instance Representation
<...
Allow any attributes from a namespace other than this schema's namespace (lax validation).

name="NCName [0..1]"
joinCondition=" bpws:tBoolean-expr [0..1]"
suppressJoinFailure=" bpws:tBoolean [0..1]">
Allow any elements from a namespace other than this schema's namespace (lax validation). [0..*]
<bpws:target> bpws:tTarget </bpws:target> [0..*]
<bpws:source> bpws:tSource </bpws:source> [0..*]
</...>
Schema Component Representation
<complexType name="">
<complexContent>
<extension base=" bpws:tActivity "/>
</complexContent>
</complexType>
top

Complex Type: tEventHandlers

Super-types: tExtensibleElements < tEventHandlers (by extension)
Sub-types: None
Name tEventHandlers
Abstract no
XML Instance Representation
<...
Allow any attributes from a namespace other than this schema's namespace (lax validation).
>
Allow any elements from a namespace other than this schema's namespace (lax validation). [0..*]
<bpws:onMessage> bpws:tOnMessage </bpws:onMessage> [0..*]
<bpws:onAlarm> bpws:tOnAlarm </bpws:onAlarm> [0..*]
</...>
Schema Component Representation
<complexType name="">
<complexContent>
<extension base=" bpws:tExtensibleElements ">
<sequence>
<element name="" type=" bpws:tOnMessage " minOccurs="0" maxOccurs="unbounded"/>
<element name="" type=" bpws:tOnAlarm " minOccurs="0" maxOccurs="unbounded"/>
</sequence>
</extension>
</complexContent>
</complexType>
top

Complex Type: tExtensibleElements

Super-types: None
Sub-types:
Name tExtensibleElements
Abstract no
Documentation This type is extended by other component types to allow elements and attributes from other namespaces to be added.
XML Instance Representation
<...
Allow any attributes from a namespace other than this schema's namespace (lax validation).
>
Allow any elements from a namespace other than this schema's namespace (lax validation). [0..*]
</...>
Schema Component Representation
<complexType name="">
<sequence>
<any namespace="##other" minOccurs="0" maxOccurs="unbounded" processContents="lax"/>
</sequence>
<anyAttribute namespace="##other" processContents="lax"/>
</complexType>
top

Complex Type: tFaultHandlers

Super-types: tExtensibleElements < tFaultHandlers (by extension)
Sub-types: None
Name tFaultHandlers
Abstract no
XML Instance Representation
<...
Allow any attributes from a namespace other than this schema's namespace (lax validation).
>
Allow any elements from a namespace other than this schema's namespace (lax validation). [0..*]
<bpws:catch> bpws:tCatch </bpws:catch> [0..*]
<bpws:catchAll> bpws:tActivityOrCompensateContainer </bpws:catchAll> [0..1]
</...>
Schema Component Representation
<complexType name="">
<complexContent>
<extension base=" bpws:tExtensibleElements ">
<sequence>
<element name="" type=" bpws:tCatch " minOccurs="0" maxOccurs="unbounded"/>
<element name="" type=" bpws:tActivityOrCompensateContainer " minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
top

Complex Type: tFlow

Super-types: tExtensibleElements < tActivity (by extension) < tFlow (by extension)
Sub-types: None
Name tFlow
Abstract no
XML Instance Representation
<...
Allow any attributes from a namespace other than this schema's namespace (lax validation).

name="NCName [0..1]"
joinCondition=" bpws:tBoolean-expr [0..1]"
suppressJoinFailure=" bpws:tBoolean [0..1]">
Allow any elements from a namespace other than this schema's namespace (lax validation). [0..*]
<bpws:target> bpws:tTarget </bpws:target> [0..*]
<bpws:source> bpws:tSource </bpws:source> [0..*]
<bpws:links> bpws:tLinks </bpws:links> [0..1]
Start Group: bpws:activity [1..*]
Start Choice [1]
<bpws:empty> bpws:tEmpty </bpws:empty> [1]
<bpws:invoke> bpws:tInvoke </bpws:invoke> [1]
<bpws:receive> bpws:tReceive </bpws:receive> [1]
<bpws:reply> bpws:tReply </bpws:reply> [1]
<bpws:assign> bpws:tAssign </bpws:assign> [1]
<bpws:wait> bpws:tWait </bpws:wait> [1]
<bpws:throw> bpws:tThrow </bpws:throw> [1]
<bpws:terminate> bpws:tTerminate </bpws:terminate> [1]
<bpws:flow> bpws:tFlow </bpws:flow> [1]
<bpws:switch> bpws:tSwitch </bpws:switch> [1]
<bpws:while> bpws:tWhile </bpws:while> [1]
<bpws:sequence> bpws:tSequence </bpws:sequence> [1]
<bpws:pick> bpws:tPick </bpws:pick> [1]
<bpws:scope> bpws:tScope </bpws:scope> [1]
End Choice
End Group: bpws:activity
</...>
Schema Component Representation
<complexType name="">
<complexContent>
<extension base=" bpws:tActivity ">
<sequence>
<element name="" type=" bpws:tLinks " minOccurs="0"/>
<group ref=" bpws:activity " maxOccurs="unbounded"/>
</sequence>
</extension>
</complexContent>
</complexType>
top

Complex Type: tFrom

Super-types: tExtensibleElements < tFrom (by extension)
Sub-types: None
Name tFrom
Abstract no
XML Instance Representation
<...
Allow any attributes from a namespace other than this schema's namespace (lax validation).

variable="NCName [0..1]"
part="NCName [0..1]"
query="string [0..1]"
property="QName [0..1]"
partnerLink="NCName [0..1]"
endpointReference=" bpws:tRoles [0..1]"
expression="string [0..1]"
opaque=" bpws:tBoolean [0..1]">
Allow any elements from a namespace other than this schema's namespace (lax validation). [0..*]
</...>
Schema Component Representation
<complexType name="">
<complexContent>
<extension base=" bpws:tExtensibleElements ">
<attribute name="" type=" NCName "/>
<attribute name="" type=" NCName "/>
<attribute name="" type=" string "/>
<attribute name="" type=" QName "/>
<attribute name="" type=" NCName "/>
<attribute name="" type=" bpws:tRoles "/>
<attribute name="" type=" string "/>
<attribute name="" type=" bpws:tBoolean "/>
</extension>
</complexContent>
</complexType>
top

Complex Type: tInvoke

Super-types: tExtensibleElements < tActivity (by extension) < tInvoke (by extension)
Sub-types: None
Name tInvoke
Abstract no
XML Instance Representation
<...
Allow any attributes from a namespace other than this schema's namespace (lax validation).

name="NCName [0..1]"
joinCondition=" bpws:tBoolean-expr [0..1]"
suppressJoinFailure=" bpws:tBoolean [0..1]"
partnerLink="NCName [1]"
portType="QName [1]"
operation="NCName [1]"
inputVariable="NCName [0..1]"
outputVariable="NCName [0..1]">
Allow any elements from a namespace other than this schema's namespace (lax validation). [0..*]
<bpws:target> bpws:tTarget </bpws:target> [0..*]
<bpws:source> bpws:tSource </bpws:source> [0..*]
<bpws:correlations> bpws:tCorrelationsWithPattern </bpws:correlations> [0..1]
<bpws:catch> bpws:tCatch </bpws:catch> [0..*]
<bpws:catchAll> bpws:tActivityOrCompensateContainer </bpws:catchAll> [0..1]
<bpws:compensationHandler> bpws:tCompensationHandler </bpws:compensationHandler> [0..1]
</...>
Schema Component Representation
<complexType name="">
<complexContent>
<extension base=" bpws:tActivity ">
<sequence>
<element name="" type=" bpws:tCorrelationsWithPattern " minOccurs="0" maxOccurs="1"/>
<element name="" type=" bpws:tCatch " minOccurs="0" maxOccurs="unbounded"/>
<element name="" type=" bpws:tActivityOrCompensateContainer " minOccurs="0"/>
<element name="" type=" bpws:tCompensationHandler " minOccurs="0"/>
</sequence>
<attribute name="" type=" NCName " use="required"/>
<attribute name="" type=" QName " use="required"/>
<attribute name="" type=" NCName " use="required"/>
<attribute name="" type=" NCName " use="optional"/>
<attribute name="" type=" NCName " use="optional"/>
</extension>
</complexContent>
</complexType>
top

Complex Type: tLink

Super-types: tExtensibleElements < tLink (by extension)
Sub-types: None
Name tLink
Abstract no
XML Instance Representation
Schema Component Representation
top

Complex Type: tLinks

Super-types: tExtensibleElements < tLinks (by extension)
Sub-types: None
Name tLinks
Abstract no
XML Instance Representation
Schema Component Representation
top

Complex Type: tOnAlarm

Super-types: tExtensibleElements < tActivityContainer (by extension) < tOnAlarm (by extension)
Sub-types: None
Name tOnAlarm
Abstract no
XML Instance Representation
<...
Allow any attributes from a namespace other than this schema's namespace (lax validation).

for=" bpws:tDuration-expr [0..1]"
until=" bpws:tDeadline-expr [0..1]">
Allow any elements from a namespace other than this schema's namespace (lax validation). [0..*]
Start Choice [1]
<bpws:empty> bpws:tEmpty </bpws:empty> [1]
<bpws:invoke> bpws:tInvoke </bpws:invoke> [1]
<bpws:receive> bpws:tReceive </bpws:receive> [1]
<bpws:reply> bpws:tReply </bpws:reply> [1]
<bpws:assign> bpws:tAssign </bpws:assign> [1]
<bpws:wait> bpws:tWait </bpws:wait> [1]
<bpws:throw> bpws:tThrow </bpws:throw> [1]
<bpws:terminate> bpws:tTerminate </bpws:terminate> [1]
<bpws:flow> bpws:tFlow </bpws:flow> [1]
<bpws:switch> bpws:tSwitch </bpws:switch> [1]
<bpws:while> bpws:tWhile </bpws:while> [1]
<bpws:sequence> bpws:tSequence </bpws:sequence> [1]
<bpws:pick> bpws:tPick </bpws:pick> [1]
<bpws:scope> bpws:tScope </bpws:scope> [1]
End Choice
</...>
Schema Component Representation
<complexType name="">
<complexContent>
<extension base=" bpws:tActivityContainer ">
<attribute name="" type=" bpws:tDuration-expr "/>
<attribute name="" type=" bpws:tDeadline-expr "/>
</extension>
</complexContent>
</complexType>
top

Complex Type: tOnMessage

Super-types: tExtensibleElements < tOnMessage (by extension)
Sub-types: None
Name tOnMessage
Abstract no
XML Instance Representation
<...
Allow any attributes from a namespace other than this schema's namespace (lax validation).

partnerLink="NCName [1]"
portType="QName [1]"
operation="NCName [1]"
variable="NCName [0..1]">
Allow any elements from a namespace other than this schema's namespace (lax validation). [0..*]
<bpws:correlations> bpws:tCorrelations </bpws:correlations> [0..1]
Start Choice [1]
<bpws:empty> bpws:tEmpty </bpws:empty> [1]
<bpws:invoke> bpws:tInvoke </bpws:invoke> [1]
<bpws:receive> bpws:tReceive </bpws:receive> [1]
<bpws:reply> bpws:tReply </bpws:reply> [1]
<bpws:assign> bpws:tAssign </bpws:assign> [1]
<bpws:wait> bpws:tWait </bpws:wait> [1]
<bpws:throw> bpws:tThrow </bpws:throw> [1]
<bpws:terminate> bpws:tTerminate </bpws:terminate> [1]
<bpws:flow> bpws:tFlow </bpws:flow> [1]
<bpws:switch> bpws:tSwitch </bpws:switch> [1]
<bpws:while> bpws:tWhile </bpws:while> [1]
<bpws:sequence> bpws:tSequence </bpws:sequence> [1]
<bpws:pick> bpws:tPick </bpws:pick> [1]
<bpws:scope> bpws:tScope </bpws:scope> [1]
End Choice
</...>
Schema Component Representation
<complexType name="">
<complexContent>
<extension base=" bpws:tExtensibleElements ">
<sequence>
<element name="" type=" bpws:tCorrelations " minOccurs="0"/>
<group ref=" bpws:activity "/>
</sequence>
<attribute name="" type=" NCName " use="required"/>
<attribute name="" type=" QName " use="required"/>
<attribute name="" type=" NCName " use="required"/>
<attribute name="" type=" NCName " use="optional"/>
</extension>
</complexContent>
</complexType>
top

Complex Type: tPartner

Super-types: tExtensibleElements < tPartner (by extension)
Sub-types: None
Name tPartner
Abstract no
XML Instance Representation
<...
Allow any attributes from a namespace other than this schema's namespace (lax validation).

name="NCName [1]">
Allow any elements from a namespace other than this schema's namespace (lax validation). [0..*]
<bpws:partnerLink
Allow any attributes from a namespace other than this schema's namespace (lax validation).

name="NCName [1]"> [1..*]
<-- Extends : bpws:tExtensibleElements -->
Allow any elements from a namespace other than this schema's namespace (lax validation). [0..*]
</bpws:partnerLink>
</...>
Schema Component Representation
<complexType name="">
<complexContent>
<extension base=" bpws:tExtensibleElements ">
<sequence>
<element name="" minOccurs="1" maxOccurs="unbounded">
<complexType>
<complexContent>
<extension base=" bpws:tExtensibleElements ">
<attribute name="" type=" NCName " use="required"/>
</extension>
</complexContent>
</complexType>
</element>
</sequence>
<attribute name="" type=" NCName " use="required"/>
</extension>
</complexContent>
</complexType>
top

Complex Type: tPartnerLink

Super-types: tExtensibleElements < tPartnerLink (by extension)
Sub-types: None
Name tPartnerLink
Abstract no
XML Instance Representation
Schema Component Representation
top

Complex Type: tPartnerLinks

Super-types: tExtensibleElements < tPartnerLinks (by extension)
Sub-types: None
Name tPartnerLinks
Abstract no
XML Instance Representation
Schema Component Representation
top

Complex Type: tPartners

Super-types: tExtensibleElements < tPartners (by extension)
Sub-types: None
Name tPartners
Abstract no
XML Instance Representation
<...
Allow any attributes from a namespace other than this schema's namespace (lax validation).
>
Allow any elements from a namespace other than this schema's namespace (lax validation). [0..*]
<bpws:partner> bpws:tPartner </bpws:partner> [1..*]
</...>
Schema Component Representation
<complexType name="">
<complexContent>
<extension base=" bpws:tExtensibleElements ">
<sequence>
<element name="" type=" bpws:tPartner " minOccurs="1" maxOccurs="unbounded"/>
</sequence>
</extension>
</complexContent>
</complexType>
top

Complex Type: tPick

Super-types: tExtensibleElements < tActivity (by extension) < tPick (by extension)
Sub-types: None
Name tPick
Abstract no
XML Instance Representation
<...
Allow any attributes from a namespace other than this schema's namespace (lax validation).

name="NCName [0..1]"
joinCondition=" bpws:tBoolean-expr [0..1]"
suppressJoinFailure=" bpws:tBoolean [0..1]"
createInstance=" bpws:tBoolean [0..1]">
Allow any elements from a namespace other than this schema's namespace (lax validation). [0..*]
<bpws:target> bpws:tTarget </bpws:target> [0..*]
<bpws:source> bpws:tSource </bpws:source> [0..*]
<bpws:onMessage> bpws:tOnMessage </bpws:onMessage> [1..*]
<bpws:onAlarm> bpws:tOnAlarm </bpws:onAlarm> [0..*]
</...>
Schema Component Representation
<complexType name="">
<complexContent>
<extension base=" bpws:tActivity ">
<sequence>
<element name="" type=" bpws:tOnMessage " maxOccurs="unbounded"/>
<element name="" type=" bpws:tOnAlarm " minOccurs="0" maxOccurs="unbounded"/>
</sequence>
<attribute name="" type=" bpws:tBoolean " default="no"/>
</extension>
</complexContent>
</complexType>
top

Complex Type: tProcess

Super-types: tExtensibleElements < tProcess (by extension)
Sub-types: None
Name tProcess
Abstract no
XML Instance Representation
<...
Allow any attributes from a namespace other than this schema's namespace (lax validation).

name="NCName [1]"
targetNamespace="anyURI [1]"
queryLanguage="anyURI [0..1]"
expressionLanguage="anyURI [0..1]"
suppressJoinFailure=" bpws:tBoolean [0..1]"
enableInstanceCompensation=" bpws:tBoolean [0..1]"
abstractProcess=" bpws:tBoolean [0..1]">
Allow any elements from a namespace other than this schema's namespace (lax validation). [0..*]
<bpws:partnerLinks> bpws:tPartnerLinks </bpws:partnerLinks> [0..1]
<bpws:partners> bpws:tPartners </bpws:partners> [0..1]
<bpws:variables> bpws:tVariables </bpws:variables> [0..1]
<bpws:correlationSets> bpws:tCorrelationSets </bpws:correlationSets> [0..1]
<bpws:faultHandlers> bpws:tFaultHandlers </bpws:faultHandlers> [0..1]
<bpws:compensationHandler> bpws:tCompensationHandler </bpws:compensationHandler> [0..1]
<bpws:eventHandlers> bpws:tEventHandlers </bpws:eventHandlers> [0..1]
Start Choice [1]
<bpws:empty> bpws:tEmpty </bpws:empty> [1]
<bpws:invoke> bpws:tInvoke </bpws:invoke> [1]
<bpws:receive> bpws:tReceive </bpws:receive> [1]
<bpws:reply> bpws:tReply </bpws:reply> [1]
<bpws:assign> bpws:tAssign </bpws:assign> [1]
<bpws:wait> bpws:tWait </bpws:wait> [1]
<bpws:throw> bpws:tThrow </bpws:throw> [1]
<bpws:terminate> bpws:tTerminate </bpws:terminate> [1]
<bpws:flow> bpws:tFlow </bpws:flow> [1]
<bpws:switch> bpws:tSwitch </bpws:switch> [1]
<bpws:while> bpws:tWhile </bpws:while> [1]
<bpws:sequence> bpws:tSequence </bpws:sequence> [1]
<bpws:pick> bpws:tPick </bpws:pick> [1]
<bpws:scope> bpws:tScope </bpws:scope> [1]
End Choice
</...>
Schema Component Representation
<complexType name="">
<complexContent>
<extension base=" bpws:tExtensibleElements ">
<sequence>
<element name="" type=" bpws:tPartnerLinks " minOccurs="0"/>
<element name="" type=" bpws:tPartners " minOccurs="0"/>
<element name="" type=" bpws:tVariables " minOccurs="0"/>
<element name="" type=" bpws:tCorrelationSets " minOccurs="0"/>
<element name="" type=" bpws:tFaultHandlers " minOccurs="0"/>
<element name="" type=" bpws:tCompensationHandler " minOccurs="0"/>
<element name="" type=" bpws:tEventHandlers " minOccurs="0"/>
<group ref=" bpws:activity "/>
</sequence>
<attribute name="" type=" NCName " use="required"/>
<attribute name="" type=" anyURI " use="required"/>
<attribute name="" type=" anyURI " default="http://www.w3.org/TR/1999/REC-xpath-19991116"/>
<attribute name="" type=" anyURI " default="http://www.w3.org/TR/1999/REC-xpath-19991116"/>
<attribute name="" type=" bpws:tBoolean " default="no"/>
<attribute name="" type=" bpws:tBoolean " default="no"/>
<attribute name="" type=" bpws:tBoolean " default="no"/>
</extension>
</complexContent>
</complexType>
top

Complex Type: tReceive

Super-types: tExtensibleElements < tActivity (by extension) < tReceive (by extension)
Sub-types: None
Name tReceive
Abstract no
XML Instance Representation
<...
Allow any attributes from a namespace other than this schema's namespace (lax validation).

name="NCName [0..1]"
joinCondition=" bpws:tBoolean-expr [0..1]"
suppressJoinFailure=" bpws:tBoolean [0..1]"
partnerLink="NCName [1]"
portType="QName [1]"
operation="NCName [1]"
variable="NCName [0..1]"
createInstance=" bpws:tBoolean [0..1]">
Allow any elements from a namespace other than this schema's namespace (lax validation). [0..*]
<bpws:target> bpws:tTarget </bpws:target> [0..*]
<bpws:source> bpws:tSource </bpws:source> [0..*]
<bpws:correlations> bpws:tCorrelations </bpws:correlations> [0..1]
</...>
Schema Component Representation
<complexType name="">
<complexContent>
<extension base=" bpws:tActivity ">
<sequence>
<element name="" type=" bpws:tCorrelations " minOccurs="0"/>
</sequence>
<attribute name="" type=" NCName " use="required"/>
<attribute name="" type=" QName " use="required"/>
<attribute name="" type=" NCName " use="required"/>
<attribute name="" type=" NCName " use="optional"/>
<attribute name="" type=" bpws:tBoolean " default="no"/>
</extension>
</complexContent>
</complexType>
top

Complex Type: tReply

Super-types: tExtensibleElements < tActivity (by extension) < tReply (by extension)
Sub-types: None
Name tReply
Abstract no
XML Instance Representation
<...
Allow any attributes from a namespace other than this schema's namespace (lax validation).

name="NCName [0..1]"
joinCondition=" bpws:tBoolean-expr [0..1]"
suppressJoinFailure=" bpws:tBoolean [0..1]"
partnerLink="NCName [1]"
portType="QName [1]"
operation="NCName [1]"
variable="NCName [0..1]"
faultName="QName [0..1]">
Allow any elements from a namespace other than this schema's namespace (lax validation). [0..*]
<bpws:target> bpws:tTarget </bpws:target> [0..*]
<bpws:source> bpws:tSource </bpws:source> [0..*]
<bpws:correlations> bpws:tCorrelations </bpws:correlations> [0..1]
</...>
Schema Component Representation
<complexType name="">
<complexContent>
<extension base=" bpws:tActivity ">
<sequence>
<element name="" type=" bpws:tCorrelations " minOccurs="0"/>
</sequence>
<attribute name="" type=" NCName " use="required"/>
<attribute name="" type=" QName " use="required"/>
<attribute name="" type=" NCName " use="required"/>
<attribute name="" type=" NCName " use="optional"/>
<attribute name="" type=" QName "/>
</extension>
</complexContent>
</complexType>
top

Complex Type: tScope

Super-types: tExtensibleElements < tActivity (by extension) < tScope (by extension)
Sub-types: None
Name tScope
Abstract no
XML Instance Representation
<...
Allow any attributes from a namespace other than this schema's namespace (lax validation).

name="NCName [0..1]"
joinCondition=" bpws:tBoolean-expr [0..1]"
suppressJoinFailure=" bpws:tBoolean [0..1]"
variableAccessSerializable=" bpws:tBoolean [0..1]">
Allow any elements from a namespace other than this schema's namespace (lax validation). [0..*]
<bpws:target> bpws:tTarget </bpws:target> [0..*]
<bpws:source> bpws:tSource </bpws:source> [0..*]
<bpws:variables> bpws:tVariables </bpws:variables> [0..1]
<bpws:correlationSets> bpws:tCorrelationSets </bpws:correlationSets> [0..1]
<bpws:faultHandlers> bpws:tFaultHandlers </bpws:faultHandlers> [0..1]
<bpws:compensationHandler> bpws:tCompensationHandler </bpws:compensationHandler> [0..1]
<bpws:eventHandlers> bpws:tEventHandlers </bpws:eventHandlers> [0..1]
Start Choice [1]
<bpws:empty> bpws:tEmpty </bpws:empty> [1]
<bpws:invoke> bpws:tInvoke </bpws:invoke> [1]
<bpws:receive> bpws:tReceive </bpws:receive> [1]
<bpws:reply> bpws:tReply </bpws:reply> [1]
<bpws:assign> bpws:tAssign </bpws:assign> [1]
<bpws:wait> bpws:tWait </bpws:wait> [1]
<bpws:throw> bpws:tThrow </bpws:throw> [1]
<bpws:terminate> bpws:tTerminate </bpws:terminate> [1]
<bpws:flow> bpws:tFlow </bpws:flow> [1]
<bpws:switch> bpws:tSwitch </bpws:switch> [1]
<bpws:while> bpws:tWhile </bpws:while> [1]
<bpws:sequence> bpws:tSequence </bpws:sequence> [1]
<bpws:pick> bpws:tPick </bpws:pick> [1]
<bpws:scope> bpws:tScope </bpws:scope> [1]
End Choice
</...>
Schema Component Representation
<complexType name="">
<complexContent>
<extension base=" bpws:tActivity ">
<sequence>
<element name="" type=" bpws:tVariables " minOccurs="0"/>
<element name="" type=" bpws:tCorrelationSets " minOccurs="0"/>
<element name="" type=" bpws:tFaultHandlers " minOccurs="0"/>
<element name="" type=" bpws:tCompensationHandler " minOccurs="0"/>
<element name="" type=" bpws:tEventHandlers " minOccurs="0"/>
<group ref=" bpws:activity "/>
</sequence>
<attribute name="" type=" bpws:tBoolean " default="no"/>
</extension>
</complexContent>
</complexType>
top

Complex Type: tSequence

Super-types: tExtensibleElements < tActivity (by extension) < tSequence (by extension)
Sub-types: None
Name tSequence
Abstract no
XML Instance Representation
<...
Allow any attributes from a namespace other than this schema's namespace (lax validation).

name="NCName [0..1]"
joinCondition=" bpws:tBoolean-expr [0..1]"
suppressJoinFailure=" bpws:tBoolean [0..1]">
Allow any elements from a namespace other than this schema's namespace (lax validation). [0..*]
<bpws:target> bpws:tTarget </bpws:target> [0..*]
<bpws:source> bpws:tSource </bpws:source> [0..*]
Start Group: bpws:activity [1..*]
Start Choice [1]
<bpws:empty> bpws:tEmpty </bpws:empty> [1]
<bpws:invoke> bpws:tInvoke </bpws:invoke> [1]
<bpws:receive> bpws:tReceive </bpws:receive> [1]
<bpws:reply> bpws:tReply </bpws:reply> [1]
<bpws:assign> bpws:tAssign </bpws:assign> [1]
<bpws:wait> bpws:tWait </bpws:wait> [1]
<bpws:throw> bpws:tThrow </bpws:throw> [1]
<bpws:terminate> bpws:tTerminate </bpws:terminate> [1]
<bpws:flow> bpws:tFlow </bpws:flow> [1]
<bpws:switch> bpws:tSwitch </bpws:switch> [1]
<bpws:while> bpws:tWhile </bpws:while> [1]
<bpws:sequence> bpws:tSequence </bpws:sequence> [1]
<bpws:pick> bpws:tPick </bpws:pick> [1]
<bpws:scope> bpws:tScope </bpws:scope> [1]
End Choice
End Group: bpws:activity
</...>
Schema Component Representation
<complexType name="">
<complexContent>
<extension base=" bpws:tActivity ">
<sequence>
<group ref=" bpws:activity " maxOccurs="unbounded"/>
</sequence>
</extension>
</complexContent>
</complexType>
top

Complex Type: tSource

Super-types: tExtensibleElements < tSource (by extension)
Sub-types: None
Name tSource
Abstract no
XML Instance Representation
<...
Allow any attributes from a namespace other than this schema's namespace (lax validation).

linkName="NCName [1]"
transitionCondition=" bpws:tBoolean-expr [0..1]">
Allow any elements from a namespace other than this schema's namespace (lax validation). [0..*]
</...>
Schema Component Representation
<complexType name="">
<complexContent>
<extension base=" bpws:tExtensibleElements ">
<attribute name="" type=" NCName " use="required"/>
<attribute name="" type=" bpws:tBoolean-expr "/>
</extension>
</complexContent>
</complexType>
top

Complex Type: tSwitch

Super-types: tExtensibleElements < tActivity (by extension) < tSwitch (by extension)
Sub-types: None
Name tSwitch
Abstract no
XML Instance Representation
<...
Allow any attributes from a namespace other than this schema's namespace (lax validation).

name="NCName [0..1]"
joinCondition=" bpws:tBoolean-expr [0..1]"
suppressJoinFailure=" bpws:tBoolean [0..1]">
Allow any elements from a namespace other than this schema's namespace (lax validation). [0..*]
<bpws:target> bpws:tTarget </bpws:target> [0..*]
<bpws:source> bpws:tSource </bpws:source> [0..*]
<bpws:case
Allow any attributes from a namespace other than this schema's namespace (lax validation).

condition=" bpws:tBoolean-expr [1]"> [1..*]
<-- Extends : bpws:tActivityContainer -->
Allow any elements from a namespace other than this schema's namespace (lax validation). [0..*]
Start Choice [1]
<bpws:empty> bpws:tEmpty </bpws:empty> [1]
<bpws:invoke> bpws:tInvoke </bpws:invoke> [1]
<bpws:receive> bpws:tReceive </bpws:receive> [1]
<bpws:reply> bpws:tReply </bpws:reply> [1]
<bpws:assign> bpws:tAssign </bpws:assign> [1]
<bpws:wait> bpws:tWait </bpws:wait> [1]
<bpws:throw> bpws:tThrow </bpws:throw> [1]
<bpws:terminate> bpws:tTerminate </bpws:terminate> [1]
<bpws:flow> bpws:tFlow </bpws:flow> [1]
<bpws:switch> bpws:tSwitch </bpws:switch> [1]
<bpws:while> bpws:tWhile </bpws:while> [1]
<bpws:sequence> bpws:tSequence </bpws:sequence> [1]
<bpws:pick> bpws:tPick </bpws:pick> [1]
<bpws:scope> bpws:tScope </bpws:scope> [1]
End Choice
</bpws:case>
<bpws:otherwise> bpws:tActivityContainer </bpws:otherwise> [0..1]
</...>
Schema Component Representation
<complexType name="">
<complexContent>
<extension base=" bpws:tActivity ">
<sequence>
<element name="" maxOccurs="unbounded">
<complexType>
<complexContent>
<extension base=" bpws:tActivityContainer ">
<attribute name="" type=" bpws:tBoolean-expr " use="required"/>
</extension>
</complexContent>
</complexType>
</element>
<element name="" type=" bpws:tActivityContainer " minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
top

Complex Type: tTarget

Super-types: tExtensibleElements < tTarget (by extension)
Sub-types: None
Name tTarget
Abstract no
XML Instance Representation
<...
Allow any attributes from a namespace other than this schema's namespace (lax validation).

linkName="NCName [1]">
Allow any elements from a namespace other than this schema's namespace (lax validation). [0..*]
</...>
Schema Component Representation
<complexType name="">
<complexContent>
<extension base=" bpws:tExtensibleElements ">
<attribute name="" type=" NCName " use="required"/>
</extension>
</complexContent>
</complexType>
top

Complex Type: tTerminate

Super-types: tExtensibleElements < tActivity (by extension) < tTerminate (by extension)
Sub-types: None
Name tTerminate
Abstract no
XML Instance Representation
<...
Allow any attributes from a namespace other than this schema's namespace (lax validation).

name="NCName [0..1]"
joinCondition=" bpws:tBoolean-expr [0..1]"
suppressJoinFailure=" bpws:tBoolean [0..1]">
Allow any elements from a namespace other than this schema's namespace (lax validation). [0..*]
<bpws:target> bpws:tTarget </bpws:target> [0..*]
<bpws:source> bpws:tSource </bpws:source> [0..*]
</...>
Schema Component Representation
<complexType name="">
<complexContent>
<extension base=" bpws:tActivity "/>
</complexContent>
</complexType>
top

Complex Type: tThrow

Super-types: tExtensibleElements < tActivity (by extension) < tThrow (by extension)
Sub-types: None
Name tThrow
Abstract no
XML Instance Representation
<...
Allow any attributes from a namespace other than this schema's namespace (lax validation).

name="NCName [0..1]"
joinCondition=" bpws:tBoolean-expr [0..1]"
suppressJoinFailure=" bpws:tBoolean [0..1]"
faultName="QName [1]"
faultVariable="NCName [0..1]">
Allow any elements from a namespace other than this schema's namespace (lax validation). [0..*]
<bpws:target> bpws:tTarget </bpws:target> [0..*]
<bpws:source> bpws:tSource </bpws:source> [0..*]
</...>
Schema Component Representation
<complexType name="">
<complexContent>
<extension base=" bpws:tActivity ">
<attribute name="" type=" QName " use="required"/>
<attribute name="" type=" NCName "/>
</extension>
</complexContent>
</complexType>
top

Complex Type: tVariable

Super-types: None
Sub-types: None
Name tVariable
Abstract no
XML Instance Representation
<...
name="NCName [1]"
messageType="QName [0..1]"
type="QName [0..1]"
element="QName [0..1]"
Allow any attributes from a namespace other than this schema's namespace (lax validation).
/>
Schema Component Representation
<complexType name="">
<attribute name="" type=" NCName " use="required"/>
<attribute name="" type=" QName " use="optional"/>
<attribute name="" type=" QName " use="optional"/>
<attribute name="" type=" QName " use="optional"/>
<anyAttribute namespace="##other" processContents="lax"/>
</complexType>
top

Complex Type: tVariables

Super-types: tExtensibleElements < tVariables (by extension)
Sub-types: None
Name tVariables
Abstract no
XML Instance Representation
<...
Allow any attributes from a namespace other than this schema's namespace (lax validation).
>
Allow any elements from a namespace other than this schema's namespace (lax validation). [0..*]
<bpws:variable> bpws:tVariable </bpws:variable> [1..*]
</...>
Schema Component Representation
<complexType name="">
<complexContent>
<extension base=" bpws:tExtensibleElements ">
<sequence>
<element name="" type=" bpws:tVariable " maxOccurs="unbounded"/>
</sequence>
</extension>
</complexContent>
</complexType>
top

Complex Type: tWait

Super-types: tExtensibleElements < tActivity (by extension) < tWait (by extension)
Sub-types: None
Name tWait
Abstract no
XML Instance Representation
<...
Allow any attributes from a namespace other than this schema's namespace (lax validation).

name="NCName [0..1]"
joinCondition=" bpws:tBoolean-expr [0..1]"
suppressJoinFailure=" bpws:tBoolean [0..1]"
for=" bpws:tDuration-expr [0..1]"
until=" bpws:tDeadline-expr [0..1]">
Allow any elements from a namespace other than this schema's namespace (lax validation). [0..*]
<bpws:target> bpws:tTarget </bpws:target> [0..*]
<bpws:source> bpws:tSource </bpws:source> [0..*]
</...>
Schema Component Representation
<complexType name="">
<complexContent>
<extension base=" bpws:tActivity ">
<attribute name="" type=" bpws:tDuration-expr "/>
<attribute name="" type=" bpws:tDeadline-expr "/>
</extension>
</complexContent>
</complexType>
top

Complex Type: tWhile

Super-types: tExtensibleElements < tActivity (by extension) < tWhile (by extension)
Sub-types: None
Name tWhile
Abstract no
XML Instance Representation
<...
Allow any attributes from a namespace other than this schema's namespace (lax validation).

name="NCName [0..1]"
joinCondition=" bpws:tBoolean-expr [0..1]"
suppressJoinFailure=" bpws:tBoolean [0..1]"
condition=" bpws:tBoolean-expr [1]">
Allow any elements from a namespace other than this schema's namespace (lax validation). [0..*]
<bpws:target> bpws:tTarget </bpws:target> [0..*]
<bpws:source> bpws:tSource </bpws:source> [0..*]
Start Choice [1]
<bpws:empty> bpws:tEmpty </bpws:empty> [1]
<bpws:invoke> bpws:tInvoke </bpws:invoke> [1]
<bpws:receive> bpws:tReceive </bpws:receive> [1]
<bpws:reply> bpws:tReply </bpws:reply> [1]
<bpws:assign> bpws:tAssign </bpws:assign> [1]
<bpws:wait> bpws:tWait </bpws:wait> [1]
<bpws:throw> bpws:tThrow </bpws:throw> [1]
<bpws:terminate> bpws:tTerminate </bpws:terminate> [1]
<bpws:flow> bpws:tFlow </bpws:flow> [1]
<bpws:switch> bpws:tSwitch </bpws:switch> [1]
<bpws:while> bpws:tWhile </bpws:while> [1]
<bpws:sequence> bpws:tSequence </bpws:sequence> [1]
<bpws:pick> bpws:tPick </bpws:pick> [1]
<bpws:scope> bpws:tScope </bpws:scope> [1]
End Choice
</...>
Schema Component Representation
<complexType name="">
<complexContent>
<extension base=" bpws:tActivity ">
<sequence>
<group ref=" bpws:activity "/>
</sequence>
<attribute name="" type=" bpws:tBoolean-expr " use="required"/>
</extension>
</complexContent>
</complexType>
top

Model Group: activity

Name activity
XML Instance Representation
Start Choice [1]
<bpws:empty> bpws:tEmpty </bpws:empty> [1]
<bpws:invoke> bpws:tInvoke </bpws:invoke> [1]
<bpws:receive> bpws:tReceive </bpws:receive> [1]
<bpws:reply> bpws:tReply </bpws:reply> [1]
<bpws:assign> bpws:tAssign </bpws:assign> [1]
<bpws:wait> bpws:tWait </bpws:wait> [1]
<bpws:throw> bpws:tThrow </bpws:throw> [1]
<bpws:terminate> bpws:tTerminate </bpws:terminate> [1]
<bpws:flow> bpws:tFlow </bpws:flow> [1]
<bpws:switch> bpws:tSwitch </bpws:switch> [1]
<bpws:while> bpws:tWhile </bpws:while> [1]
<bpws:sequence> bpws:tSequence </bpws:sequence> [1]
<bpws:pick> bpws:tPick </bpws:pick> [1]
<bpws:scope> bpws:tScope </bpws:scope> [1]
End Choice
Schema Component Representation
<group name="">
<choice>
<element name="" type=" bpws:tEmpty "/>
<element name="" type=" bpws:tInvoke "/>
<element name="" type=" bpws:tReceive "/>
<element name="" type=" bpws:tReply "/>
<element name="" type=" bpws:tAssign "/>
<element name="" type=" bpws:tWait "/>
<element name="" type=" bpws:tThrow "/>
<element name="" type=" bpws:tTerminate "/>
<element name="" type=" bpws:tFlow "/>
<element name="" type=" bpws:tSwitch "/>
<element name="" type=" bpws:tWhile "/>
<element name="" type=" bpws:tSequence "/>
<element name="" type=" bpws:tPick "/>
<element name="" type=" bpws:tScope "/>
</choice>
</group>
top

Simple Type: tBoolean

Super-types: string < tBoolean (by restriction)
Sub-types: None
Name tBoolean
Content
  • Built-in XSD Type: string
  • value = {'yes'|'no'}
Schema Component Representation
<simpleType name="">
<restriction base=" string ">
<enumeration value="yes"/>
<enumeration value="no"/>
</restriction>
</simpleType>
top

Simple Type: tBoolean-expr

Super-types: string < tBoolean-expr (by restriction)
Sub-types: None
Name tBoolean-expr
Content
  • Built-in XSD Type: string
Schema Component Representation
<simpleType name="">
<restriction base=" string "/>
</simpleType>
top

Simple Type: tDeadline-expr

Super-types: string < tDeadline-expr (by restriction)
Sub-types: None
Name tDeadline-expr
Content
  • Built-in XSD Type: string
Schema Component Representation
<simpleType name="">
<restriction base=" string "/>
</simpleType>
top

Simple Type: tDuration-expr

Super-types: string < tDuration-expr (by restriction)
Sub-types: None
Name tDuration-expr
Content
  • Built-in XSD Type: string
Schema Component Representation
<simpleType name="">
<restriction base=" string "/>
</simpleType>
top

Simple Type: tRoles

Super-types: string < tRoles (by restriction)
Sub-types: None
Name tRoles
Content
  • Built-in XSD Type: string
  • value = {'myRole'|'partnerRole'}
Schema Component Representation
<simpleType name="">
<restriction base=" string ">
<enumeration value="myRole"/>
<enumeration value="partnerRole"/>
</restriction>
</simpleType>
top

Legend

Complex Type: AusAddress
Schema Component Type Schema Component Name
Super-types: Address < AusAddress (by extension)
Sub-types:
  • QLDAddress (by restriction)
If this schema component is a type definition, its type hierarchy is shown in a gray-bordered box.
Name AusAddress
Abstract no
The table above displays the properties of this schema component.
XML Instance Representation
<... country="Australia" >
<unitNo> string </unitNo> [0..1]
<houseNo> string </houseNo> [1]
<street> string </street> [1]
Start Choice [1]
<city> string </city> [1]
<town> string </town> [1]
End Choice
<state> AusStates </state> [1]
<postcode> string <<pattern = [1-9][0-9]{3}>> </postcode> [1] ?
</...>

The XML Instance Representation table above shows the schema component's content as an XML instance.

Schema Component Representation
<complexType name="AusAddress">
<complexContent>
<extension base=" Address ">
<sequence>
<element name="state" type=" AusStates "/>
<element name="postcode">
<simpleType>
<restriction base=" string ">
<pattern value="[1-9][0-9]{3}"/>
</restriction>
</simpleType>
</element>
</sequence>
<attribute name="country" type=" string " fixed="Australia"/>
</extension>
</complexContent>
</complexType>
The Schema Component Representation table above displays the underlying XML representation of the schema component. (Annotations are not shown.)
top

Glossary

Abstract (Applies to complex type definitions and element declarations). An abstract element or complex type cannot used to validate an element instance. If there is a reference to an abstract element, only element declarations that can substitute the abstract element can be used to validate the instance. For references to abstract type definitions, only derived types can be used.

All Model Group Child elements can be provided in any order in instances. See: http://www.w3.org/TR/xmlschema-1/#element-all.

Choice Model Group Only one from the list of child elements and model groups can be provided in instances. See: http://www.w3.org/TR/xmlschema-1/#element-choice.

Collapse Whitespace Policy Replace tab, line feed, and carriage return characters with space character (Unicode character 32). Then, collapse contiguous sequences of space characters into single space character, and remove leading and trailing space characters.

Disallowed Substitutions (Applies to element declarations). If substitution is specified, then substitution group members cannot be used in place of the given element declaration to validate element instances. If derivation methods, e.g. extension, restriction, are specified, then the given element declaration will not validate element instances that have types derived from the element declaration's type using the specified derivation methods. Normally, element instances can override their declaration's type by specifying an xsi:type attribute.

Key Constraint Like Uniqueness Constraint, but additionally requires that the specified value(s) must be provided. See: http://www.w3.org/TR/xmlschema-1/#cIdentity-constraint_Definitions.

Key Reference Constraint Ensures that the specified value(s) must match value(s) from a Key Constraint or Uniqueness Constraint. See: http://www.w3.org/TR/xmlschema-1/#cIdentity-constraint_Definitions.

Model Group Groups together element content, specifying the order in which the element content can occur and the number of times the group of element content may be repeated. See: http://www.w3.org/TR/xmlschema-1/#Model_Groups.

Nillable (Applies to element declarations). If an element declaration is nillable, instances can use the xsi:nil attribute. The xsi:nil attribute is the boolean attribute, nil, from the http://www.w3.org/2001/XMLSchema-instance namespace. If an element instance has an xsi:nil attribute set to true, it can be left empty, even though its element declaration may have required content.

Notation A notation is used to identify the format of a piece of data. Values of elements and attributes that are of type, NOTATION, must come from the names of declared notations. See: http://www.w3.org/TR/xmlschema-1/#cNotation_Declarations.

Preserve Whitespace Policy Preserve whitespaces exactly as they appear in instances.

Prohibited Derivations (Applies to type definitions). Derivation methods that cannot be used to create sub-types from a given type definition.

Prohibited Substitutions (Applies to complex type definitions). Prevents sub-types that have been derived using the specified derivation methods from validating element instances in place of the given type definition.

Replace Whitespace Policy Replace tab, line feed, and carriage return characters with space character (Unicode character 32).

Sequence Model Group Child elements and model groups must be provided in the specified order in instances. See: http://www.w3.org/TR/xmlschema-1/#element-sequence.

Substitution Group Elements that are members of a substitution group can be used wherever the head element of the substitution group is referenced.

Substitution Group Exclusions (Applies to element declarations). Prohibits element declarations from nominating themselves as being able to substitute a given element declaration, if they have types that are derived from the original element's type using the specified derivation methods.

Target Namespace The target namespace identifies the namespace that components in this schema belongs to. If no target namespace is provided, then the schema components do not belong to any namespace.

Uniqueness Constraint Ensures uniqueness of an element/attribute value, or a combination of values, within a specified scope. See: http://www.w3.org/TR/xmlschema-1/#cIdentity-constraint_Definitions.

top

Generated by xs3p. Last modified: