| |||||||
| DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | SOURCE | FRAMES | NO FRAMES | ||||||
The activitySymbol declaration defines an activity symbol (GUI)
| Attribute Summary | |
xs:string | borderColorThe border color, if applicable. |
xs:string | fillColorThe fill color, if applicable. |
xs:int | heightThe node height in the diagram. |
xs:long | oidA 32-bit number assigned to the activity definition symbol. |
xs:string | referThe model id of the corresponding activity. |
xs:string | shapeA hint on the shape to be used, if applicable. |
xs:string | styleThe drawing style, if applicable. |
xs:int | widthThe node width in the diagram. |
xs:long | xThe x position in the diagram. |
xs:long | yThe y position in the diagram. |
| Attribute Detail |
xs:stringoptionalunqualifiedxs:stringoptionalunqualifiedxs:intoptionalunqualifiedxs:longrequiredunqualifiedxs:stringrequiredunqualifiedxs:stringoptionalunqualifiedxs:stringoptionalunqualifiedxs:intoptionalunqualifiedxs:longrequiredunqualifiedxs:longrequiredunqualified<xs:element name="activitySymbol"><xs:complexType></xs:element><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:complexType>
</xs:attribute>
| |||||||
| DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | SOURCE | FRAMES | NO FRAMES | ||||||