Application module: Shape appearance layers ISO/TS 10303-1009:2010-07(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

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 N6926 - ISO/TS 10303-1009 Shape appearance layers - EXPRESS ARM
Supersedes ISO TC184/SC4/WG12 N6688
*)



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
   (Hatch_style,
    Solid_fill_area_style,
    Surface_appearance,
    Tile_style);
END_TYPE;

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

END_SCHEMA;  -- Shape_appearance_layers_arm


© ISO 2010 — All rights reserved