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

Documentation
            The linkType declaration defines a link type. This is the type of a generic
            link between two model elements.
         
Properties
This component is not nillable.

Model
<linkType
  id = xs:string
  lineColor = xs:string
  lineType = xs:string
  name = xs:string
  oid = xs:long
  show_linktype_name = xs:boolean
  show_role_names = xs:boolean
  source_cardinality = xs:string
  source_classname = xs:string
  source_rolename = xs:string
  source_symbol = xs:string
  target_cardinality = xs:string
  target_classname = xs:string
  target_rolename = xs:string
  target_symbol = xs:string>
((description, attribute*) | (attribute+, description?))?
</linkType>


Nested Element Summary
 attribute
          The list of extension attributes. 
 attribute
          The list of extension attributes. 
 description
          An optional description of the model element. 
 description
          An optional description of the model element. 

Attribute Summary
 xs:stringid
           The human usable identifier of the link type.  
 xs:stringlineColor
           he color of the line as serialized color.  
 xs:stringlineType
          The type of the line. 
 xs:stringname
           The human friendly name of the link type.  
 xs:longoid
           A 32-bit number assigned to the link type.  
 xs:booleanshow_linktype_name
           Determines whether the name is to be shown.  
 xs:booleanshow_role_names
           Determines whether the names of the roles are to be shown.  
 xs:stringsource_cardinality
           The cardinality to the source model element.  
 xs:stringsource_classname
           The classname of the source model element.  
 xs:stringsource_rolename
           The model id of the role of the source model element.  
 xs:stringsource_symbol
           The model id of the source model element symbol.  
 xs:stringtarget_cardinality
           The cardinality to the target model element.  
 xs:stringtarget_classname
           The classname of the target model element.  
 xs:stringtarget_rolename
           The model id of the role of the target model element.  
 xs:stringtarget_symbol
           The model id of the target model element symbol.  

Attribute Detail

id

The human usable identifier of the link type.

Type:
xs:string
Use:
required
Form:
unqualified

lineColor

he color of the line as serialized color.

Type:
xs:string
Use:
optional
Form:
unqualified

lineType

The type of the line. Valid values are "normal line", "short strokes", "long strokes".

Type:
xs:string
Use:
optional
Form:
unqualified

name

The human friendly name of the link type.

Type:
xs:string
Use:
required
Form:
unqualified

oid

A 32-bit number assigned to the link type.

Type:
xs:long
Use:
required
Form:
unqualified

show_linktype_name

Determines whether the name is to be shown.

Type:
xs:boolean
Use:
optional
Form:
unqualified

show_role_names

Determines whether the names of the roles are to be shown.

Type:
xs:boolean
Use:
optional
Form:
unqualified

source_cardinality

The cardinality to the source model element.

Type:
xs:string
Use:
required
Form:
unqualified

source_classname

The classname of the source model element.

Type:
xs:string
Use:
required
Form:
unqualified

source_rolename

The model id of the role of the source model element.

Type:
xs:string
Use:
optional
Form:
unqualified

source_symbol

The model id of the source model element symbol.

Type:
xs:string
Use:
optional
Form:
unqualified

target_cardinality

The cardinality to the target model element.

Type:
xs:string
Use:
required
Form:
unqualified

target_classname

The classname of the target model element.

Type:
xs:string
Use:
required
Form:
unqualified

target_rolename

The model id of the role of the target model element.

Type:
xs:string
Use:
optional
Form:
unqualified

target_symbol

The model id of the target model element symbol.

Type:
xs:string
Use:
optional
Form:
unqualified

Source
<xs:element name="linkType">
<xs:complexType>
<xs:sequence>
<xs:choice maxOccurs="1" minOccurs="0">
<xs:group ref="grDescrAttr"/>
<xs:group ref="grAttrDescr"/>
</xs:choice>
</xs:sequence>
<xs:attribute name="oid" type="xs:long" use="required">
</xs:attribute>
<xs:attribute name="id" type="xs:string" use="required">
</xs:attribute>
<xs:attribute name="name" type="xs:string" use="required">
</xs:attribute>
<xs:attribute name="lineType" type="xs:string">
</xs:attribute>
<xs:attribute name="lineColor" type="xs:string">
</xs:attribute>
<xs:attribute name="show_linktype_name" type="xs:boolean">
</xs:attribute>
<xs:attribute name="show_role_names" type="xs:boolean">
</xs:attribute>
<xs:attribute name="source_classname" type="xs:string" use="required">
</xs:attribute>
<xs:attribute name="source_cardinality" type="xs:string" use="required">
</xs:attribute>
<xs:attribute name="source_rolename" type="xs:string">
</xs:attribute>
<xs:attribute name="source_symbol" type="xs:string">
</xs:attribute>
<xs:attribute name="target_classname" type="xs:string" use="required">
</xs:attribute>
<xs:attribute name="target_cardinality" type="xs:string" use="required">
</xs:attribute>
<xs:attribute name="target_rolename" type="xs:string">
</xs:attribute>
<xs:attribute name="target_symbol" type="xs:string">
</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.