ГОСТ Р ИСО 10303-11 — 2009
ENTITY product_to_category_relationship
SUBTYPE OF {binary entity retationship);
SELF\binary_entity_relationship.end_one RENAMED the_category :product_category;
SELRbinary_entity_relationship.end_two RENAMED the_product:product:
END_ENTITY;
ENTITY approval ABSTRACT;
approved_by: GENERIC.ENTITY:
status : approval_status_values;
approvedjtems : SET [1 : ?] OF approvable_objects;
e
nd
_
e
ntity
7
ENTITY person;
name : STRING:
END_ENTITY;
ENTITY organization;
name : STRING;
END_ENTITY;
ENTITY person_in_organization_relationship
SUBTYPE OF ( binary_entity_relationship);
role_of_person : STRING;
SELRbinary_entity_relationship.end_one RENAMED the_person : person;
SELRbinary_entity_relationship.end_two RENAMED the_organization :organization;
END_ENTITY;
END_SCHEMA;
189