Overview Schemas Index

Person_organization_arm         


ENTITY Address;
          name : OPTIONAL STRING;
          street_number : OPTIONAL STRING;
          street : OPTIONAL STRING;
          postal_box : OPTIONAL STRING;
          town : OPTIONAL STRING;
          region : OPTIONAL STRING;
          postal_code : OPTIONAL STRING;
          country : OPTIONAL STRING;
          internal_location : OPTIONAL STRING;
          facsimile_number : OPTIONAL STRING;
          telephone_number : OPTIONAL STRING;
          electronic_mail_address : OPTIONAL STRING;
          telex_number : OPTIONAL STRING;
          url : OPTIONAL STRING;
WHERE
          WR1: (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  (internal_location) OR  EXISTS  (facsimile_number) OR  EXISTS  (telephone_number) OR  EXISTS  (electronic_mail_address) OR EXISTS (telex_number));
END_ENTITY; -- Address

Entity data types and their attributes

Address
          (OPT) name: STRING;
          (OPT) street_number: STRING;
          (OPT) street: STRING;
          (OPT) postal_box: STRING;
          (OPT) town: STRING;
          (OPT) region: STRING;
          (OPT) postal_code: STRING;
          (OPT) country: STRING;
          (OPT) internal_location: STRING;
          (OPT) facsimile_number: STRING;
          (OPT) telephone_number: STRING;
          (OPT) electronic_mail_address: STRING;
          (OPT) telex_number: STRING;
          (OPT) url: STRING;

Users

Address
          Address_assignment.assigned_address
          Address_based_location_representation.postal_address
          Alias_identification.items
                    alias_identification_item
                              smpushup_os_alias_identification_item
          Assigned_property.described_element
                    property_assignment_select
                              ds_os_property_assignment_select
          Classification_assignment.items
                    classification_item
                              ap239_mri_classification_item
          Identification_assignment.items
                    identification_item
                              alias_identification_item
                                        ds_os_alias_identification_item
          Issue_reference.item
                    issue_reference_item
                              upfromsm_ap233_issue_reference_item
          Position.address

Global rules for this entity data type

          addresses_are_assigned (Ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_arm)