ENTITY personal_address

(* SCHEMA step_merged_ap_schema; *)
ENTITY personal_address
   SUBTYPE OF (address);
      people : SET [1:?] OF person;
      description : OPTIONAL text;
END_ENTITY;

Explicit Attributes

Entity personal_address has the following local and inherited explicit attributes:
AttributeTypeDefined By
 internal_locationlabel (STRING)address
 street_numberlabel (STRING)address
 streetlabel (STRING)address
 postal_boxlabel (STRING)address
 townlabel (STRING)address
 regionlabel (STRING)address
 postal_codelabel (STRING)address
 countrylabel (STRING)address
 facsimile_numberlabel (STRING)address
 telephone_numberlabel (STRING)address
 electronic_mail_addresslabel (STRING)address
 telex_numberlabel (STRING)address
 peopleSET OF person (ENTITY)personal_address
 descriptiontext (STRING)personal_address

Derived Attributes

Entity personal_address has the following local and inherited derived attributes:
AttributeTypeDefined By
 namelabel (STRING)address
 urlidentifier (STRING)address

Inverse Attributes

    No Inverse Attributes

Supertypes

Entity personal_address inherits from the following supertypes:
  address

Subtypes

Entity personal_address has the following subtypes:
    person_and_organization_address*
* - Immediate Subtypes

Referenced By

Entity personal_address and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 classification_item SELECT address
 description_item SELECT address
 external_identification_item SELECT address
 groupable_item SELECT address
 identification_item SELECT address
 id_attribute_select SELECT address
 name_attribute_select SELECT address
 person_and_organization_address ENTITY personal_address
 same_as_item SELECT address
 subtype_mandatory_address RULE address


[Top Level Definitions] [Exit]

Generated by STEP Tools® EXPRESS to HTML Converter
2020-07-28T17:02:17-04:00