http://www.carnot.ag/workflowmodel/3.1
element transitionConnection

Documentation
            The transitionConnection declaration defines a transition connection (GUI).
         
Properties
This component is not nillable.

Model
<transitionConnection
  borderColor = xs:string
  fillColor = xs:string
  oid = xs:long
  points = xs:string
  routing = connectionRoutingType
  sourceActivitySymbol = xs:long
  sourceAnchor = xs:string
  style = xs:string
  targetActivitySymbol = xs:long
  targetAnchor = xs:string
  transition = xs:string>
coordinate*
</transitionConnection>


Nested Element Summary
 coordinate
          The routing coordinates of the connection symbol. 

Attribute Summary
 xs:stringborderColor
          The border color, if applicable. 
 xs:stringfillColor
          The fill color, if applicable. 
 xs:longoid
           A 32-bit number assigned to the transition connection.  
 xs:stringpoints
           A comma separated list of routing coordinates.  
 connectionRoutingTyperouting
          The routing style, if applicable. 
 xs:longsourceActivitySymbol
           The model oid of the first activity symbol.  
 xs:stringsourceAnchor
          The source node anchor, if set. 
 xs:stringstyle
          The drawing style, if applicable. 
 xs:longtargetActivitySymbol
           The model oid of the second activity symbol.  
 xs:stringtargetAnchor
          The target node anchor, if set. 
 xs:stringtransition
           The model id of the corresponding transition.  

Attribute Detail

borderColor

The border color, if applicable.

Type:
xs:string
Use:
optional
Form:
unqualified

fillColor

The fill color, if applicable.

Type:
xs:string
Use:
optional
Form:
unqualified

oid

A 32-bit number assigned to the transition connection.

Type:
xs:long
Use:
required
Form:
unqualified

points

A comma separated list of routing coordinates.

Type:
xs:string
Use:
optional
Form:
unqualified

routing

The routing style, if applicable.

Type:
connectionRoutingType
Use:
optional
Form:
unqualified

sourceActivitySymbol

The model oid of the first activity symbol.

Type:
xs:long
Use:
required
Form:
unqualified

sourceAnchor

The source node anchor, if set. Defaults to "center".

Type:
xs:string
Use:
optional
Form:
unqualified

style

The drawing style, if applicable.

Type:
xs:string
Use:
optional
Form:
unqualified

targetActivitySymbol

The model oid of the second activity symbol.

Type:
xs:long
Use:
required
Form:
unqualified

targetAnchor

The target node anchor, if set. Defaults to "center".

Type:
xs:string
Use:
optional
Form:
unqualified

transition

The model id of the corresponding transition.

Type:
xs:string
Use:
optional
Form:
unqualified

Source
<xs:element name="transitionConnection">
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="coordinate">
</xs:element>
</xs:sequence>
<xs:attribute name="oid" type="xs:long" use="required">
</xs:attribute>
<xs:attribute name="borderColor" type="xs:string" use="optional">
</xs:attribute>
<xs:attribute name="fillColor" type="xs:string" use="optional">
</xs:attribute>
<xs:attribute name="style" type="xs:string" use="optional">
</xs:attribute>
<xs:attribute name="sourceAnchor" type="xs:string" use="optional">
</xs:attribute>
<xs:attribute name="targetAnchor" type="xs:string" use="optional">
</xs:attribute>
<xs:attribute name="routing" type="connectionRoutingType" use="optional">
</xs:attribute>
<xs:attribute name="sourceActivitySymbol" type="xs:long" use="required">
</xs:attribute>
<xs:attribute name="targetActivitySymbol" type="xs:long" use="required">
</xs:attribute>
<xs:attribute name="transition" type="xs:string">
</xs:attribute>
<xs:attribute name="points" type="xs:string" use="optional">
</xs:attribute>
</xs:complexType>
</xs:element>


Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.