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

Documentation
            The dataMappingConnection declaration defines a data mapping connection (GUI)
         
Properties
This component is not nillable.

Model
<dataMappingConnection
  activitySymbol = xs:long
  borderColor = xs:string
  dataSymbol = xs:long
  fillColor = xs:string
  oid = xs:long
  routing = connectionRoutingType
  sourceAnchor = xs:string
  style = xs:string
  targetAnchor = xs:string>
coordinate?
</dataMappingConnection>


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

Attribute Summary
 xs:longactivitySymbol
           The model id of the corresponding activity symbol.  
 xs:stringborderColor
          The border color, if applicable. 
 xs:longdataSymbol
           The model id of the corresponding data symbol.  
 xs:stringfillColor
          The fill color, if applicable. 
 xs:longoid
           A 32-bit number assigned to the data mapping connection.  
 connectionRoutingTyperouting
          The routing style, if applicable. 
 xs:stringsourceAnchor
          The source node anchor, if set. 
 xs:stringstyle
          The drawing style, if applicable. 
 xs:stringtargetAnchor
          The target node anchor, if set. 

Attribute Detail

activitySymbol

The model id of the corresponding activity symbol.

Type:
xs:long
Use:
required
Form:
unqualified

borderColor

The border color, if applicable.

Type:
xs:string
Use:
optional
Form:
unqualified

dataSymbol

The model id of the corresponding data symbol.

Type:
xs:long
Use:
required
Form:
unqualified

fillColor

The fill color, if applicable.

Type:
xs:string
Use:
optional
Form:
unqualified

oid

A 32-bit number assigned to the data mapping connection.

Type:
xs:long
Use:
required
Form:
unqualified

routing

The routing style, if applicable.

Type:
connectionRoutingType
Use:
optional
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

targetAnchor

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

Type:
xs:string
Use:
optional
Form:
unqualified

Source
<xs:element name="dataMappingConnection">
<xs:complexType>
<xs:sequence>
<xs:element 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="dataSymbol" type="xs:long" use="required">
</xs:attribute>
<xs:attribute name="activitySymbol" type="xs:long" use="required">
</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.