ENTITY Common_datum

(* SCHEMA ap238_arm_schema; *)
ENTITY Common_datum
  SUBTYPE OF (Datum);
  made_up_by : SET[2:?] OF Single_datum;
END_ENTITY;

Explicit Attributes

Entity Common_datum has the following local and inherited explicit attributes:
AttributeTypeDefined By
 made_up_bySET OF Single_datum (ENTITY)Common_datum

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

Entity Common_datum inherits from the following supertypes:
  Datum

Subtypes

    No subtypes

Referenced By

Entity Common_datum and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 Datum_reference ENTITY Datum


[Top Level Definitions]

Generated by STEP Tools® EXPRESS to HTML Converter
2012-11-21T09:54:01-05:00