|
ENTITY Set_representation_item SUBTYPE OF (Compound_representation_item); the_value : SET [0:?] OF Representation_item; END_ENTITY; -- Set_representation_item |
Entity data types and their attributesRepresentation_item(OPT) name: STRING; Compound_representation_item - Set_representation_item the_value: SET [0:?] OF Representation_item; |
Global rules for this entity data type- |