Application module: Shape appearance layers ISO/TS 10303-1009:2008(E)
© ISO

Cover page
Table of contents
Copyright
Foreword
Introduction
1 Scope
2 Normative references
3 Terms, definitions and abbreviations

4 Information requirements
   4.1 Required AM ARMs
   4.2 ARM type definitions
   4.3 ARM entity definition
5 Module interpreted model
   5.1 Mapping specification
   5.2 MIM EXPRESS short listing

A MIM short names
B Information object registration
C ARM EXPRESS-G   EXPRESS-G
D MIM EXPRESS-G   EXPRESS-G
E Computer interpretable listings
Bibliography
Index

(*
ISO TC184/SC4/WG12 N5491 - ISO/TS 10303-1009 Shape appearance layers - EXPRESS ARM
Supersedes ISO TC184/SC4/WG12 N4804
*)



SCHEMA Shape_appearance_layers_arm;

USE FROM Appearance_assignment_arm;    -- ISO/TS 10303-1001

USE FROM Fill_area_style_arm;    -- ISO/TS 10303-1672

USE FROM General_surface_appearance_arm;    -- ISO/TS 10303-1007

USE FROM Layer_assignment_arm;    -- ISO/TS 10303-1008


TYPE sal_appearance_context = SELECT BASED_ON appearance_context WITH
   (Geometric_model_relationship,
    Group,
    Layer);
END_TYPE;

TYPE sal_appearance_select = SELECT BASED_ON appearance_select WITH
   (Solid_fill_area_style,
    Tile_style,
    Hatch_style);
END_TYPE;

TYPE sal_overriding_style_context = SELECT BASED_ON overriding_style_context WITH
   (Geometric_model_relationship,
    Layer);
END_TYPE;

ENTITY Solid_fill_area_style;
  fill_colour : Colour;
END_ENTITY;

END_SCHEMA;  -- Shape_appearance_layers_arm


© ISO 2008 — All rights reserved