|
ENTITY Specification_inclusion; id : OPTIONAL STRING; description : OPTIONAL STRING; if_condition : specification_operand_select; included_specification : specification_operand_select; END_ENTITY; -- Specification_inclusion |
Entity data types and their attributesSpecification_inclusion(OPT) id: STRING; (OPT) description: STRING; if_condition: specification_operand_select; included_specification: specification_operand_select; |
Global rules for this entity data type- |