Integrated generic resource: Fundamentals of product description and support ISO 10303-41:2021(E)
© ISO

Cover page
Table of contents
Copyright
Foreword
Introduction
1 Scope
2 Normative references
3 Terms, definitions and abbreviated terms
    3.1 Terms and definitions
    3.2 Abbreviated terms
4 Action
   4.1 General
   4.2 Fundamental concepts and assumptions
   4.3 Action type definitions
   4.4 Action entity definitions
   4.5 Action function definitions
5 Application context
   5.1 General
   5.2 Fundamental concepts and assumptions
   5.3 Application context type definitions
   5.4 Application context entity definitions
6 Approval
   6.1 General
   6.2 Fundamental concepts and assumptions
   6.3 Approval type definitions
   6.4 Approval entity definitions
   6.5 Approval function definitions
7 Basic attribute
   7.1 General
   7.2 Fundamental concepts and assumptions
   7.3 Basic attribute type definitions
   7.4 Basic attribute entity definitions
   7.5 Basic attribute function definitions
8 Certification
   8.1 General
   8.2 Fundamental concepts and assumptions
   8.3 Certification entity definitions
9 Contract
   9.1 General
   9.2 Fundamental concepts and assumptions
   9.3 Contract entity definitions
   9.4 Contract function definitions
10 Date time
   10.1 General
   10.2 Fundamental concepts and assumptions
   10.3 Date time type definitions
   10.4 Date time entity definitions
   10.5 Date time function definitions

11 Document
   11.1 General
   11.2 Fundamental concepts and assumptions
   11.3 Document type definition
   11.4 Document entity definitions
   11.5 Document function definitions
12 Effectivity
   12.1 General
   12.2 Fundamental concepts and assumptions
   12.3 Effectivity type definitions
   12.4 Effectivity entity definitions
   12.5 Effectivity function definitions
13 Experience
   13.1 General
   13.2 Fundamental concepts and assumptions
   13.3 Experience entity definitions
   13.4 Experience function definitions
14 External reference
   14.1 General
   14.2 Fundamental concepts and assumptions
   14.3 External reference type definitions
   14.4 External reference entity definitions
   14.5 External reference function definitions
15 Group
   15.1 General
   15.2 Fundamental concepts and assumptions
   15.3 Group type definition
   15.4 Group entity definitions
   15.5 Group function definitions
16 Language
   16.1 General
   16.2 Fundamental concepts and assumptions
   16.3 Language entity definition
17 Location
   17.1 General
   17.2 Fundamental concepts and assumptions
   17.3 Location entity definitions
   17.4 Location function definitions
18 Management resources
   18.1 General
   18.2 Fundamental concepts and assumptions
   18.3 Management resources type definitions
   18.4 Management resources entity definitions
   18.5 Management resources function definitions

19 Measure
   19.1 General
   19.2 Fundamental concepts and assumptions
   19.3 Measure type definitions
   19.4 Measure entity definitions
   19.5 Measure function definitions
20 Person organization
   20.1 General
   20.2 Fundamental concepts and assumptions
   20.3 Person organization type definitions
   20.4 Person organization entity definitions
   20.5 Person organization function definitions
21 Product definition
   21.1 General
   21.2 Fundamental concepts and assumptions
   21.3 Product definition type definitions
   21.4 Product definition entity definitions
   21.5 Product definition function definitions
22 Product property definition
   22.1 General
   22.2 Fundamental concepts and assumptions
   22.3 Product property definition type definitions
   22.4 Product property definition entity definitions
   22.5 Product property definition function definitions
23 Product property representation
   23.1 General
   23.2 Fundamental concepts and assumptions
   23.3 Product property representation type definitions
   23.4 Product property representation entity definitions
   23.5 Product property representation function definitions
24 Qualifications
   24.1 General
   24.2 Fundamental concepts and assumptions
   24.3 Qualifications entity definitions
   24.4 Qualifications function definitions
25 Security classification
   25.1 General
   25.2 Fundamental concepts and assumptions
   25.3 Security classification entity definitions
26 Support resource
   26.1 General
   26.2 Fundamental concepts and assumptions
   26.3 Support resource type definitions
   26.4 Support resource function definitions
A Short names of entities
B Information object registration
C Computer interpretable listings
D EXPRESS-G diagrams
E Technical discussion
F Examples
G Change history
Bibliography
Index

24 Qualifications schema

24.1 General

The subject of the qualifications_schema is the identification of types of qualifications and the relationships between them. This schema provides for the definition of generic data relating to types of qualifications.

EXAMPLE    The identification of types of qualifications and the definition of various kinds of relationship between types of qualifications are examples of generic data relating to types of qualification.

This clause defines the information requirements to which implementations shall conform using the EXPRESS language as defined in ISO 10303-11. The following EXPRESS declaration begins the qualifications_schema and identifies the necessary external references.

Each implementation of an AP that uses this schema and that encodes entity names shall use the encoding specified in Annex A. Each reference to this schema in an open system shall use the identifier encoding specified in Annex B. This schema is illustrated in Annex D using the EXPRESS-G notation.

EXPRESS specification:

*)
SCHEMA qualifications_schema;

REFERENCE FROM support_resource_schema    --  ISO 10303-41
  (identifier,
   label,
   text,
   bag_to_set);
(*

NOTE 1   The schemas referenced above are specified in the following parts:

support_resource_schema ISO 10303-41

NOTE 2   See Annex D for a graphical representation of this schema.

24.2 Fundamental concepts and assumptions

This schema provides resources for the identification, naming, and description of:

24.3 qualifications_schema entity definitions

24.3.1 qualification   EXPRESS-G

A qualification is a particular instance of the formal identification of a capability or aptitude in a specific person or organization.

EXAMPLE 1   John Smith's driving licence.

EXAMPLE 2   Mary Brown's doctorate entitled "Datamodelling Using EXPRESS2".

NOTE    A relationship between a qualification_type object and one or more qualification objects is established by the declaration of a qualification_type_assignment subtype containing a single attribute that references a set of a SELECT type that contains an qualification.

EXPRESS specification:

*)
ENTITY qualification;
  id : identifier;
  name : label;
  description : OPTIONAL text;
END_ENTITY;
(*

Attribute definitions:

id: the identifier that distinguishes the qualification.

name: the label by which the qualification is known.

description: the text that characterizes the qualification. The value of this attribute need not be specified.

24.3.2 qualification_relationship   EXPRESS-G

A qualification_relationship is a relationship between two instances of the qualification entity data type and provides for the identification, naming, and description of that relationship.

EXPRESS specification:

*)
ENTITY qualification_relationship;
  id : identifier;
  name : label;
  description : OPTIONAL text;
  relating_qualification : qualification;
  related_qualification : qualification;
END_ENTITY;
(*

Attribute definitions:

id: the identifier that distinguishes the qualification_relationship.

name: the label by which the qualification_relationship is known

description: the text that characterizes the qualification_relationship. The value of this attribute need not be specified.

relating_qualification: one of the instances of qualification that is a part of the relationship.

NOTE 1   The meaning of this attribute can be defined in the annotated EXPRESS schemas that use or specialize this entity, or in an agreement of common understanding between the partners sharing this information.

related_qualification: the other instance of qualification that is a part of the relationship. If one element of the relationship is dependent upon the other, this attribute shall be the dependent one.

NOTE 2   the meaning of this attribute can be defined in the annotated EXPRESS schemas that use or specialize this entity, or in an agreement of common understanding between the partners sharing this information.

24.3.3 qualification_type   EXPRESS-G

An qualification_type is the formal identification of a capability or aptitude.

EXAMPLE 1   A driving licence.

EXAMPLE 2   A university degree.

NOTE    A relationship between a qualification_type object and one or more qualification objects is established by the declaration of an qualification_type_assignment subtype containing a single attribute that references a set of a SELECT type that contains a qualification.

EXPRESS specification:

*)
ENTITY qualification_type;
  id : identifier;
  name : label;
  description : OPTIONAL text;
END_ENTITY;
(*

Attribute definitions:

id: the identifier that distinguishes the qualification_type.

name: the label by which the qualification_type is known.

description: the text that characterizes the qualification_type. The value of this attribute need not be specified.

24.3.4 qualification_type_relationship   EXPRESS-G

A qualification_type_relationship is a relationship between two instances of the qualification_type entity data type and provides for the identification, naming, and description of that relationship.

EXPRESS specification:

*)
ENTITY qualification_type_relationship;
  id : identifier;
  name : label;
  description : OPTIONAL text;
  relating_qualification_type : qualification_type;
  related_qualification_type : qualification_type;
END_ENTITY;
(*

Attribute definitions:

id: the identifier that distinguishes the qualification_type_relationship.

name: the label by which the qualification_type_relationship is known.

description: the text that characterizes the qualification_type_relationship. The value of this attribute need not be specified.

relating_qualification_type: one of the instances of qualification_type that is a part of the relationship.

NOTE 1   The meaning of this attribute can be defined in the annotated EXPRESS schemas that use or specialize this entity, or in an agreement of common understanding between the partners sharing this information.

related_qualification_type: the other instance of qualification_type that is a part of the relationship. If one element of the relationship is dependent upon the other, this attribute shall be the dependent one.

NOTE 2   The meaning of this attribute can be defined in the annotated EXPRESS schemas that use or specialize this entity, or in an agreement of common understanding between the partners sharing this information.

24.4 qualifications_schema function definitions

24.4.1 acyclic_qualification_relationship

The acyclic_qualification_relationship function determines whether the graph of instances of the entity data type qualification that contains relation as one of its links contains a cycle. This function may be used to evaluate either an qualification_relationship or any of its subtypes.

The function returns TRUE if no cycle has been detected. Otherwise it returns FALSE.

NOTE 1   The algorithm of the function is explained in annex E.2.

NOTE 2   This function is not used in this schema. It is defined here because other ISO 10303 integrated resources and application protocols that use the qualification_relationship entity include rules that use this function.

EXPRESS specification:

*)
FUNCTION acyclic_qualification_relationship (relation : qualification_relationship; relatives : SET[0:?] OF qualification; specific_relation : STRING) : BOOLEAN;
LOCAL
      x : SET OF qualification_relationship;
    END_LOCAL;

    IF relation.relating_qualification IN relatives THEN
      RETURN (FALSE);
    END_IF;
    x := QUERY(qual <* bag_to_set(USEDIN(relation.relating_qualification, 'QUALIFICATIONS_SCHEMA.' + 'QUALIFICATION_RELATIONSHIP.' + 'RELATED_QUALIFICATION')) | specific_relation IN TYPEOF(qual));
    REPEAT i := 1 TO HIINDEX(x);
      IF NOT acyclic_qualification_relationship(x[i], relatives + relation.relating_qualification, specific_relation) THEN
        RETURN (FALSE);
      END_IF;
    END_REPEAT;
    RETURN (TRUE);
END_FUNCTION;
(*

Argument definitions:

relation: (input) the candidate qualification_relationship to be checked.

relatives: (input) the set of instances of the entity data type qualification that the function is searching for in the relating_qualification parameter of the relation argument.

specific_relation: (input) the fully qualified name of a subtype of the qualification_relationship entity.

24.4.2 acyclic_qualification_type_relationship

The acyclic_qualification_type_relationship function determines whether the graph of instances of the entity data type qualification_type that contains relation as one of its links contains a cycle. This function may be used to evaluate either an qualification_type_relationship or any of its subtypes.

The function returns TRUE if no cycle has been detected. Otherwise it returns FALSE.

NOTE 1   The algorithm of the function is explained in annex E.2.

NOTE 2   This function is not used in this schema. It is defined here because other ISO 10303 integrated resources and application protocols that use the qualification_type_relationship entity include rules that use this function.

EXPRESS specification:

*)
FUNCTION acyclic_qualification_type_relationship (relation : qualification_type_relationship; relatives : SET[0:?] OF qualification_type; specific_relation : STRING) : BOOLEAN;
LOCAL
      x : SET OF qualification_type_relationship;
    END_LOCAL;

    IF relation.relating_qualification_type IN relatives THEN
      RETURN (FALSE);
    END_IF;
    x := QUERY(qultyp <* bag_to_set(USEDIN(relation.relating_qualification_type, 'QUALIFICATIONS_SCHEMA.' + 'QUALIFICATION_TYPE_RELATIONSHIP.' + 'RELATED_QUALIFICATION_TYPE')) | specific_relation IN TYPEOF(qultyp));
    REPEAT i := 1 TO HIINDEX(x);
      IF NOT acyclic_qualification_type_relationship(x[i], relatives + relation.relating_qualification_type, specific_relation) THEN
        RETURN (FALSE);
      END_IF;
    END_REPEAT;
    RETURN (TRUE);
END_FUNCTION;
(*

Argument definitions:

relation: (input) the candidate qualification_type_relationship to be checked.

relatives: (input) the set of instances of the entity data type qualification_type that the function is searching for in the relating_qualification_type parameter of the relation argument.

specific_relation: (input) the fully qualified name of a subtype of the qualification_type_relationship entity.



*)
END_SCHEMA;  -- qualifications_schema
(*


© ISO 2021 — All rights reserved