|
ENTITY Parameter_in_structure SUBTYPE OF (Parameter_representation_item); position_in_structure : LIST [1:?] OF INTEGER; END_ENTITY; -- Parameter_in_structure |
Entity data types and their attributesParameter_representation_item- Parameter_in_structure position_in_structure: LIST [1:?] OF INTEGER; |
Users: by entity attributesParameter_representation_itemParameter_in_structure Data_structure.items data_structure_item Users: by defined types, not used by any entity attributeParameter_in_structure- |
Global rules for this entity data type- |