|
ENTITY Transformation_order_levels SUBTYPE OF (Transformation_order); alternatives : LIST [2:?] OF Transformation_order; notes : OPTIONAL LIST [1:?] OF Abvisory_transformation_step; END_ENTITY; -- Transformation_order_levels |
Entity data types and their attributesProduct_view_definition(OPT) id: STRING; (OPT) name: STRING; (OPT) additional_characterization: STRING; initial_context: View_definition_context; additional_contexts: SET [0:?] OF View_definition_context; defined_version: Product_version; Transformation_order transformation_ordered: Transformation_view_definition; Transformation_order_levels alternatives: LIST [2:?] OF Transformation_order; (OPT) notes: LIST [1:?] OF Abvisory_transformation_step; |
Global rules for this entity data type- |