|
ENTITY kinematic_topology_substructure SUBTYPE OF (kinematic_topology_structure); parent : kinematic_topology_structure; WHERE WR1: context_of_items :=: parent.context_of_items; WR2: SELF\kinematic_topology_structure.items <= parent\kinematic_topology_structure.items; END_ENTITY; -- kinematic_topology_substructure |
Entity data types and their attributesrepresentationname: label; items: SET [1:?] OF representation_item; context_of_items: representation_context; (DER) id: identifier; (DER) description: text; kinematic_topology_structure (RT) items: SET [1:?] OF kinematic_joint; kinematic_topology_substructure parent: kinematic_topology_structure; |
Global rules for this entity data type- |