|
ENTITY Group; id : OPTIONAL STRING; name : STRING; description : OPTIONAL STRING; elements : SET [0:?] OF groupable_item; membership_meaning : OPTIONAL STRING; END_ENTITY; -- Group |
Entity data types and their attributesGroup(OPT) id: STRING; name: STRING; (OPT) description: STRING; elements: SET [0:?] OF groupable_item; (OPT) membership_meaning: STRING; |
| Physical_connectivity_layout_topology_node (Physical_connectivity_definition_arm) |
| Physical_connectivity_layout_topology_requirement (Physical_connectivity_definition_arm) |
| Physical_network_group (Layered_interconnect_module_design_arm) |
Global rules for this entity data type- |