Application module: Person organization ISO/TS 10303-1011:2004(E)
© ISO

Cover page
Table of contents
Copyright
Foreword
Introduction
1 Scope
2 Normative references
3 Terms, definitions and abbreviations

4 Information requirements
   4.1 ARM type definition
   4.2 ARM entity definitions
5 Module interpreted model
   5.1 Mapping specification
   5.2 MIM EXPRESS short listing
     5.2.1 MIM entity definition

A MIM short names
B Information object registration
C ARM EXPRESS-G   EXPRESS-G
D MIM EXPRESS-G   EXPRESS-G
E Computer interpretable listings
F Application module implementation and usage guide
Bibliography
Index

5.1 Mapping specification

In the following, "Application element" designates any entity data type defined in Clause 4, any of its explicit attributes and any subtype constraint. "MIM element" designates any entity data type defined in Clause 5.2 or imported with a USE FROM statement, from another EXPRESS schema, any of its attributes and any subtype constraint defined in Clause 5.2 or imported with a USE FROM statement.

This clause contains the mapping specification that defines how each application element of this part of ISO 10303 (see Clause 4) maps to one or more MIM elements (see Clause 5.2).

The mapping for each application element is specified in a separate subclause below. The mapping specification of an attribute of an ARM entity is a subclause of the clause that contains the mapping specification of this entity. Each mapping specification subclause contains up to five elements.

Title: The clause title contains:

MIM element: This section contains, depending on the considered application element:

When the mapping of an application element involves more than one MIM element, each of these MIM elements is presented on a separate line in the mapping specification, enclosed between parentheses or brackets.

Source: This section contains:

This section is omitted when the keywords PATH or IDENTICAL MAPPING are used in the MIM element section.

Rules: This section contains the name of one or more global rules that apply to the population of the MIM entity data types listed in the MIM element section or in the reference path. When no rule applies, this section is omitted.

A reference to a global rule may be followed by a reference to the subclause in which the rule is defined.

Constraint: This section contains the name of one or more subtype constraints that apply to the population of the MIM entity data types listed in the MIM element section or in the reference path. When no subtype constraint applies, this section is omitted.

A reference to a subtype constraint may be followed by a reference to the subclause in which the subtype constraint is defined.

Reference path: This section contains:

For the expression of reference paths and of the constraints between MIM elements, the following notational conventions apply:

[] enclosed section constrains multiple MIM elements or sections of the reference path are required to satisfy an information requirement;
() enclosed section constrains multiple MIM elements or sections of the reference path are identified as alternatives within the mapping to satisfy an information requirement;
{} enclosed section constrains the reference path to satisfy an information requirement;
<> enclosed section constrains at one or more required reference path;
|| enclosed section constrains the supertype entity;
-> the attribute, whose name precedes the -> symbol, references the entity or select type whose name follows the -> symbol;
<- the entity or select type, whose name precedes the <- symbol, is referenced by the entity attribute whose name follows the <- symbol;
[i] the attribute, whose name precedes the [i] symbol, is an aggregate; any element of that aggregate is referred to;
[n] the attribute, whose name precedes the [n] symbol, is an ordered aggregate; member n of that aggregate is referred to;
=> the entity, whose name precedes the => symbol, is a supertype of the entity whose name follows the => symbol;
<= the entity, whose name precedes the <= symbol, is a subtype of the entity whose name follows the <= symbol;
= the string, select, or enumeration type is constrained to a choice or value;
\ the reference path expression continues on the next line;
* one or more instances of the relationship entity data type may be assembled in a relationship tree structure. The path between the relationship entity and the related entities, is enclosed with braces;
-- the text following is a comment or introduces a clause reference;
*> the select or enumeration type, whose name precedes the *> symbol, is extended into the select or enumeration type whose name follows the *> symbol;
<* the select or enumeration type, whose name precedes the <* symbol, is an extension of the select or enumeration type whose name follows the <* symbol.
The definition and use of mapping templates is not supported in the present version of the application modules. However, use of predefined templates /SUBTYPE/ and /SUPERTYPE/ is supported.

5.1.1 Address

MIM element: address
Source: ISO 10303-41

5.1.1.1 street_number

MIM element: address.street_number
Source: ISO 10303-41

5.1.1.2 street

MIM element: address.street
Source: ISO 10303-41

5.1.1.3 postal_box

MIM element: address.postal_box
Source: ISO 10303-41

5.1.1.4 town

MIM element: address.town
Source: ISO 10303-41

5.1.1.5 region

MIM element: address.region
Source: ISO 10303-41

5.1.1.6 postal_code

MIM element: address.postal_code
Source: ISO 10303-41

5.1.1.7 country

MIM element: address.country
Source: ISO 10303-41

5.1.1.8 internal_location

MIM element: address.internal_location
Source: ISO 10303-41

5.1.1.9 facsimile_number

MIM element: address.facsimile_number
Source: ISO 10303-41

5.1.1.10 telephone_number

MIM element: address.telephone_number
Source: ISO 10303-41

5.1.1.11 electronic_mail_address

MIM element: address.electronic_mail_address
Source: ISO 10303-41

5.1.1.12 telex_number

MIM element: address.telex_number
Source: ISO 10303-41

5.1.1.13 url

MIM element: id_attribute.attribute_value
Source: ISO 10303-41
Reference path:   address = id_attribute_select
id_attribute_select <- id_attribute.identified_item
id_attribute.attribute_value

5.1.1.14 name

MIM element: name_attribute.attribute_value
Source: ISO 10303-41
Reference path:   address = name_attribute_select
name_attribute_select <- name_attribute.named_item
name_attribute.attribute_value

5.1.2 Organization

MIM element: organization
Source: ISO 10303-41

5.1.2.1 id

MIM element: organization.id
Source: ISO 10303-41

5.1.2.2 name

MIM element: organization.name
Source: ISO 10303-41

5.1.3 Organization_relationship

MIM element: organization_relationship
Source: ISO 10303-41

5.1.3.1 relation_type

MIM element: organization_relationship.name
Source: ISO 10303-41

5.1.3.2 description

MIM element: organization_relationship.description
Source: ISO 10303-41

5.1.3.3 Organization_relationship to Organization (as relating_organization)

MIM element: PATH
Reference path:   organization_relationship.relating_organization -> organization

5.1.3.4 Organization_relationship to Organization (as related_organization)

MIM element: PATH
Reference path:   organization_relationship.related_organization -> organization

5.1.4 Person_in_organization

MIM element: person_and_organization
Source: ISO 10303-41

5.1.4.1 Person_in_organization to Person (as concerned_person)

MIM element: PATH
Reference path:   person_and_organization.the_person -> person

5.1.4.2 Person_in_organization to Organization (as containing_organization)

MIM element: PATH
Reference path:   person_and_organization.the_organization -> organization

5.1.4.3 role

MIM element: name_attribute.attribute_value
Source: ISO 10303-41
Reference path:   person_and_organization = name_attribute_select
name_attribute_select <- name_attribute.named_item
name_attribute.attribute_value

5.1.5 Person

MIM element: person
Source: ISO 10303-41

5.1.5.1 last_name

MIM element: person.last_name
Source: ISO 10303-41

5.1.5.2 first_name

MIM element: person.first_name
Source: ISO 10303-41

5.1.5.3 middle_names

MIM element: person.middle_names
Source: ISO 10303-41

5.1.5.4 prefix_titles

MIM element: person.prefix_titles
Source: ISO 10303-41

5.1.5.5 suffix_titles

MIM element: person.suffix_titles
Source: ISO 10303-41

5.1.6 Address_assignment

#1:    for members of located_person_organizations that are instances of Person_in_organization

MIM element: (person_and_organization_address)
Source: ISO 10303-1011
Reference path:   (person_and_organization_address <=
[personal_address]
[organizational_address])

#2:    for members of located_person_organizations that are instances of Organization

MIM element: (organizational_address)
Source: ISO 10303-41

5.1.6.1 Address_assignment to Address (as assigned_address)

#1:    for members of located_person_organizations that are instances of Person_in_organization

MIM element: IDENTICAL MAPPING
Reference path:   (person_and_organization_address <= [personal_address <= address]
[organizational_address <= address])

#2:    for members of located_person_organizations that are instances of Organization

MIM element: IDENTICAL MAPPING
Reference path:   (organizational_address <= address)

5.1.6.2 address_type

#1:    for members of located_person_organizations that are instances of Person_in_organization

MIM element: organizational_address.description
Source: ISO 10303-41
Reference path:   (person_and_organization_address <= organizational_address
organizational_address.description)

#2:    for members of located_person_organizations that are instances of Organization

MIM element: organizational_address.description
Source: ISO 10303-41

5.1.6.3 Address_assignment to Person_in_organization (as located_person_organizations)

MIM element: PATH
Reference path:   person_and_organization_address <= personal_address
personal_address.people[i] -> person
person <- person_and_organization.the_person
{person_and_organization.the_organization -> organization
organization <- organizational_address.organizations[i]
organizational_address => person_and_organization_address}

5.1.6.4 Address_assignment to Organization (as located_person_organizations)

MIM element: PATH
Reference path:   organizational_address.organizations[i] -> organization


© ISO 2004 — All rights reserved