Application module: Tagged text representation ISO/TS 10303-1366: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 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 type definition
     5.2.2 MIM entity definitions
     5.2.3 MIM subtype constraint 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
Bibliography
Index

(*
ISO TC184/SC4/WG12 N5522 - ISO/TS 10303-1366 Tagged text representation - EXPRESS MIM
Supersedes ISO TC184/SC4/WG12 N5010
*)



SCHEMA Tagged_text_representation_mim;

USE FROM Foundation_representation_mim;    -- ISO/TS 10303-1006

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


TYPE string_representation_item_select = SELECT
   (descriptive_representation_item,
    included_text_block,
    structured_text_composition);
END_TYPE;

ENTITY included_text_block
  SUBTYPE OF (mapped_item);
WHERE
  WR1: 'TAGGED_TEXT_REPRESENTATION_MIM.STRUCTURED_TEXT_REPRESENTATION' IN TYPEOF(SELF\mapped_item.mapping_source.mapped_representation);
END_ENTITY;

ENTITY structured_text_composition
  SUBTYPE OF (compound_representation_item);
END_ENTITY;

ENTITY structured_text_representation
  SUBTYPE OF (representation);
  SELF\representation.items : SET[1:?] OF string_representation_item_select;
END_ENTITY;

ENTITY tagged_text_format
  SUBTYPE OF (representation_context);
END_ENTITY;

ENTITY tagged_text_item
  SUBTYPE OF (descriptive_representation_item);
END_ENTITY;

ENTITY uniform_resource_identifier
  SUBTYPE OF (descriptive_representation_item);
END_ENTITY;

SUBTYPE_CONSTRAINT ttr_descriptive_representation_item_subtypes FOR descriptive_representation_item;
  ONEOF (tagged_text_item,
         uniform_resource_identifier);
END_SUBTYPE_CONSTRAINT;

END_SCHEMA;  -- Tagged_text_representation_mim


© ISO 2008 — All rights reserved