ENTITY maths_space_context

(* SCHEMA FUNCTIONAL_DATA_AND_SCHEMATIC_REPRESENTATION_MIM_LF; *)
 
ENTITY maths_space_context
SUPERTYPE OF (ONEOF (compound_maths_space_context, defined_maths_space_context
, explicitly_enumerated_maths_space_context));
  id : identifier;
  name : label;
  description :  OPTIONAL text;
  abstract_space : maths_space;
  physical_space : space_context_select;
END_ENTITY;

Explicit Attributes

Entity maths_space_context has the following local and inherited explicit attributes:
AttributeTypeDefined By
 ididentifier (STRING)maths_space_context
 namelabel (STRING)maths_space_context
 descriptiontext (STRING)maths_space_context
 abstract_spacemaths_space (ENTITY)maths_space_context
 physical_spacespace_context_select (SELECT)maths_space_context

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

    No supertypes

Subtypes

Entity maths_space_context has the following subtypes:
    cardinality_of_related_class*
    cardinality_of_relating_class*
    compound_maths_space_context*
    defined_maths_space_context*
    explicitly_enumerated_maths_space_context*
    representation_context_defined_maths_space_context
    unit_defined_maths_space_context
* - Immediate Subtypes

Referenced By

Entity maths_space_context and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 compound_maths_space_context ENTITY maths_space_context
 membership_of_maths_space_context ENTITY maths_space_context


[Top Level Definitions] [Exit]

Generated by STEP Tools® EXPRESS to HTML Converter
2012-03-27T17:17:32-04:00