ENTITY person_and_address

(* SCHEMA ap238_arm_schema; *)
ENTITY person_and_address; 	(* m0 *)
its_person:	person;
its_address:	OPTIONAL address;
END_ENTITY;

Explicit Attributes

Entity person_and_address has the following local and inherited explicit attributes:
AttributeTypeDefined By
 its_personperson (STRING)person_and_address
 its_addressaddress (STRING)person_and_address

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

    No supertypes

Subtypes

    No subtypes

Referenced By

Entity person_and_address and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 project ENTITY person_and_address


[Top Level Definitions]

Generated by STEP Tools® EXPRESS to HTML Converter
2012-11-21T09:54:01-05:00