ENTITY experience_type

(* SCHEMA experience_schema; *)
  ENTITY experience_type;
    id : identifier;
    name : label;
    description : OPTIONAL text;
  END_ENTITY;

Explicit Attributes

Entity experience_type has the following local and inherited explicit attributes:
AttributeTypeDefined By
 ididentifier (STRING)experience_type
 namelabel (STRING)experience_type
 descriptiontext (STRING)experience_type

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

    No supertypes

Subtypes

    No subtypes

Referenced By

Entity experience_type and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 acyclic_experience_type_relationship FUNCTION experience_type
 experience_type_assignment ENTITY experience_type
 experience_type_relationship ENTITY experience_type


[Top Level Definitions] [Exit]

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