ENTITY subset

(* SCHEMA FUNCTIONAL_DATA_AND_SCHEMATIC_REPRESENTATION_MIM_LF; *)
 
ENTITY subset;
  id : identifier;
  name : label;
  description :  OPTIONAL text;
  subset : class;
  superset : class;
END_ENTITY;

Explicit Attributes

Entity subset has the following local and inherited explicit attributes:
AttributeTypeDefined By
 ididentifier (STRING)subset
 namelabel (STRING)subset
 descriptiontext (STRING)subset
 subsetclass (ENTITY)subset
 supersetclass (ENTITY)subset

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

    No supertypes

Subtypes

Entity subset has the following subtypes:
    proper_subset*
* - Immediate Subtypes

Referenced By

Entity subset and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 proper_subset ENTITY subset


[Top Level Definitions] [Exit]

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