|
ENTITY Product_occurrence_with_quantity ABSTRACT SUPERTYPE OF (ONEOF (Quantified_instance, Selected_instance)) SUBTYPE OF (Product_occurrence); occurrence_quantity : OPTIONAL extended_value_with_unit; END_ENTITY; -- Product_occurrence_with_quantity |
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; Product_occurrence_with_quantity (OPT) occurrence_quantity: extended_value_with_unit; |
| Quantified_instance (Generic_product_occurrence_arm) |
| Selected_instance (Generic_product_occurrence_arm) |
Global rules for this entity data type- |