ENTITY Single_datum

(* SCHEMA ap238_arm_schema; *)
ENTITY Single_datum
  SUBTYPE OF (Datum);
  datum_name : STRING;
  modification : OPTIONAL Tolerance_condition;
END_ENTITY;

Explicit Attributes

Entity Single_datum has the following local and inherited explicit attributes:
AttributeTypeDefined By
 datum_nameSTRINGSingle_datum
 modificationTolerance_condition (ENTITY)Single_datum

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

Entity Single_datum inherits from the following supertypes:
  Datum

Subtypes

Entity Single_datum has the following subtypes:
    Datum_defined_by_derived_shape*
    Datum_defined_by_feature*
    Datum_defined_by_targets*
* - Immediate Subtypes

Referenced By

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


[Top Level Definitions]

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