|
ENTITY Functional_element_version SUBTYPE OF (Breakdown_element_version); SELF\Breakdown_element_version.of_product : Functional_element; END_ENTITY; -- Functional_element_version |
Entity data types and their attributesProduct_versionid: STRING; (OPT) description: STRING; of_product: Product; Breakdown_element_version (RT) of_product: Breakdown_element; Functional_element_version (RT) of_product: Functional_element; |
Global rules for this entity data type- |