| |||||||
| DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | SOURCE | FRAMES | NO FRAMES | ||||||
The linkType declaration defines a link type. This is the type of a generic
link between two model elements.
| Nested Element Summary | |
| attributeThe list of extension attributes. |
| attributeThe list of extension attributes. |
| descriptionAn optional description of the model element. |
| descriptionAn optional description of the model element. |
| Attribute Summary | |
xs:string | idThe human usable identifier of the link type. |
xs:string | lineColorhe color of the line as serialized color. |
xs:string | lineTypeThe type of the line. |
xs:string | nameThe human friendly name of the link type. |
xs:long | oidA 32-bit number assigned to the link type. |
xs:boolean | show_linktype_nameDetermines whether the name is to be shown. |
xs:boolean | show_role_namesDetermines whether the names of the roles are to be shown. |
xs:string | source_cardinalityThe cardinality to the source model element. |
xs:string | source_classnameThe classname of the source model element. |
xs:string | source_rolenameThe model id of the role of the source model element. |
xs:string | source_symbolThe model id of the source model element symbol. |
xs:string | target_cardinalityThe cardinality to the target model element. |
xs:string | target_classnameThe classname of the target model element. |
xs:string | target_rolenameThe model id of the role of the target model element. |
xs:string | target_symbolThe model id of the target model element symbol. |
| Attribute Detail |
xs:stringrequiredunqualifiedxs:stringoptionalunqualifiedxs:stringoptionalunqualifiedxs:stringrequiredunqualifiedxs:longrequiredunqualifiedxs:booleanoptionalunqualifiedxs:booleanoptionalunqualifiedxs:stringrequiredunqualifiedxs:stringrequiredunqualifiedxs:stringoptionalunqualifiedxs:stringoptionalunqualifiedxs:stringrequiredunqualifiedxs:stringrequiredunqualifiedxs:stringoptionalunqualifiedxs:stringoptionalunqualified<xs:element name="linkType"><xs:complexType></xs:element><xs:sequence><xs:choice maxOccurs="1" minOccurs="0"></xs:sequence>
</xs:choice><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:complexType>
</xs:attribute>
| |||||||
| DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | SOURCE | FRAMES | NO FRAMES | ||||||