ENTITY address

(* SCHEMA AP239_PRODUCT_LIFE_CYCLE_SUPPORT_MIM_LF; *)
 
ENTITY address;
  internal_location :  OPTIONAL label;
  street_number :  OPTIONAL label;
  street :  OPTIONAL label;
  postal_box :  OPTIONAL label;
  town :  OPTIONAL label;
  region :  OPTIONAL label;
  postal_code :  OPTIONAL label;
  country :  OPTIONAL label;
  facsimile_number :  OPTIONAL label;
  telephone_number :  OPTIONAL label;
  electronic_mail_address :  OPTIONAL label;
  telex_number :  OPTIONAL label;
DERIVE
  name : label := get_name_value(SELF);
  url : identifier := get_id_value(SELF);
WHERE
  wr1 : EXISTS(internal_location) OR EXISTS(street_number) OR EXISTS(street) OR
     EXISTS(postal_box) OR EXISTS(town) OR EXISTS(region) OR EXISTS(postal_code
    ) OR EXISTS(country) OR EXISTS(facsimile_number) OR EXISTS(telephone_number
    ) OR EXISTS(electronic_mail_address) OR EXISTS(telex_number);
END_ENTITY; (* declared in: person_organization_schema *)

Explicit Attributes

Entity 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

Derived Attributes

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

Inverse Attributes

    No Inverse Attributes

Supertypes

    No supertypes

Subtypes

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

Referenced By

Entity address and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 action_items SELECT address
 attribute_classification_item SELECT address
 attribute_language_item SELECT address
 classification_item SELECT address
 date_and_time_item SELECT address
 date_item SELECT address
 document_reference_item SELECT address
 experience_type_classification_item SELECT address
 identification_item SELECT address
 id_attribute_select SELECT address
 ir_usage_item SELECT address
 multi_language_attribute_item SELECT address
 name_attribute_select SELECT address
 position_in_organization_item SELECT address
 statechar_action_items SELECT address


[Top Level Definitions] [Exit]

Generated by STEP Tools® EXPRESS to HTML Converter
2012-03-27T17:19:36-04:00