Application module: System modelling ISO/TS 10303-1477:2011-10(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 Information requirements
   4.1 Required AM ARMs
   4.2 ARM type definitions
5 Module interpreted model
   5.1 Mapping specification
   5.2 MIM EXPRESS short listing
     5.2.1 MIM type definitions
     5.2.2 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
G Change history
Bibliography
Index

4 Information requirements

This clause specifies the information requirements for the System modelling application module. The information requirements are specified as the Application Reference Model (ARM) of this application module.

NOTE 1  A graphical representation of the information requirements is given in Annex C.

NOTE 2  The mapping specification is specified in 5.1. It shows how the information requirements are met by using common resources and constructs defined or imported in the MIM schema of this application module.

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

EXPRESS specification:

*)
SCHEMA System_modelling_arm;
(*

4.1 Required AM ARMs

The following EXPRESS interface statements specify the elements imported from the ARMs of other application modules.

EXPRESS specification:

*)
USE FROM Decision_support_arm;    --  ISO/TS 10303-1486

USE FROM Functional_breakdown_arm;    --  ISO/TS 10303-1216

USE FROM Group_arm;    --  ISO/TS 10303-1113

USE FROM System_behaviour_arm;    --  ISO/TS 10303-1448

USE FROM System_structure_arm;    --  ISO/TS 10303-1450
(*

NOTE 1   The schemas referenced above are specified in the following part of ISO 10303:

Decision_support_arm ISO/TS 10303-1486
Functional_breakdown_arm ISO/TS 10303-1216
Group_arm ISO/TS 10303-1113
System_behaviour_arm ISO/TS 10303-1448
System_structure_arm ISO/TS 10303-1450

NOTE 2   See Annex C, Figures C.1and C.2 for a graphical representation of this schema.

4.2 ARM type definitions

This subclause specifies the ARM types for this application module. The ARM types and definitions are specified below.

4.2.1 sysm_activity_item   EXPRESS-G

The sysm_activity_item type is an extension of the syss_activity_item type. It adds the data types Location, Location_representation, Product_group and Product_group_membership to the list of alternate data types.

NOTE  The list of entity data types may be extended in application modules that use the constructs of this module.

Each list member is an item that can be assigned an activity.

EXPRESS specification:

*)
TYPE sysm_activity_item = EXTENSIBLE GENERIC_ENTITY SELECT BASED_ON syss_activity_item WITH
   (Location,
    Location_representation,
    Product_group,
    Product_group_membership);
END_TYPE;
(*

4.2.2 sysm_activity_method_item   EXPRESS-G

The sysm_activity_method_item type is an extension of the fbb_activity_method_item type. It adds the data types Activity, Activity_property, Analysis_assignment, Applied_activity_assignment, Approval_assignment, Assembly_component_relationship, Certification, Contract, Contract_relationship, Date_or_date_time_assignment, Event, In_zone, Interface_connection, Interface_connector_occurrence, Interface_definition_connection, Justification, Location, Organization, Person, Person_in_organization, Product_based_location_identification, Product_concept, Product_configuration, Product_group, Product_group_membership, Project, Requirement_assignment, Security_classification, State_relationship, Verification and View_definition_relationship to the list of alternate data types.

NOTE  The list of entity data types may be extended in application modules that use the constructs of this module.

Each list member is a product or activity data item to which an applied activity method can be assigned.

EXPRESS specification:

*)
TYPE sysm_activity_method_item = EXTENSIBLE GENERIC_ENTITY SELECT BASED_ON fbb_activity_method_item WITH
   (Activity,
    Activity_property,
    Analysis_assignment,
    Applied_activity_assignment,
    Approval_assignment,
    Assembly_component_relationship,
    Certification,
    Contract,
    Contract_relationship,
    Date_or_date_time_assignment,
    Event,
    In_zone,
    Interface_connection,
    Interface_connector_occurrence,
    Interface_definition_connection,
    Justification,
    Location,
    Organization,
    Person,
    Person_in_organization,
    Product_based_location_identification,
    Product_concept,
    Product_configuration,
    Product_group,
    Product_group_membership,
    Project,
    Requirement_assignment,
    Security_classification,
    State_relationship,
    Verification,
    View_definition_relationship);
END_TYPE;
(*

4.2.3 sysm_affected_item_select   EXPRESS-G

The sysm_affected_item_select type is an extension of the syss_affected_item_select type. It adds the data types Analysis_assignment, Behaviour_description_association, Group, Information_usage_right, Justification_assignment, Organization_or_person_in_organization_assignment, Product_group, Resource_item, Resource_item_realization, Resource_property, State, State_definition and Verification to the list of alternate data types.

NOTE  The list of entity data types may be extended in application modules that use the constructs of this module.

Each list member is something that is affected by a work request.

EXPRESS specification:

*)
TYPE sysm_affected_item_select = EXTENSIBLE GENERIC_ENTITY SELECT BASED_ON syss_affected_item_select WITH
   (Analysis_assignment,
    Behaviour_description_association,
    Group,
    Information_usage_right,
    Justification_assignment,
    Organization_or_person_in_organization_assignment,
    Product_group,
    Resource_item,
    Resource_item_realization,
    Resource_property,
    State,
    State_definition,
    Verification);
END_TYPE;
(*

4.2.4 sysm_analysed_item   EXPRESS-G

The sysm_analysed_item type is an extension of the ds_analysed_item type. It adds the data types Activity_method_relationship, Activity_property, Alternate_product_relationship, Assembly_relationship_substitution, Behaviour_description_association, behaviour_item, behaviour_model, Condition, Condition_relationship, Interface_connection, Interface_connector_occurrence, Interface_definition_connection, Interface_definition_for, Product_concept, Product_design_to_individual, Product_design_version_to_individual, Product_group_relationship, Product_planned_to_realized, Resource_item_relationship and Resource_property to the list of alternate data types.

NOTE  The list of entity data types may be extended in application modules that use the constructs of this module.

Each list member is a product or activity data item to which an analysis can be assigned.

EXPRESS specification:

*)
TYPE sysm_analysed_item = EXTENSIBLE GENERIC_ENTITY SELECT BASED_ON ds_analysed_item WITH
   (Activity_method_relationship,
    Activity_property,
    Alternate_product_relationship,
    Assembly_relationship_substitution,
    Behaviour_description_association,
    behaviour_item,
    behaviour_model,
    Condition,
    Condition_relationship,
    Interface_connection,
    Interface_connector_occurrence,
    Interface_definition_connection,
    Interface_definition_for,
    Product_concept,
    Product_design_to_individual,
    Product_design_version_to_individual,
    Product_group_relationship,
    Product_planned_to_realized,
    Resource_item_relationship,
    Resource_property);
END_TYPE;
(*

4.2.5 sysm_approval_item   EXPRESS-G

The sysm_approval_item type is an extension of the syss_approval_item type. It adds the data types Activity_method_relationship, Applied_activity_method_assignment, Applied_information_usage_right, Condition, Condition_assignment, Group, Group_relationship, Information_usage_right, Location_assignment, Product_group, Product_group_membership, Product_group_relationship, Required_resource, Required_resource_assignment, Required_resource_relationship, Resource_item, Resource_item_assignment, Resource_item_realization, Resource_item_relationship and Resource_property to the list of alternate data types.

NOTE  The list of entity data types may be extended in application modules that use the constructs of this module.

Each list member is an activity or product data item to which can be assigned an approval.

EXPRESS specification:

*)
TYPE sysm_approval_item = EXTENSIBLE GENERIC_ENTITY SELECT BASED_ON syss_approval_item WITH
   (Activity_method_relationship,
    Applied_activity_method_assignment,
    Applied_information_usage_right,
    Condition,
    Condition_assignment,
    Group,
    Group_relationship,
    Information_usage_right,
    Location_assignment,
    Product_group,
    Product_group_membership,
    Product_group_relationship,
    Required_resource,
    Required_resource_assignment,
    Required_resource_relationship,
    Resource_item,
    Resource_item_assignment,
    Resource_item_realization,
    Resource_item_relationship,
    Resource_property);
END_TYPE;
(*

4.2.6 sysm_assigned_name_select   EXPRESS-G

The sysm_assigned_name_select type is an extension of the syss_assigned_name_select type. It adds the data types Group and Group_relationship to the list of alternate data types.

NOTE  The list of entity data types may be extended in application modules that use the constructs of this module.

Each list member is an item to which a name may be assigned.

EXPRESS specification:

*)
TYPE sysm_assigned_name_select = EXTENSIBLE GENERIC_ENTITY SELECT BASED_ON syss_assigned_name_select WITH
   (Group,
    Group_relationship);
END_TYPE;
(*

4.2.7 sysm_assumed_item   EXPRESS-G

The sysm_assumed_item type is an extension of the ds_assumed_item type. It adds the data types Activity_property, Applied_activity_method_assignment, Location, Location_assignment, Product_concept, Product_configuration, Product_definition_element_relationship, Resource_item, Resource_item_assignment, Resource_property, Work_order and Work_request to the list of alternate data types.

NOTE  The list of entity data types may be extended in application modules that use the constructs of this module.

Each list member is an item that is assumed to be true.

EXPRESS specification:

*)
TYPE sysm_assumed_item = EXTENSIBLE GENERIC_ENTITY SELECT BASED_ON ds_assumed_item WITH
   (Activity_property,
    Applied_activity_method_assignment,
    Location,
    Location_assignment,
    Product_concept,
    Product_configuration,
    Product_definition_element_relationship,
    Resource_item,
    Resource_item_assignment,
    Resource_property,
    Work_order,
    Work_request);
END_TYPE;
(*

4.2.8 sysm_assumption_item   EXPRESS-G

The sysm_assumption_item type is an extension of the ds_assumption_item type. It adds the data types Location, Product_concept, Work_order and Work_request to the list of alternate data types.

NOTE  The list of entity data types may be extended in application modules that use the constructs of this module.

Each list member is an item providing the context for the assumption.

EXPRESS specification:

*)
TYPE sysm_assumption_item = EXTENSIBLE GENERIC_ENTITY SELECT BASED_ON ds_assumption_item WITH
   (Location,
    Product_concept,
    Work_order,
    Work_request);
END_TYPE;
(*

4.2.9 sysm_certification_item   EXPRESS-G

The sysm_certification_item type is an extension of the syss_certification_item type. It adds the data types Applied_activity_method_assignment, behaviour_model, Product_group, Product_group_relationship, Resource_item and Resource_item_realization to the list of alternate data types.

NOTE  The list of entity data types may be extended in application modules that use the constructs of this module.

Each list member is an activity or product data item to which a certification can be assigned.

EXPRESS specification:

*)
TYPE sysm_certification_item = EXTENSIBLE GENERIC_ENTITY SELECT BASED_ON syss_certification_item WITH
   (Applied_activity_method_assignment,
    behaviour_model,
    Product_group,
    Product_group_relationship,
    Resource_item,
    Resource_item_realization);
END_TYPE;
(*

4.2.10 sysm_characterized_activity_definition   EXPRESS-G

The sysm_characterized_activity_definition type is an extension of the fbb_characterized_activity_definition type. It adds the data types Activity_happening, Condition, Condition_relationship, Required_resource_assignment and Resource_item_assignment to the list of alternate data types.

NOTE  The list of entity data types may be extended in application modules that use the constructs of this module.

Each list member is a data item to which an activity property may be assigned.

EXPRESS specification:

*)
TYPE sysm_characterized_activity_definition = EXTENSIBLE GENERIC_ENTITY SELECT BASED_ON fbb_characterized_activity_definition WITH
   (Activity_happening,
    Condition,
    Condition_relationship,
    Required_resource_assignment,
    Resource_item_assignment);
END_TYPE;
(*

4.2.11 sysm_collection_assignment_select   EXPRESS-G

The sysm_collection_assignment_select type is an extension of the syss_collection_assignment_select type. It adds the data types Product_concept, Product_configuration, Work_order and Work_request to the list of alternate data types.

NOTE  The list of entity data types may be extended in application modules that use the constructs of this module.

Each list member is an object to which the collection has relevance.

EXPRESS specification:

*)
TYPE sysm_collection_assignment_select = EXTENSIBLE GENERIC_ENTITY SELECT BASED_ON syss_collection_assignment_select WITH
   (Product_concept,
    Product_configuration,
    Work_order,
    Work_request);
END_TYPE;
(*

4.2.12 sysm_condition_item   EXPRESS-G

The sysm_condition_item type is an extension of the syss_condition_item type. It adds the data types Analysis_assignment, Evidence, Justification_assignment and Requirement_assignment to the list of alternate data types.

NOTE  The list of entity data types may be extended in application modules that use the constructs of this module.

Each list member is a product or activity data item to which a condition can be assigned.

EXPRESS specification:

*)
TYPE sysm_condition_item = EXTENSIBLE GENERIC_ENTITY SELECT BASED_ON syss_condition_item WITH
   (Analysis_assignment,
    Evidence,
    Justification_assignment,
    Requirement_assignment);
END_TYPE;
(*

4.2.13 sysm_condition_parameter_item   EXPRESS-G

The sysm_condition_parameter_item type is an extension of the fbb_condition_parameter_item type. It adds the data types Activity, Activity_property, Activity_property_representation, Approval, Approval_assignment, Calendar_date, Certification_assignment, Contract_assignment, Date_or_date_time_assignment, Date_time, Document_assignment, Evidence, Interface_connection, Interface_connector_occurrence, Interface_definition_connection, Organization, Organization_or_person_in_organization_assignment, Product_concept, Product_configuration, Product_definition_element_relationship, State, State_assessment, State_definition, Validation, Verification, Verification_relationship, View_definition_relationship and Work_request to the list of alternate data types.

NOTE  The list of entity data types may be extended in application modules that use the constructs of this module.

Each list member is a product or activity data item which acts as an input parameter to a condition which may or may not be specific.

EXPRESS specification:

*)
TYPE sysm_condition_parameter_item = EXTENSIBLE GENERIC_ENTITY SELECT BASED_ON fbb_condition_parameter_item WITH
   (Activity,
    Activity_property,
    Activity_property_representation,
    Approval,
    Approval_assignment,
    Calendar_date,
    Certification_assignment,
    Contract_assignment,
    Date_or_date_time_assignment,
    Date_time,
    Document_assignment,
    Evidence,
    Interface_connection,
    Interface_connector_occurrence,
    Interface_definition_connection,
    Organization,
    Organization_or_person_in_organization_assignment,
    Product_concept,
    Product_configuration,
    Product_definition_element_relationship,
    State,
    State_assessment,
    State_definition,
    Validation,
    Verification,
    Verification_relationship,
    View_definition_relationship,
    Work_request);
END_TYPE;
(*

4.2.14 sysm_date_or_date_time_item   EXPRESS-G

The sysm_date_or_date_time_item type is an extension of the syss_date_or_date_time_item type. It adds the data types Activity_method_relationship, Applied_activity_method_assignment, Condition, Condition_assignment, Information_usage_right, Location_assignment, Location_representation, Product_group, Product_group_membership, Product_group_relationship, Required_resource, Required_resource_assignment, Resource_item, Resource_item_assignment, Resource_item_realization, Resource_property and Resource_property_representation to the list of alternate data types.

NOTE  The list of entity data types may be extended in application modules that use the constructs of this module.

Each list member is an activity or product data tiem to which can be assigned a calendar date or a calendar data with time.

EXPRESS specification:

*)
TYPE sysm_date_or_date_time_item = EXTENSIBLE GENERIC_ENTITY SELECT BASED_ON syss_date_or_date_time_item WITH
   (Activity_method_relationship,
    Applied_activity_method_assignment,
    Condition,
    Condition_assignment,
    Information_usage_right,
    Location_assignment,
    Location_representation,
    Product_group,
    Product_group_membership,
    Product_group_relationship,
    Required_resource,
    Required_resource_assignment,
    Resource_item,
    Resource_item_assignment,
    Resource_item_realization,
    Resource_property,
    Resource_property_representation);
END_TYPE;
(*

4.2.15 sysm_description_item   EXPRESS-G

The sysm_description_item type is an extension of the description_item type. It adds the data types Activity, Activity_property, Activity_property_representation, Activity_relationship, Address_assignment, Alternate_product_relationship, Analysis_assignment, Applied_activity_assignment, Applied_information_usage_right, Approval, Approval_assignment, Approval_relationship, Assembly_component_relationship, Assembly_relationship_substitution, Assumption, Assumption_assignment, Assumption_relationship, Behaviour_description_association, Breakdown_context, Breakdown_of, Certification, Certification_assignment, Classification_assignment, Contract, Contract_assignment, Contract_relationship, Date_or_date_time_assignment, Defined_state_relationship, Description_text, Digital_file, Document_assignment, Document_definition_relationship, Effectivity, Effectivity_assignment, Effectivity_relationship, Event, Event_assignment, Event_relationship, Evidence, File_relationship, Geometric_item_specific_usage, Group, Group_relationship, Hardcopy, In_zone, Information_right, Information_usage_right, Information_usage_right_relationship, Interface_connection, Interface_connector_occurrence, Interface_definition_connection, Interface_definition_for, Item_assumed, Item_shape, Justification, Justification_assignment, Justification_relationship, Justification_support_assignment, Location, Location_assignment, Location_relationship, Location_representation, Market, Measure_qualification, Organization, Organization_or_person_in_organization_assignment, Organization_relationship, Organizational_location_identification, Person, Person_in_organization, Product_concept, Product_configuration, Product_definition_element_relationship, Product_design_to_individual, Product_design_version_to_individual, Product_group, Product_group_membership, Product_group_relationship, Product_planned_to_realized, Project, Project_assignment, Project_relationship, Required_resource, Required_resource_assignment, Required_resource_relationship, Requirement_assignment, Requirement_satisfied_by, Requirement_source, Resource_item, Resource_item_assignment, Resource_item_realization, Resource_item_relationship, Resource_property, Resource_property_representation, Same_as_external_item, Security_classification, Security_classification_assignment, Shape_dependent_property_representation, Shape_description_association, Shape_element, Shape_element_relationship, State, State_assertion, State_assessment, State_relationship, State_role, Time_interval, Time_interval_relationship, Time_interval_role, Uncertainty_qualifier, Uncertainty_with_unit, Validation, Verification, View_definition_relationship, Work_order and Work_request to the list of alternate data types.

NOTE  The list of entity data types may be extended in application modules that use the constructs of this module.

Each list member is an item to which a description may be assigned

EXPRESS specification:

*)
TYPE sysm_description_item = EXTENSIBLE GENERIC_ENTITY SELECT BASED_ON description_item WITH
   (Activity,
    Activity_property,
    Activity_property_representation,
    Activity_relationship,
    Address_assignment,
    Alternate_product_relationship,
    Analysis_assignment,
    Applied_activity_assignment,
    Applied_information_usage_right,
    Approval,
    Approval_assignment,
    Approval_relationship,
    Assembly_component_relationship,
    Assembly_relationship_substitution,
    Assumption,
    Assumption_assignment,
    Assumption_relationship,
    Behaviour_description_association,
    Breakdown_context,
    Breakdown_of,
    Certification,
    Certification_assignment,
    Classification_assignment,
    Contract,
    Contract_assignment,
    Contract_relationship,
    Date_or_date_time_assignment,
    Defined_state_relationship,
    Description_text,
    Digital_file,
    Document_assignment,
    Document_definition_relationship,
    Effectivity,
    Effectivity_assignment,
    Effectivity_relationship,
    Event,
    Event_assignment,
    Event_relationship,
    Evidence,
    File_relationship,
    Geometric_item_specific_usage,
    Group,
    Group_relationship,
    Hardcopy,
    In_zone,
    Information_right,
    Information_usage_right,
    Information_usage_right_relationship,
    Interface_connection,
    Interface_connector_occurrence,
    Interface_definition_connection,
    Interface_definition_for,
    Item_assumed,
    Item_shape,
    Justification,
    Justification_assignment,
    Justification_relationship,
    Justification_support_assignment,
    Location,
    Location_assignment,
    Location_relationship,
    Location_representation,
    Market,
    Measure_qualification,
    Organization,
    Organization_or_person_in_organization_assignment,
    Organization_relationship,
    Organizational_location_identification,
    Person,
    Person_in_organization,
    Product_concept,
    Product_configuration,
    Product_definition_element_relationship,
    Product_design_to_individual,
    Product_design_version_to_individual,
    Product_group,
    Product_group_membership,
    Product_group_relationship,
    Product_planned_to_realized,
    Project,
    Project_assignment,
    Project_relationship,
    Required_resource,
    Required_resource_assignment,
    Required_resource_relationship,
    Requirement_assignment,
    Requirement_satisfied_by,
    Requirement_source,
    Resource_item,
    Resource_item_assignment,
    Resource_item_realization,
    Resource_item_relationship,
    Resource_property,
    Resource_property_representation,
    Same_as_external_item,
    Security_classification,
    Security_classification_assignment,
    Shape_dependent_property_representation,
    Shape_description_association,
    Shape_element,
    Shape_element_relationship,
    State,
    State_assertion,
    State_assessment,
    State_relationship,
    State_role,
    Time_interval,
    Time_interval_relationship,
    Time_interval_role,
    Uncertainty_qualifier,
    Uncertainty_with_unit,
    Validation,
    Verification,
    View_definition_relationship,
    Work_order,
    Work_request);
END_TYPE;
(*

4.2.16 sysm_documented_element_select   EXPRESS-G

The sysm_documented_element_select type is an extension of the syss_documented_element_select type. It adds the data types Activity_method_relationship, Applied_activity_method_assignment, Condition, Condition_assignment, Condition_parameter, Document_definition_relationship, Group, Group_relationship, Location, Location_assignment, Location_relationship, Location_representation, Organizational_location_identification, Product_group, Product_group_membership, Product_group_relationship, Required_resource, Required_resource_assignment, Required_resource_relationship, Resource_item, Resource_item_assignment, Resource_item_realization, Resource_item_relationship, Resource_property and Resource_property_representation to the list of alternate data types.

NOTE  The list of entity data types may be extended in application modules that use the constructs of this module.

Each list member is a product data item to which a document can be assigned that provides information about that product data.

EXPRESS specification:

*)
TYPE sysm_documented_element_select = EXTENSIBLE GENERIC_ENTITY SELECT BASED_ON syss_documented_element_select WITH
   (Activity_method_relationship,
    Applied_activity_method_assignment,
    Condition,
    Condition_assignment,
    Condition_parameter,
    Document_definition_relationship,
    Group,
    Group_relationship,
    Location,
    Location_assignment,
    Location_relationship,
    Location_representation,
    Organizational_location_identification,
    Product_group,
    Product_group_membership,
    Product_group_relationship,
    Required_resource,
    Required_resource_assignment,
    Required_resource_relationship,
    Resource_item,
    Resource_item_assignment,
    Resource_item_realization,
    Resource_item_relationship,
    Resource_property,
    Resource_property_representation);
END_TYPE;
(*

4.2.17 sysm_effectivity_item   EXPRESS-G

The sysm_effectivity_item type is an extension of the syss_effectivity_item type. It adds the data types Applied_activity_method_assignment, Condition_assignment, Condition_relationship, Constrained_general_parameter_relationship, In_zone, Location_assignment, Required_resource_assignment, Required_resource_relationship, Resource_item_assignment, Resource_item_relationship, Resource_property and Resource_property_representation to the list of alternate data types.

NOTE  The list of entity data types may be extended in application modules that use the constructs of this module.

Each list member is an activity or product data item which has an effectivity (a domain of applicability) that can be characterized.

EXPRESS specification:

*)
TYPE sysm_effectivity_item = EXTENSIBLE GENERIC_ENTITY SELECT BASED_ON syss_effectivity_item WITH
   (Applied_activity_method_assignment,
    Condition_assignment,
    Condition_relationship,
    Constrained_general_parameter_relationship,
    In_zone,
    Location_assignment,
    Required_resource_assignment,
    Required_resource_relationship,
    Resource_item_assignment,
    Resource_item_relationship,
    Resource_property,
    Resource_property_representation);
END_TYPE;
(*

4.2.18 sysm_environment_item   EXPRESS-G

The sysm_environment_item type is an extension of the syss_environment_item type. It adds the data types Validation and Verification to the list of alternate data types.

NOTE  The list of entity data types may be extended in application modules that use the constructs of this module.

EXPRESS specification:

*)
TYPE sysm_environment_item = EXTENSIBLE GENERIC_ENTITY SELECT BASED_ON syss_environment_item WITH
   (Validation,
    Verification);
END_TYPE;
(*

4.2.19 sysm_event_item   EXPRESS-G

The sysm_event_item type is an extension of the syss_event_item type. It adds the data types Activity_method_relationship, Activity_property, Alternate_product_relationship, Applied_activity_method_assignment, Assembly_relationship_substitution, Condition, Group, Market, Required_resource, Required_resource_assignment and Resource_property to the list of alternate data types.

NOTE  The list of entity data types may be extended in application modules that use the constructs of this module.

Each list member is a product or activity data item to which an event can be assigned.

EXPRESS specification:

*)
TYPE sysm_event_item = EXTENSIBLE GENERIC_ENTITY SELECT BASED_ON syss_event_item WITH
   (Activity_method_relationship,
    Activity_property,
    Alternate_product_relationship,
    Applied_activity_method_assignment,
    Assembly_relationship_substitution,
    Condition,
    Group,
    Market,
    Required_resource,
    Required_resource_assignment,
    Resource_property);
END_TYPE;
(*

4.2.20 sysm_evidence_item   EXPRESS-G

The sysm_evidence_item type is an extension of the ds_evidence_item type. It adds the data types Activity_method_assignment, Activity_method_relationship, Affected_items_assignment, Alternate_product_relationship, Applied_activity_method_assignment, Assembly_relationship_substitution, Behaviour_description_association, Breakdown_of, Condition_assignment, Description_text_assignment, Expression_assignment, Interface_definition_connection, Interface_definition_for, Location_assignment, Product_design_to_individual, Required_resource_assignment, Resource_item_assignment, Task_io_hierarchy, Time_interval_assignment, Work_order and Work_request to the list of alternate data types.

NOTE  The list of entity data types may be extended in application modules that use the constructs of this module.

Each list member item is a component data item used to support this evidence..

EXPRESS specification:

*)
TYPE sysm_evidence_item = EXTENSIBLE GENERIC_ENTITY SELECT BASED_ON ds_evidence_item WITH
   (Activity_method_assignment,
    Activity_method_relationship,
    Affected_items_assignment,
    Alternate_product_relationship,
    Applied_activity_method_assignment,
    Assembly_relationship_substitution,
    Behaviour_description_association,
    Breakdown_of,
    Condition_assignment,
    Description_text_assignment,
    Expression_assignment,
    Interface_definition_connection,
    Interface_definition_for,
    Location_assignment,
    Product_design_to_individual,
    Required_resource_assignment,
    Resource_item_assignment,
    Task_io_hierarchy,
    Time_interval_assignment,
    Work_order,
    Work_request);
END_TYPE;
(*

4.2.21 sysm_external_identification_item   EXPRESS-G

The sysm_external_identification_item type is an extension of the syss_external_identification_item type. It adds the data type Required_resource to the list of alternate data types.

NOTE  The list of entity data types may be extended in application modules that use the constructs of this module.

Each list member is an external product or activity data item whose source can be identified.

EXPRESS specification:

*)
TYPE sysm_external_identification_item = EXTENSIBLE GENERIC_ENTITY SELECT BASED_ON syss_external_identification_item WITH
   (Required_resource);
END_TYPE;
(*

4.2.22 sysm_groupable_item   EXPRESS-G

The sysm_groupable_item type is an extension of the groupable_item type. It adds the data types Activity, Activity_method, Approval, Breakdown_of, Certification, Condition, Contract, Contract_relationship, Effectivity, Event, File, Group, Group_relationship, Interface_connection, Interface_definition_for, Justification, Location, Product, Project, Required_resource, Resource_item, Resource_item_realization, Task_io, Verification, Work_order and Work_request to the list of alternate data types.

NOTE  The list of entity data types may be extended in application modules that use the constructs of this module.

Each list member is a product or activity data item to which a group can be assigned.

EXPRESS specification:

*)
TYPE sysm_groupable_item = EXTENSIBLE GENERIC_ENTITY SELECT BASED_ON groupable_item WITH
   (Activity,
    Activity_method,
    Approval,
    Breakdown_of,
    Certification,
    Condition,
    Contract,
    Contract_relationship,
    Effectivity,
    Event,
    File,
    Group,
    Group_relationship,
    Interface_connection,
    Interface_definition_for,
    Justification,
    Location,
    Product,
    Project,
    Required_resource,
    Resource_item,
    Resource_item_realization,
    Task_io,
    Verification,
    Work_order,
    Work_request);
END_TYPE;
(*

4.2.23 sysm_identification_item   EXPRESS-G

The sysm_identification_item type is an extension of the syss_identification_item type. It adds the data types Group and Group_relationship to the list of alternate data types.

NOTE  The list of entity data types may be extended in application modules that use the constructs of this module.

Each list member is a data item to which an identification assignment can be made.

EXPRESS specification:

*)
TYPE sysm_identification_item = EXTENSIBLE GENERIC_ENTITY SELECT BASED_ON syss_identification_item WITH
   (Group,
    Group_relationship);
END_TYPE;
(*

4.2.24 sysm_information_usage_right_item   EXPRESS-G

The sysm_information_usage_right_item type is an extension of the ds_information_usage_right_item type. It adds the data types Activity_property, Alternate_product_relationship, Assembly_component_relationship, Assembly_relationship_substitution, Breakdown_element_realization, Document_definition_relationship, File_relationship, Group, Group_relationship, In_zone, Interface_connection, Interface_connector_occurrence, Interface_definition_connection, Interface_definition_for, Product_configuration, Required_resource, Resource_item, Resource_item_realization, Task_io and Work_order to the list of alternate data types.

NOTE  The list of entity data types may be extended in application modules that use the constructs of this module.

Each list member is a set of information items to which a usage right can apply.

EXPRESS specification:

*)
TYPE sysm_information_usage_right_item = EXTENSIBLE GENERIC_ENTITY SELECT BASED_ON ds_information_usage_right_item WITH
   (Activity_property,
    Alternate_product_relationship,
    Assembly_component_relationship,
    Assembly_relationship_substitution,
    Breakdown_element_realization,
    Document_definition_relationship,
    File_relationship,
    Group,
    Group_relationship,
    In_zone,
    Interface_connection,
    Interface_connector_occurrence,
    Interface_definition_connection,
    Interface_definition_for,
    Product_configuration,
    Required_resource,
    Resource_item,
    Resource_item_realization,
    Task_io,
    Work_order);
END_TYPE;
(*

4.2.25 sysm_justification_item   EXPRESS-G

The sysm_justification_item type is an extension of the ds_justification_item type. It adds the data types Activity_method_assignment, Activity_method_relationship, Activity_property, Affected_items_assignment, Applied_activity_method_assignment, Assembly_component_relationship, Assembly_relationship_substitution, Behaviour_description_association, Breakdown_of, Condition, Condition_assignment, Description_text, Document_definition_relationship, File_relationship, Interface_connection, Interface_connector_occurrence, Interface_definition_connection, Location_assignment, Required_resource, Required_resource_assignment, Required_resource_relationship, Resource_item, Resource_item_assignment, Resource_item_realization, Resource_item_relationship, Resource_property, Task_io_hierarchy, Work_order and Work_request to the list of alternate data types.

NOTE  The list of entity data types may be extended in application modules that use the constructs of this module.

Each list member is a product or activity data item for which a justification can be provided.

EXPRESS specification:

*)
TYPE sysm_justification_item = EXTENSIBLE GENERIC_ENTITY SELECT BASED_ON ds_justification_item WITH
   (Activity_method_assignment,
    Activity_method_relationship,
    Activity_property,
    Affected_items_assignment,
    Applied_activity_method_assignment,
    Assembly_component_relationship,
    Assembly_relationship_substitution,
    Behaviour_description_association,
    Breakdown_of,
    Condition,
    Condition_assignment,
    Description_text,
    Document_definition_relationship,
    File_relationship,
    Interface_connection,
    Interface_connector_occurrence,
    Interface_definition_connection,
    Location_assignment,
    Required_resource,
    Required_resource_assignment,
    Required_resource_relationship,
    Resource_item,
    Resource_item_assignment,
    Resource_item_realization,
    Resource_item_relationship,
    Resource_property,
    Task_io_hierarchy,
    Work_order,
    Work_request);
END_TYPE;
(*

4.2.26 sysm_justification_support_item   EXPRESS-G

The sysm_justification_support_item type is an extension of the ds_justification_support_item type. It adds the data types Activity_method_assignment, Activity_property, Applied_activity_method_assignment, Assembly_component_relationship, Document_definition_relationship, File_relationship, Interface_connection, Interface_connector_occurrence, Interface_definition_connection, Location, Location_assignment, Resource_property, Work_order and Work_request to the list of alternate data types.

NOTE  The list of entity data types may be extended in application modules that use the constructs of this module.

Each list member is a product or activity data item which can provide evidential support for a justification,

EXPRESS specification:

*)
TYPE sysm_justification_support_item = EXTENSIBLE GENERIC_ENTITY SELECT BASED_ON ds_justification_support_item WITH
   (Activity_method_assignment,
    Activity_property,
    Applied_activity_method_assignment,
    Assembly_component_relationship,
    Document_definition_relationship,
    File_relationship,
    Interface_connection,
    Interface_connector_occurrence,
    Interface_definition_connection,
    Location,
    Location_assignment,
    Resource_property,
    Work_order,
    Work_request);
END_TYPE;
(*

4.2.27 sysm_location_assignment_select   EXPRESS-G

The sysm_location_assignment_select type is an extension of the syss_location_assignment_select type. It adds the data types Analysis_assignment, Applied_activity_method_assignment, Required_resource, Required_resource_assignment, Resource_item, Resource_item_assignment, Resource_item_realization, Validation and Verification to the list of alternate data types.

NOTE  The list of entity data types may be extended in application modules that use the constructs of this module.

EXPRESS specification:

*)
TYPE sysm_location_assignment_select = EXTENSIBLE GENERIC_ENTITY SELECT BASED_ON syss_location_assignment_select WITH
   (Analysis_assignment,
    Applied_activity_method_assignment,
    Required_resource,
    Required_resource_assignment,
    Resource_item,
    Resource_item_assignment,
    Resource_item_realization,
    Validation,
    Verification);
END_TYPE;
(*

4.2.28 sysm_observed_environment_item   EXPRESS-G

The sysm_observed_environment_item type is an extension of the syss_observed_environment_item type. It adds the data types Validation and Verification to the list of alternate data types.

NOTE  The list of entity data types may be extended in application modules that use the constructs of this module.

EXPRESS specification:

*)
TYPE sysm_observed_environment_item = EXTENSIBLE GENERIC_ENTITY SELECT BASED_ON syss_observed_environment_item WITH
   (Validation,
    Verification);
END_TYPE;
(*

4.2.29 sysm_organization_or_person_in_organization_item   EXPRESS-G

The sysm_organization_or_person_in_organization_item type is an extension of the syss_organization_or_person_in_organization_item type. It adds the data types Activity_method_assignment, Activity_method_relationship, Applied_activity_method_assignment, Condition, Condition_assignment, Information_usage_right, Location_assignment, Product_group, Product_group_membership, Product_group_relationship, Required_resource, Required_resource_assignment, Resource_item, Resource_item_assignment, Resource_item_realization, Resource_property, Resource_property_representation and Work_request to the list of alternate data types.

NOTE  The list of entity data types may be extended in application modules that use the constructs of this module.

Each list member is an activity or product data item to which an organization or person in an organization can be assigned.

EXPRESS specification:

*)
TYPE sysm_organization_or_person_in_organization_item = EXTENSIBLE GENERIC_ENTITY SELECT BASED_ON syss_organization_or_person_in_organization_item WITH
   (Activity_method_assignment,
    Activity_method_relationship,
    Applied_activity_method_assignment,
    Condition,
    Condition_assignment,
    Information_usage_right,
    Location_assignment,
    Product_group,
    Product_group_membership,
    Product_group_relationship,
    Required_resource,
    Required_resource_assignment,
    Resource_item,
    Resource_item_assignment,
    Resource_item_realization,
    Resource_property,
    Resource_property_representation,
    Work_request);
END_TYPE;
(*

4.2.30 sysm_project_item   EXPRESS-G

The sysm_project_item type is an extension of the syss_project_item type. It adds the data types Activity_method_relationship, Applied_activity_method_assignment, Product_group, Product_group_membership and Product_group_relationship to the list of alternate data types.

NOTE  The list of entity data types may be extended in application modules that use the constructs of this module.

Each list member is an entity type that can be associated with a project.

EXPRESS specification:

*)
TYPE sysm_project_item = EXTENSIBLE GENERIC_ENTITY SELECT BASED_ON syss_project_item WITH
   (Activity_method_relationship,
    Applied_activity_method_assignment,
    Product_group,
    Product_group_membership,
    Product_group_relationship);
END_TYPE;
(*

4.2.31 sysm_property_assignment_select   EXPRESS-G

The sysm_property_assignment_select type is an extension of the syss_property_assignment_select type. It adds the data types Location_assignment and Product_group to the list of alternate data types.

NOTE  The list of entity data types may be extended in application modules that use the constructs of this module.

Each list member is a data item which can be assigned a property.

EXPRESS specification:

*)
TYPE sysm_property_assignment_select = EXTENSIBLE GENERIC_ENTITY SELECT BASED_ON syss_property_assignment_select WITH
   (Location_assignment,
    Product_group);
END_TYPE;
(*

4.2.32 sysm_representation_proxy_select   EXPRESS-G

The sysm_representation_proxy_select type is an extension of the requirement_representation_proxy_select type. It adds the data types State_definition and State_transition_definition to the list of alternate data types.

NOTE  The list of entity data types may be extended in application modules that use the constructs of this module.

EXPRESS specification:

*)
TYPE sysm_representation_proxy_select = EXTENSIBLE GENERIC_ENTITY SELECT BASED_ON requirement_representation_proxy_select WITH
   (State_definition,
    State_transition_definition);
END_TYPE;
(*

4.2.33 sysm_required_resource_item   EXPRESS-G

The sysm_required_resource_item type is an extension of the fbb_required_resource_item type. It adds the data types Activity, Analysis_assignment, Applied_activity_assignment, Certification_assignment, Contract_assignment, Event, Interface_connection, Interface_connector_occurrence, Interface_definition_connection, Interface_definition_for, Justification, Organization, Person_in_organization, Project, State_definition, Verification and Work_order to the list of alternate data types.

NOTE  The list of entity data types may be extended in application modules that use the constructs of this module.

Each list member is a product or activity data item to which a required resource can be assigned.

EXPRESS specification:

*)
TYPE sysm_required_resource_item = EXTENSIBLE GENERIC_ENTITY SELECT BASED_ON fbb_required_resource_item WITH
   (Activity,
    Analysis_assignment,
    Applied_activity_assignment,
    Certification_assignment,
    Contract_assignment,
    Event,
    Interface_connection,
    Interface_connector_occurrence,
    Interface_definition_connection,
    Interface_definition_for,
    Justification,
    Organization,
    Person_in_organization,
    Project,
    State_definition,
    Verification,
    Work_order);
END_TYPE;
(*

4.2.34 sysm_requirement_assignment_item   EXPRESS-G

The sysm_requirement_assignment_item type is an extension of the ds_requirement_assignment_item type. It adds the data types Activity_property, Alternate_product_relationship, Applied_activity_method_assignment, Assembly_component_relationship, Assembly_relationship_substitution, Breakdown_element_realization, In_zone, Interface_connector_occurrence, Interface_definition_for, Product_configuration, Required_resource_by_reference, Required_resource_by_requirement and Work_request to the list of alternate data types.

NOTE  The list of entity data types may be extended in application modules that use the constructs of this module.

Each list member is an activity or product data item that can be associated with a requirement.

EXPRESS specification:

*)
TYPE sysm_requirement_assignment_item = EXTENSIBLE GENERIC_ENTITY SELECT BASED_ON ds_requirement_assignment_item WITH
   (Activity_property,
    Alternate_product_relationship,
    Applied_activity_method_assignment,
    Assembly_component_relationship,
    Assembly_relationship_substitution,
    Breakdown_element_realization,
    In_zone,
    Interface_connector_occurrence,
    Interface_definition_for,
    Product_configuration,
    Required_resource_by_reference,
    Required_resource_by_requirement,
    Work_request);
END_TYPE;
(*

4.2.35 sysm_requirement_source_item   EXPRESS-G

The sysm_requirement_source_item type is an extension of the ds_requirement_source_item type. It adds the data types Alternate_product_relationship, Applied_activity_method_assignment, Assembly_component_relationship, Directed_activity, In_zone, Interface_connector_occurrence, Interface_definition_for, Product_concept and Shape_element to the list of alternate data types.

NOTE  The list of entity data types may be extended in application modules that use the constructs of this module.

Each list member is an activity or product data item which can be the source for a requirement

EXPRESS specification:

*)
TYPE sysm_requirement_source_item = EXTENSIBLE GENERIC_ENTITY SELECT BASED_ON ds_requirement_source_item WITH
   (Alternate_product_relationship,
    Applied_activity_method_assignment,
    Assembly_component_relationship,
    Directed_activity,
    In_zone,
    Interface_connector_occurrence,
    Interface_definition_for,
    Product_concept,
    Shape_element);
END_TYPE;
(*

4.2.36 sysm_resource_assignment_item   EXPRESS-G

The sysm_resource_assignment_item type is an extension of the fbb_resource_assignment_item type. It adds the data types Analysis_assignment, Contract, Contract_relationship, Event, Evidence, Interface_connector_occurrence, Location, Person_in_organization, Product_group, Project and Work_order to the list of alternate data types.

NOTE  The list of entity data types may be extended in application modules that use the constructs of this module.

Each list member is a product or activity data item to which a resource item can be assigned.

EXPRESS specification:

*)
TYPE sysm_resource_assignment_item = EXTENSIBLE GENERIC_ENTITY SELECT BASED_ON fbb_resource_assignment_item WITH
   (Analysis_assignment,
    Contract,
    Contract_relationship,
    Event,
    Evidence,
    Interface_connector_occurrence,
    Location,
    Person_in_organization,
    Product_group,
    Project,
    Work_order);
END_TYPE;
(*

4.2.37 sysm_resource_item_select   EXPRESS-G

The sysm_resource_item_select type is an extension of the fbb_resource_item_select type. It adds the data types Location, Organization, Person, Person_in_organization, Product_group and Work_order to the list of alternate data types.

NOTE  The list of entity data types may be extended in application modules that use the constructs of this module.

Each list member is a product or activity data item that can be designated as a resource within some application context.

EXPRESS specification:

*)
TYPE sysm_resource_item_select = EXTENSIBLE GENERIC_ENTITY SELECT BASED_ON fbb_resource_item_select WITH
   (Location,
    Organization,
    Person,
    Person_in_organization,
    Product_group,
    Work_order);
END_TYPE;
(*

4.2.38 sysm_same_as_item   EXPRESS-G

The sysm_same_as_item type is an extension of the syss_same_as_item type. It adds the data types Activity, Activity_property, Activity_status, Address, Approval, Approval_status, Assumption, Breakdown_context, Calendar_date, Certification, Contract, Date_time, Event, Evidence, Information_right, Information_usage_right, Item_assumed, Item_usage_effectivity, Justification, Language, Language_indication, Local_time, Location, Location_representation, Market, Measure_qualification, Organization, Organizational_location_identification, Person, Precision_qualifier, Product_concept, Regional_coordinate, Requirement_source, Security_classification, State, State_assertion, State_assessment, State_role, Time_interval, Time_offset, Type_qualifier, Uncertainty_qualifier and Work_request_status to the list of alternate data types.

NOTE  The list of entity data types may be extended in application modules that use the constructs of this module.

The items in the dataset that are the same as the external item.

EXPRESS specification:

*)
TYPE sysm_same_as_item = EXTENSIBLE GENERIC_ENTITY SELECT BASED_ON syss_same_as_item WITH
   (Activity,
    Activity_property,
    Activity_status,
    Address,
    Approval,
    Approval_status,
    Assumption,
    Breakdown_context,
    Calendar_date,
    Certification,
    Contract,
    Date_time,
    Event,
    Evidence,
    Information_right,
    Information_usage_right,
    Item_assumed,
    Item_usage_effectivity,
    Justification,
    Language,
    Language_indication,
    Local_time,
    Location,
    Location_representation,
    Market,
    Measure_qualification,
    Organization,
    Organizational_location_identification,
    Person,
    Precision_qualifier,
    Product_concept,
    Regional_coordinate,
    Requirement_source,
    Security_classification,
    State,
    State_assertion,
    State_assessment,
    State_role,
    Time_interval,
    Time_offset,
    Type_qualifier,
    Uncertainty_qualifier,
    Work_request_status);
END_TYPE;
(*

4.2.39 sysm_security_classification_item   EXPRESS-G

The sysm_security_classification_item type is an extension of the syss_security_classification_item type. It adds the data types Activity_method_relationship, Applied_activity_method_assignment, Product_group, Product_group_membership, Product_group_relationship, Resource_item and Resource_item_realization to the list of alternate data types.

NOTE  The list of entity data types may be extended in application modules that use the constructs of this module.

Each list member is an activity or product to which a security classification can be assigned.

EXPRESS specification:

*)
TYPE sysm_security_classification_item = EXTENSIBLE GENERIC_ENTITY SELECT BASED_ON syss_security_classification_item WITH
   (Activity_method_relationship,
    Applied_activity_method_assignment,
    Product_group,
    Product_group_membership,
    Product_group_relationship,
    Resource_item,
    Resource_item_realization);
END_TYPE;
(*

4.2.40 sysm_state_definition_of_item   EXPRESS-G

The sysm_state_definition_of_item type is an extension of the sbb_state_definition_of_item type. It adds the data types Activity, Alternate_product_relationship, Analysis_assignment, Applied_activity_assignment, Approval, Assembly_component_relationship, Assembly_relationship_substitution, Assumption, Breakdown_element_realization, Certification, Contract, Contract_relationship, Event, Interface_connection, Interface_connector_occurrence, Interface_definition_connection, Location, Organization, Person_in_organization, Product_concept, Product_configuration, Product_group, Project, Resource_item, Resource_item_assignment, Resource_item_realization, Resource_item_relationship, Security_classification, State, Task_io_hierarchy, Verification, View_definition_relationship, Work_order and Work_request to the list of alternate data types.

NOTE  The list of entity data types may be extended in application modules that use the constructs of this module.

Each list member is an object whose mode of being (i.e. state) can be described and known by a state definition.

EXPRESS specification:

*)
TYPE sysm_state_definition_of_item = EXTENSIBLE GENERIC_ENTITY SELECT BASED_ON sbb_state_definition_of_item WITH
   (Activity,
    Alternate_product_relationship,
    Analysis_assignment,
    Applied_activity_assignment,
    Approval,
    Assembly_component_relationship,
    Assembly_relationship_substitution,
    Assumption,
    Breakdown_element_realization,
    Certification,
    Contract,
    Contract_relationship,
    Event,
    Interface_connection,
    Interface_connector_occurrence,
    Interface_definition_connection,
    Location,
    Organization,
    Person_in_organization,
    Product_concept,
    Product_configuration,
    Product_group,
    Project,
    Resource_item,
    Resource_item_assignment,
    Resource_item_realization,
    Resource_item_relationship,
    Security_classification,
    State,
    Task_io_hierarchy,
    Verification,
    View_definition_relationship,
    Work_order,
    Work_request);
END_TYPE;
(*

4.2.41 sysm_string_select   EXPRESS-G

The sysm_string_select type is an extension of the syss_string_select type. It adds the data types Activity_method_relationship, Applied_activity_method_assignment, Condition, Condition_parameter, Condition_relationship, Global_location_representation, Location, Location_assignment, Location_relationship, Organizational_location_identification, Product_based_location_identification, Product_group, Product_group_relationship, Regional_coordinate, Regional_grid_location_representation, Required_resource, Required_resource_relationship, Resource_item, Resource_item_assignment, Resource_item_realization, Resource_item_relationship and Resource_property to the list of alternate data types.

NOTE  The list of entity data types may be extended in application modules that use the constructs of this module.

Each list member is a string that can be the considered instance in a language indication.

EXPRESS specification:

*)
TYPE sysm_string_select = EXTENSIBLE GENERIC_ENTITY SELECT BASED_ON syss_string_select WITH
   (Activity_method_relationship,
    Applied_activity_method_assignment,
    Condition,
    Condition_parameter,
    Condition_relationship,
    Global_location_representation,
    Location,
    Location_assignment,
    Location_relationship,
    Organizational_location_identification,
    Product_based_location_identification,
    Product_group,
    Product_group_relationship,
    Regional_coordinate,
    Regional_grid_location_representation,
    Required_resource,
    Required_resource_relationship,
    Resource_item,
    Resource_item_assignment,
    Resource_item_realization,
    Resource_item_relationship,
    Resource_property);
END_TYPE;
(*



*)
END_SCHEMA;  -- System_modelling_arm
(*


© ISO 2011 — All rights reserved