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

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

Model
<subProcessOfConnection
  borderColor = xs:string
  fillColor = xs:string
  oid = xs:long
  processSymbol = xs:long
  routing = connectionRoutingType
  sourceAnchor = xs:string
  style = xs:string
  subprocessSymbol = xs:long
  targetAnchor = xs:string>
coordinate?
</subProcessOfConnection>


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 "subprocess of"-connection.  
 xs:longprocessSymbol
          The model oid of the process symbol. 
 connectionRoutingTyperouting
          The routing style, if applicable. 
 xs:stringsourceAnchor
          The source node anchor, if set. 
 xs:stringstyle
          The drawing style, if applicable. 
 xs:longsubprocessSymbol
           The model oid of the subprocess 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 "subprocess of"-connection.

Type:
xs:long
Use:
required
Form:
unqualified

processSymbol

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

subprocessSymbol

The model oid of the subprocess 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="subProcessOfConnection">
<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="subprocessSymbol" type="xs:long" use="required">
</xs:attribute>
<xs:attribute name="processSymbol" 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.