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

Annex F
(informative)

Application module implementation and usage guide

EXAMPLE 1   This example shows a representation, conforming to ISO 10303-21, of an organization :

#1=ORGANIZATION('ISO','International Standardization Organization',$);

EXAMPLE 2   In NATO organization, Captain Joe Blow Jr. has the identifier 999999 and is a translator. A representation of his data is:

#1=ORGANIZATION('NATO','North Atlantic Treaty Organization',$);
#2=PERSON('999999','Blow', 'Joe',$,('Captain'),('Jr.'));
#3=PERSON_AND_ORGANIZATION(#2,#1);
#4=NAME_ATTRIBUTE('translator',#3);

It is typically important that the organizations' and persons' identifier be unique. ISO 10303 provides no normative guidance on how to establish this uniqueness. Several encoding schemes to create unique identifiers exist, for example ISO 6523. Another is to utilize the Internet electronic address for the person identifier.



© ISO 2004 — All rights reserved