ENTITY representation
(* SCHEMA STRUCTURAL_FRAME_SCHEMA; *)
(* Modified for LPM/6 *)
ENTITY representation
SUPERTYPE OF (ONEOF
(shape_representation, material_representation) ANDOR
definitional_representation);
name : label;
items : SET [1:?] OF representation_item;
context_of_items : representation_context;
DERIVE
id : identifier := get_id_value (SELF);
description : text := get_description_value (SELF);
WHERE
WRR51: SIZEOF (USEDIN (SELF, 'STRUCTURAL_FRAME_SCHEMA.' +
'ID_ATTRIBUTE.IDENTIFIED_ITEM')) <= 1;
WRR52: SIZEOF (USEDIN (SELF, 'STRUCTURAL_FRAME_SCHEMA.' +
'DESCRIPTION_ATTRIBUTE.DESCRIBED_ITEM')) <= 1;
END_ENTITY; (* STEP Part 43 expanded (modified in 2nd edition) *)
Explicit Attributes
Entity representation has the following local and inherited explicit attributes:
Derived Attributes
Entity representation has the following local and inherited derived attributes:
Attribute | Type | Defined By |
---|
id | identifier (STRING) | representation |
description | text (STRING) | representation |
|
Inverse Attributes
No Inverse AttributesSupertypes
No supertypesSubtypes
Entity representation has the following subtypes:
definitional_representation*
material_representation*
shape_representation*
shape_representation_with_units
* - Immediate Subtypes
Referenced By
Entity representation and its supertypes are referenced by the following definitions:
[Top Level Definitions] [Exit]Generated by STEP Tools® EXPRESS to HTML Converter
2023-03-25T00:11:38-04:00