ENTITY uuid_context

(* SCHEMA step_merged_ap_schema; *)
-- IN AP242
ENTITY uuid_context;
      identifier : uuid;
      frame_of_reference : STRING;
      target : SET [1:?] OF uuid;
   UNIQUE
      UR1 : identifier;
      UR2 : frame_of_reference, target;
   WHERE
      WR1:
         frame_of_reference <> '';
END_ENTITY;

Explicit Attributes

Entity uuid_context has the following local and inherited explicit attributes:
AttributeTypeDefined By
 identifieruuid (STRING)uuid_context
 frame_of_referenceSTRINGuuid_context
 targetSET OF uuid (STRING)uuid_context

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

    No supertypes

Subtypes

    No subtypes

Referenced By

    Not referenced by any other definition


[Top Level Definitions] [Exit]

Generated by STEP Tools® EXPRESS to HTML Converter
2026-09-02T09:08:05-04:00