Application module: Appearance assignment ISO/TS 10303-1001:2019(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
   4.3 ARM entity definitions
   4.4 ARM subtype constraint definition
5 Module interpreted model
   5.1 Mapping specification
   5.2 MIM EXPRESS short listing
     5.2.1 MIM type definition
     5.2.2 MIM subtype constraint definition
     5.2.3 MIM rule 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 Change history
Bibliography
Index

(*
ISO/TC 184/SC 4/WG 12 N10387 - ISO/TS 10303-1001 Appearance assignment - EXPRESS MIM
Supersedes ISO/TC 184/SC 4/WG 12 N10033
*)



SCHEMA Appearance_assignment_mim;

USE FROM Elemental_geometric_shape_mim;    -- ISO/TS 10303-1004

USE FROM presentation_appearance_schema   -- ISO 10303-46
  (context_dependent_over_riding_styled_item,
   fill_area_style_colour,
   invisibility,
   over_riding_styled_item,
   presentation_style_assignment,
   presentation_style_by_context,
   externally_defined_style,
   style_context_select,
   styled_item);

USE FROM presentation_resource_schema   -- ISO 10303-46
  (planar_box);

USE FROM product_property_representation_schema   -- ISO 10303-41
  (shape_representation_reference);

USE FROM representation_schema   -- ISO 10303-43
  (mapped_item,
   representation,
   representation_reference);


TYPE appearance_representation_identification_item = SELECT BASED_ON identification_item WITH
   (representation);
END_TYPE;

SUBTYPE_CONSTRAINT aa_representation_item_subtypes FOR representation_item;
  ONEOF (mapped_item,
         styled_item);
END_SUBTYPE_CONSTRAINT;

RULE styled_curve FOR
(styled_item);
WHERE
  WR1: SIZEOF( QUERY( si <* styled_item | ('APPEARANCE_ASSIGNMENT_MIM.CURVE' IN TYPEOF (si.item)) AND (SIZEOF (QUERY (psa <* si.styles | (SIZEOF (QUERY (cs <* psa.styles | ('APPEARANCE_ASSIGNMENT_MIM.CURVE_STYLE' IN TYPEOF (cs)) )) > 0) )) <> 1) )) = 0;
END_RULE;

END_SCHEMA;  -- Appearance_assignment_mim


© ISO 2019 — All rights reserved