|
ENTITY effectivity SUPERTYPE OF (ONEOF (serial_numbered_effectivity, dated_effectivity, lot_effectivity, time_interval_based_effectivity)); id : identifier; DERIVE name : label := get_name_value(SELF); description : text := get_description_value(SELF); WHERE WR1: SIZEOF(USEDIN(SELF, 'BASIC_ATTRIBUTE_SCHEMA.' + 'NAME_ATTRIBUTE.NAMED_ITEM')) <= 1; WR2: SIZEOF(USEDIN(SELF, 'BASIC_ATTRIBUTE_SCHEMA.' + 'DESCRIPTION_ATTRIBUTE.DESCRIBED_ITEM')) <= 1; END_ENTITY; -- effectivity |
Entity data types and their attributeseffectivityid: identifier; (DER) name: label; (DER) description: text; |
| conditional_effectivity (Conditional_effectivity_mim) |
| dated_effectivity (effectivity_schema) |
| lot_effectivity (effectivity_schema) |
| process_or_process_relationship_effectivity (method_definition_schema) |
| product_definition_effectivity (product_definition_schema) |
| serial_numbered_effectivity (effectivity_schema) |
| time_interval_based_effectivity (effectivity_schema) |
Global rules for this entity data typerestrict_effectivity_usage (automotive_design)restrict_effectivity_usage (Catalog_data_information_mim) restrict_multi_language_for_effectivity (automotive_design) restrict_multi_language_for_effectivity (Catalog_data_information_mim) restrict_version_assignment_for_effectivity (automotive_design) restrict_version_assignment_for_effectivity (Catalog_data_information_mim) subtype_exclusiveness_effectivity (automotive_design) subtype_exclusiveness_effectivity (Catalog_data_information_mim) |