ENTITY organizational_address

(* SCHEMA STRUCTURAL_FRAME_SCHEMA; *)
ENTITY organizational_address
SUBTYPE OF (address);
 	organizations : SET [1:?] OF organization;
	description : text;
END_ENTITY;  (*  STEP Part 41 (2nd edition unchanged) *)

Explicit Attributes

Entity organizational_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
 organizationsSET OF organization (ENTITY)organizational_address
 descriptiontext (STRING)organizational_address

Derived Attributes

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

Inverse Attributes

    No Inverse Attributes

Supertypes

Entity organizational_address inherits from the following supertypes:
  address

Subtypes

    No subtypes

Referenced By

Entity organizational_address and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 address ENTITY organizational_address
 dispatch ENTITY organizational_address
 id_attribute_select SELECT address
 name_attribute_select SELECT address
 select_generic_item SELECT address
 site ENTITY address
 structural_frame_process ENTITY organizational_address


[Top Level Definitions] [Exit]

Generated by STEP Tools® EXPRESS to HTML Converter
2023-03-25T00:11:38-04:00