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

Documentation
            The teamLeadConnection declaration defines a "team lead"-connection
            (GUI).
         
Properties
This component is not nillable.

Model
<teamLeadConnection
  borderColor = xs:string
  fillColor = xs:string
  oid = xs:long
  routing = connectionRoutingType
  sourceAnchor = xs:string
  style = xs:string
  targetAnchor = xs:string
  teamLeadSymbol = xs:long
  teamSymbol = xs:long>
coordinate?
</teamLeadConnection>


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 "team lead"-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. 
 xs:longteamLeadSymbol
           The model oid of the participant symbol.  
 xs:longteamSymbol
           The model oid of the organization symbol.  

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 "team lead"-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

teamLeadSymbol

The model oid of the participant symbol.

Type:
xs:long
Use:
required
Form:
unqualified

teamSymbol

The model oid of the organization symbol.

Type:
xs:long
Use:
required
Form:
unqualified

Source
<xs:element name="teamLeadConnection">
<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="teamLeadSymbol" type="xs:long" use="required">
</xs:attribute>
<xs:attribute name="teamSymbol" 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.