ENTITY experience_type_assignment

(* SCHEMA management_resources_schema; *)
  ENTITY experience_type_assignment
    ABSTRACT SUPERTYPE;
    id : identifier;
    name : label;
    description : OPTIONAL text;
    assigned_experience_type : experience_type;
    role : experience_type_role;
  END_ENTITY;

Explicit Attributes

Entity experience_type_assignment has the following local and inherited explicit attributes:
AttributeTypeDefined By
 ididentifier (STRING)experience_type_assignment
 namelabel (STRING)experience_type_assignment
 descriptiontext (STRING)experience_type_assignment
 assigned_experience_typeexperience_type (ENTITY)experience_type_assignment
 roleexperience_type_role (ENTITY)experience_type_assignment

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
2012-03-27T17:13:58-04:00