ENTITY pre_defined_surface_condition_symbol

(* SCHEMA AUTOMOTIVE_DESIGN; *)
 
ENTITY pre_defined_surface_condition_symbol
SUBTYPE OF (pre_defined_symbol);
WHERE
  wr1 : SELF.name IN ['000', '010', '020', '030', '040', '050', '060', '070', 
    '001', '011', '021', '031', '041', '051', '061', '071', '100', '110', '120'
    , '130', '140', '150', '160', '170', '101', '111', '121', '131', '141', 
    '151', '161', '171', '200', '210', '220', '230', '240', '250', '260', '270'
    , '201', '211', '221', '231', '241', '251', '261', '271'];
END_ENTITY; -- 10303-214: automotive_design

Explicit Attributes

Entity pre_defined_surface_condition_symbol has the following local and inherited explicit attributes:
AttributeTypeDefined By
 namelabel (STRING)pre_defined_item

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

Entity pre_defined_surface_condition_symbol inherits from the following supertypes:
  pre_defined_item
    pre_defined_symbol

Subtypes

    No subtypes

Referenced By

Entity pre_defined_surface_condition_symbol and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 defined_symbol_select SELECT pre_defined_symbol
 dependent_instantiable_pre_defined_symbol RULE pre_defined_symbol
 subtype_exclusiveness_pre_defined_item RULE pre_defined_item
 subtype_exclusiveness_pre_defined_symbol RULE pre_defined_symbol
 subtype_mandatory_pre_defined_item RULE pre_defined_item
 subtype_mandatory_pre_defined_symbol RULE pre_defined_symbol


[Top Level Definitions] [Exit]

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