|
ENTITY Specification_based_function_occurrence SUBTYPE OF (Specification_based_product_occurrence, Single_instance); WHERE WR1: 'PRODUCT_OCCURRENCE_ARM.FUNCTIONAL_ELEMENT_VERSION' IN TYPEOF(SELF\Product_view_definition.defined_version); END_ENTITY; -- Specification_based_function_occurrence |
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; Product_occurrence (INV) occurrence_contexts: SET [0:?] OF Product_occurrence_definition_relationship FOR related_view; (INV) view_definition_contexts: SET [0:?] OF View_definition_relationship FOR related_view; Specification_based_product_occurrence (RT) defined_version: Specification_based_product_version; Single_instance - Specification_based_function_occurrence - |
Global rules for this entity data type- |