Overview Schemas Index

person_organization_schema         


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; -- address

Entity data types and their attributes

address
          (OPT) internal_location: label;
          (OPT) street_number: label;
          (OPT) street: label;
          (OPT) postal_box: label;
          (OPT) town: label;
          (OPT) region: label;
          (OPT) postal_code: label;
          (OPT) country: label;
          (OPT) facsimile_number: label;
          (OPT) telephone_number: label;
          (OPT) electronic_mail_address: label;
          (OPT) telex_number: label;
          (DER) name: label;
          (DER) url: identifier;

Known subtypes

          characterized_address (Ap239_part_definition_information_mim)
          ds_characterizable_address (Decision_support_mim)
          organizational_address (person_organization_schema)
          os_characterizable_address (Organization_structure_mim)
          personal_address (person_organization_schema)
          rm_os_characterizable_address (Risk_management_mim)
          smpushup_os_characterizable_address (System_modelling_mim)
          system_os_characterizable_address (System_structure_mim)

Users

address
          applied_action_assignment.items
                    action_items
                              upfromsm_pmri3_action_items
          applied_attribute_classification_assignment.items
                    attribute_classification_item
                              tsr_attribute_classification_item
          applied_classification_assignment.items
                    classification_item
                              requirement_classification_item
          applied_date_and_time_assignment.items
                    date_and_time_item
                              tsr_date_and_time_item
          applied_date_assignment.items
                    date_item
                              pmri_date_item
          applied_document_reference.items
                    document_reference_item
                              tsr_document_reference_item
          applied_document_usage_constraint_assignment.items
                    document_reference_item
                              tsr_document_reference_item
          applied_identification_assignment.items
                    identification_item
                              mri_identification_item
                                        requirement_mri_identification_item
          applied_location_representation_assignment.items
                    location_representation_item
          applied_position_in_organization_assignment.items
                    position_in_organization_item
          applied_usage_right.items
                    ir_usage_item
                              design_pdm_ir_usage_item
                                        pdm_classification_item
          attribute_language_assignment.items
                    attribute_language_item
                              tsr_attribute_language_item
          id_attribute.identified_item
                    id_attribute_select
          issue_reference_mapping.items
                    issue_reference_item
                              ap233_issue_reference_item
          multi_language_attribute_assignment.items
                    multi_language_attribute_item
                              tsr_multi_language_attribute_item
          name_attribute.named_item
                    name_attribute_select
          supplier_element.addr

Global rules for this entity data type

          subtype_mandatory_address (automotive_design)
          subtype_mandatory_address (Catalog_data_information_mim)