|
ENTITY passage_technology SUBTYPE OF (characterized_object, product_definition_shape); DERIVE SELF\property_definition.definition : characterized_definition := SELF; UNIQUE UR1 : name; END_ENTITY; -- passage_technology |
Entity data types and their attributescharacterized_objectname: label; (OPT) description: text; property_definition name: label; (OPT) description: text; definition: characterized_definition; (DER) id: identifier; product_definition_shape - passage_technology (RT) (DER) definition: characterized_definition; |
Global rules for this entity data type- |