ENTITY applied_external_identification_assignment

(* SCHEMA automotive_design; *)
 ENTITY applied_external_identification_assignment
  SUBTYPE OF (external_identification_assignment);
  items : SET[1:?] OF external_identification_item;
  WHERE
 wr1: ( NOT ( SELF.role.name = 
     'alternative document id and location' ) ) OR 
     item_correlation ( SELF.items , ['DOCUMENT_FILE'] ) ;
 wr2: ( NOT ( SELF.role.name =  'version' ) ) OR 
     item_correlation ( SELF.items , ['EXTERNALLY_DEFINED_CLASS'
     , 'EXTERNALLY_DEFINED_GENERAL_PROPERTY'] ) ;
END_ENTITY;  -- 10303-214: automotive_design 

Explicit Attributes

Entity applied_external_identification_assignment has the following local and inherited explicit attributes:
AttributeTypeDefined By
 assigned_ididentifier (STRING)identification_assignment
 roleidentification_role (ENTITY)identification_assignment
 sourceexternal_source (ENTITY)external_identification_assignment
 itemsSET OF external_identification_item (SELECT)applied_external_identification_assignment

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

Entity applied_external_identification_assignment inherits from the following supertypes:
  identification_assignment
    external_identification_assignment

Subtypes

    No subtypes

Referenced By

Entity applied_external_identification_assignment and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 subtype_exclusiveness_identification_assignment RULE identification_assignment


[Top Level Definitions] [Exit]

Generated by STEP ToolsTM EXPRESS to HTML Converter
on 2007-09-07T16:39:29-04:00