ENTITY uncertainty_measure_with_unit

(* SCHEMA associative_draughting; *)
  ENTITY uncertainty_measure_with_unit
    SUBTYPE OF (measure_with_unit);
      name        : label;
      description : text;
    WHERE
      wr1: (NOT ('NUMBER' IN TYPEOF(SELF\measure_with_unit.value_component))) 
               OR (SELF\measure_with_unit.value_component >= 0);
  END_ENTITY; -- uncertainty_measure_with_unit

Explicit Attributes

Entity uncertainty_measure_with_unit has the following local and inherited explicit attributes:
AttributeTypeDefined By
 value_componentmeasure_value (SELECT)measure_with_unit
 unit_componentunit (SELECT)measure_with_unit
 namelabel (STRING)uncertainty_measure_with_unit
 descriptiontext (STRING)uncertainty_measure_with_unit

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

Entity uncertainty_measure_with_unit inherits from the following supertypes:
  measure_with_unit

Subtypes

    No subtypes

Referenced By

Entity uncertainty_measure_with_unit and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 character_spacing_select SELECT measure_with_unit
 conversion_based_unit ENTITY measure_with_unit
 draughting_annotation_occurrence ENTITY measure_with_unit
 global_uncertainty_assigned_context ENTITY uncertainty_measure_with_unit
 length_measure_with_unit ENTITY measure_with_unit
 measure_with_unit_instantiation RULE measure_with_unit
 plane_angle_measure_with_unit ENTITY measure_with_unit
 shape_dimension_representation ENTITY measure_with_unit
 size_select SELECT measure_with_unit
 solid_angle_measure_with_unit ENTITY measure_with_unit
 tolerance_value ENTITY measure_with_unit
 uncertainty_measure_with_unit ENTITY measure_with_unit
 valid_units FUNCTION measure_with_unit


[Top Level Definitions] [Exit]

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