ENTITY person_and_organization_address
(* SCHEMA step_merged_cad_schema; *)
-- DIFF IN AP214
ENTITY person_and_organization_address
SUBTYPE OF (organizational_address, personal_address);
SELF\organizational_address.organizations : SET [1:1] OF organization;
SELF\personal_address.people : SET [1:1] OF person;
WHERE
wr1:
SIZEOF(QUERY (pao <* USEDIN(SELF\personal_address.people[1], 'STEP_MERGED_CAD_SCHEMA.PERSON_AND_ORGANIZATION.THE_PERSON')| (pao.the_organization :=: SELF\organizational_address.organizations[1]))) = 1;
END_ENTITY;
Explicit Attributes
Entity person_and_organization_address has the following local and inherited explicit attributes:
Derived Attributes
Entity person_and_organization_address has the following local and inherited derived attributes:
Inverse Attributes
No Inverse AttributesSupertypes
Entity person_and_organization_address inherits from the following supertypes:
address
organizational_address
address
personal_address
Subtypes
No subtypesReferenced By
Entity person_and_organization_address and its supertypes are referenced by the following definitions:
[Top Level Definitions] [Exit]Generated by STEP Tools® EXPRESS to HTML Converter
2012-11-21T15:22:03-05:00