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

Documentation
            The conditionalPerformerSymbol declaration defines a conditional performer
            symbol (GUI)
         
Properties
This component is not nillable.

Model
<conditionalPerformerSymbol
  borderColor = xs:string
  fillColor = xs:string
  height = xs:int
  oid = xs:long
  refer = xs:string
  shape = xs:string
  style = xs:string
  width = xs:int
  x = xs:long
  y = xs:long>

</conditionalPerformerSymbol>


Attribute Summary
 xs:stringborderColor
          The border color, if applicable. 
 xs:stringfillColor
          The fill color, if applicable. 
 xs:intheight
          The node height in the diagram. 
 xs:longoid
           A 32-bit number assigned to the conditional performer symbol.  
 xs:stringrefer
           The model id of the corresponding conditional performer.  
 xs:stringshape
           A hint on the shape to be used, if applicable.  
 xs:stringstyle
          The drawing style, if applicable. 
 xs:intwidth
          The node width in the diagram. 
 xs:longx
          The x position in the diagram. 
 xs:longy
          The y position in the diagram. 

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

height

The node height in the diagram.

Type:
xs:int
Use:
optional
Form:
unqualified

oid

A 32-bit number assigned to the conditional performer symbol.

Type:
xs:long
Use:
required
Form:
unqualified

refer

The model id of the corresponding conditional performer.

Type:
xs:string
Use:
required
Form:
unqualified

shape

A hint on the shape to be used, if applicable.

Type:
xs:string
Use:
optional
Form:
unqualified

style

The drawing style, if applicable.

Type:
xs:string
Use:
optional
Form:
unqualified

width

The node width in the diagram.

Type:
xs:int
Use:
optional
Form:
unqualified

x

The x position in the diagram.

Type:
xs:long
Use:
required
Form:
unqualified

y

The y position in the diagram.

Type:
xs:long
Use:
required
Form:
unqualified

Source
<xs:element name="conditionalPerformerSymbol">
<xs:complexType>
<xs:attribute name="oid" type="xs:long" use="required">
</xs:attribute>
<xs:attribute name="x" type="xs:long" use="required">
</xs:attribute>
<xs:attribute name="y" type="xs:long" use="required">
</xs:attribute>
<xs:attribute name="width" type="xs:int" use="optional">
</xs:attribute>
<xs:attribute name="height" type="xs:int" use="optional">
</xs:attribute>
<xs:attribute name="shape" type="xs:string" use="optional">
</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="refer" type="xs:string" 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.