ENTITY representation_context

(* SCHEMA integrated_cnc_schema; *)
ENTITY representation_context;
    context_identifier : identifier;
    context_type       : text;
  INVERSE
    representations_in_context : SET [1:?] OF representation FOR 
                                    context_of_items;
END_ENTITY; -- 10303-43: representation_schema

Explicit Attributes

Entity representation_context has the following local and inherited explicit attributes:
AttributeTypeDefined By
 context_identifieridentifier (STRING)representation_context
 context_typetext (STRING)representation_context

Derived Attributes

    No derived attributes

Inverse Attributes

Entity representation_context has the following local and inherited inverse attributes:
AttributeTypeDefined By
 representations_in_contextSET OF representation (ENTITY)representation_context

Supertypes

    No supertypes

Subtypes

Entity representation_context has the following subtypes:
    geometric_representation_context*
    global_uncertainty_assigned_context*
    global_unit_assigned_context*
    parametric_representation_context*
* - Immediate Subtypes

Referenced By

Entity representation_context and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 compatible_dimension RULE representation_context
 dimension_of FUNCTION representation_context
 item_in_context FUNCTION representation_context
 representation ENTITY representation_context


[Top Level Definitions]

Generated by STEP ToolsTM EXPRESS to HTML Converter
on 2010-01-12T10:42:23-02:00