ENTITY address

(* SCHEMA associative_draughting; *)
  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;
    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; -- address

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

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

    No supertypes

Subtypes

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

Referenced By

    Not referenced by any other definition


[Top Level Definitions] [Exit]

Generated by STEP ToolsTM EXPRESS to HTML Converter
on 2007-09-07T16:37:52-04:00