Overview Schemas Index

Data_structure_representation_arm         


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 attributes

Parameter_representation_item
          -
Parameter_in_structure
          position_in_structure: LIST [1:?] OF INTEGER;

Users: by entity attributes

Parameter_representation_item
Parameter_in_structure
          Data_structure.items
                    data_structure_item

Users: by defined types, not used by any entity attribute

Parameter_in_structure
          -

Global rules for this entity data type

          -