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