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