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

Documentation
            The partOfConnection declaration defines a "part of"-connection
            (GUI).
         
Properties
This component is not nillable.

Model
<partOfConnection
  borderColor = xs:string
  fillColor = xs:string
  oid = xs:long
  organizationSymbol = xs:long
  routing = connectionRoutingType
  sourceAnchor = xs:string
  style = xs:string
  suborganizationSymbol = xs:long
  targetAnchor = xs:string>
coordinate?
</partOfConnection>


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 "part of"-connection.  
 xs:longorganizationSymbol
           The model oid of the organization symbol.  
 connectionRoutingTyperouting
          The routing style, if applicable. 
 xs:stringsourceAnchor
          The source node anchor, if set. 
 xs:stringstyle
          The drawing style, if applicable. 
 xs:longsuborganizationSymbol
           The model oid of the sub organization symbol.  
 xs:stringtargetAnchor
          The target node anchor, if set. 

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 "part of"-connection.

Type:
xs:long
Use:
required
Form:
unqualified

organizationSymbol

The model oid of the organization symbol.

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

suborganizationSymbol

The model oid of the sub organization 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

Source
<xs:element name="partOfConnection">
<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="suborganizationSymbol" type="xs:long" use="required">
</xs:attribute>
<xs:attribute name="organizationSymbol" 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.