Application module: Draughting annotation ISO/TS 10303-1206:2014-02(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 ARM
   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 entity 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 N7801 - ISO/TS 10303-1206 Draughting annotation - EXPRESS ARM
Supersedes ISO TC184/SC4/WG12 N5353
*)



SCHEMA Draughting_annotation_arm;

USE FROM Draughting_element_arm;    -- ISO/TS 10303-1310


TYPE da_draughting_callout_content_select = SELECT BASED_ON draughting_callout_content_select WITH
   (Annotation_subfigure,
    Annotation_symbol);
END_TYPE;

TYPE symbol_definition_select = SELECT
   (Dimension_symbol,
    General_symbol,
    Geometric_tolerance_symbol,
    Marker,
    Surface_condition_symbol,
    Terminator);
END_TYPE;

ENTITY Annotation_subfigure
  SUBTYPE OF (Annotation_element);
END_ENTITY;

ENTITY Annotation_symbol
  SUBTYPE OF (Annotation_element);
  symbol_definition : symbol_definition_select;
END_ENTITY;

ENTITY Dimension_curve_terminator
  SUBTYPE OF (Terminator_symbol);
END_ENTITY;

ENTITY Dimension_symbol;
END_ENTITY;

ENTITY General_symbol
  SUBTYPE OF (Representation);
END_ENTITY;

ENTITY Geometric_tolerance_symbol;
END_ENTITY;

ENTITY Surface_condition_symbol;
END_ENTITY;

ENTITY Terminator_symbol
  SUBTYPE OF (Annotation_symbol);
END_ENTITY;

SUBTYPE_CONSTRAINT alternate_annotation_elements FOR Annotation_element;
  ONEOF (Annotation_subfigure,
         Annotation_symbol,
         Fill_area);
END_SUBTYPE_CONSTRAINT;

END_SCHEMA;  -- Draughting_annotation_arm


© ISO 2014 — All rights reserved