Application module: Resource as realized characterized ISO/TS 10303-1283: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

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 Change history
Bibliography
Index

(*
ISO TC184/SC4/WG12 N7280 - ISO/TS 10303-1283 Resource as realized characterized - EXPRESS ARM
Supersedes ISO TC184/SC4/WG12 N6076
*)



SCHEMA Resource_as_realized_characterized_arm;

USE FROM Resource_as_realized_arm;    -- ISO/TS 10303-1269

USE FROM Resource_management_characterized_arm;    -- ISO/TS 10303-1282


TYPE resource_as_realized_approval_item = EXTENSIBLE GENERIC_ENTITY SELECT BASED_ON approval_item WITH
   (Resource_as_realized);
END_TYPE;

TYPE resource_as_realized_characterized_activity_definition = EXTENSIBLE GENERIC_ENTITY SELECT BASED_ON characterized_activity_definition WITH
   (Resource_as_realized_assignment);
END_TYPE;

TYPE resource_as_realized_characterized_resource_select = EXTENSIBLE GENERIC_ENTITY SELECT BASED_ON characterized_resource_select WITH
   (Resource_as_realized);
END_TYPE;

TYPE resource_as_realized_classified_attribute_select = EXTENSIBLE GENERIC_ENTITY SELECT BASED_ON classified_attribute_select WITH
   (Resource_as_realized,
    Resource_as_realized_relationship);
END_TYPE;

TYPE resource_as_realized_date_or_date_time_item = EXTENSIBLE GENERIC_ENTITY SELECT BASED_ON date_or_date_time_item WITH
   (Resource_as_realized);
END_TYPE;

TYPE resource_as_realized_identification_item = EXTENSIBLE GENERIC_ENTITY SELECT BASED_ON identification_item WITH
   (Resource_as_realized);
END_TYPE;

TYPE resource_as_realized_justification_item = EXTENSIBLE GENERIC_ENTITY SELECT BASED_ON justification_item WITH
   (Resource_as_realized);
END_TYPE;

TYPE resource_as_realized_organization_or_person_in_organization_item = EXTENSIBLE GENERIC_ENTITY SELECT BASED_ON organization_or_person_in_organization_item WITH
   (Resource_as_realized);
END_TYPE;

TYPE resource_as_realized_state_definition_of_item = EXTENSIBLE GENERIC_ENTITY SELECT BASED_ON state_of_item WITH
   (Resource_as_realized,
    Resource_as_realized_assignment,
    Resource_as_realized_relationship);
END_TYPE;

TYPE resource_as_realized_state_of_item = EXTENSIBLE GENERIC_ENTITY SELECT BASED_ON state_definition_of_item WITH
   (Resource_as_realized,
    Resource_as_realized_assignment,
    Resource_as_realized_relationship);
END_TYPE;

TYPE resource_as_realized_string_select = EXTENSIBLE GENERIC_ENTITY SELECT BASED_ON string_select WITH
   (Resource_as_realized,
    Resource_as_realized_relationship);
END_TYPE;

END_SCHEMA;  -- Resource_as_realized_characterized_arm


© ISO 2011 — All rights reserved