Application module: AP239 properties ISO/TS 10303-1295: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 N7256 - ISO/TS 10303-1295 AP239 properties - EXPRESS ARM
Supersedes ISO TC184/SC4/WG12 N3013
*)



SCHEMA Ap239_properties_arm;

USE FROM Ap239_management_resource_information_arm;    -- ISO/TS 10303-1289

USE FROM Document_assignment_arm;    -- ISO/TS 10303-1122

USE FROM Extended_measure_representation_arm;    -- ISO/TS 10303-1106

USE FROM Independent_property_representation_arm;    -- ISO/TS 10303-1038

USE FROM Product_view_definition_properties_arm;    -- ISO/TS 10303-1034


TYPE ap239_props_approval_item = EXTENSIBLE GENERIC_ENTITY SELECT BASED_ON approval_item WITH
   (Assigned_property,
    Independent_property,
    Independent_property_relationship);
END_TYPE;

TYPE ap239_props_classification_item = EXTENSIBLE GENERIC_ENTITY SELECT BASED_ON classification_item WITH
   (Assigned_property,
    Independent_property,
    Independent_property_relationship,
    Independent_property_representation,
    Property_representation,
    Representation,
    Representation_context,
    Representation_item,
    Unit,
    Value_with_unit);
END_TYPE;

TYPE ap239_props_classified_attribute_select = EXTENSIBLE GENERIC_ENTITY SELECT BASED_ON classified_attribute_select WITH
   (Assigned_property,
    Independent_property,
    Independent_property_relationship,
    Independent_property_representation,
    Property_representation,
    Representation,
    Representation_context,
    Representation_item,
    Unit,
    Value_with_unit);
END_TYPE;

TYPE ap239_props_date_or_date_time_item = EXTENSIBLE GENERIC_ENTITY SELECT BASED_ON date_or_date_time_item WITH
   (Assigned_property,
    Independent_property,
    Independent_property_relationship,
    Independent_property_representation,
    Property_representation,
    Representation);
END_TYPE;

TYPE ap239_props_documented_element_select = SELECT BASED_ON documented_element_select WITH
   (Assigned_property,
    Independent_property,
    Independent_property_relationship,
    Independent_property_representation,
    Property_representation,
    Representation,
    Representation_item);
END_TYPE;

TYPE ap239_props_identification_item = EXTENSIBLE GENERIC_ENTITY SELECT BASED_ON identification_item WITH
   (Assigned_property,
    Independent_property,
    Independent_property_relationship);
END_TYPE;

TYPE ap239_props_organization_or_person_in_organization_item = EXTENSIBLE GENERIC_ENTITY SELECT BASED_ON organization_or_person_in_organization_item WITH
   (Assigned_property,
    Independent_property,
    Independent_property_relationship,
    Independent_property_representation,
    Property_representation,
    Representation);
END_TYPE;

TYPE ap239_props_string_select = EXTENSIBLE GENERIC_ENTITY SELECT BASED_ON string_select WITH
   (Assigned_property,
    Independent_property,
    Independent_property_relationship,
    Representation_item);
END_TYPE;

END_SCHEMA;  -- Ap239_properties_arm


© ISO 2011 — All rights reserved