|
ENTITY procedural_representation_sequence SUBTYPE OF (representation_item); elements : LIST [1:?] OF representation_item; suppressed_items : SET [0:?] OF representation_item; rationale : text; WHERE WR1: SIZEOF(QUERY(q <* suppressed_items | NOT (q IN elements))) = 0; END_ENTITY; -- procedural_representation_sequence |
Entity data types and their attributesrepresentation_itemname: label; procedural_representation_sequence elements: LIST [1:?] OF representation_item; suppressed_items: SET [0:?] OF representation_item; rationale: text; |
| procedural_shape_representation_sequence (procedural_shape_model_schema) |
Global rules for this entity data type- |