|
ENTITY Assembly_component_relationship ABSTRACT SUPERTYPE OF (ONEOF (Next_assembly_usage, Promissory_usage, Component_upper_level_identification)) SUBTYPE OF (Product_occurrence_definition_relationship); location_indicator : OPTIONAL STRING; quantity : OPTIONAL Value_with_unit; WHERE WR1: NOT(EXISTS(quantity)) OR ((NOT ('NUMBER' IN TYPEOF(quantity.value_component))) XOR (quantity.value_component > 0)); END_ENTITY; -- Assembly_component_relationship |
Entity data types and their attributesProduct_occurrence_definition_relationshiprelating_view: Product_view_definition; related_view: Product_view_definition; Assembly_component_relationship (OPT) location_indicator: STRING; (OPT) quantity: Value_with_unit; |
| Assembled_part_association (Item_definition_structure_arm) |
| Component_upper_level_identification (Assembly_structure_arm) |
| Next_assembly_usage (Assembly_structure_arm) |
| Promissory_usage (Assembly_structure_arm) |
| assembly_component_relationship_constraint (Assembly_structure_arm) |
Global rules for this entity data typemandatory_part_occurrence_definition_relationship (Item_definition_structure_arm)unique_assembly_component_relationship (Physical_unit_usage_view_arm) |