ENTITY position_in_organization_type

(* SCHEMA person_organization_schema; *)
  ENTITY position_in_organization_type;
    id : identifier;
    name : label;
    description : OPTIONAL text;
  END_ENTITY;

Explicit Attributes

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

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

    No supertypes

Subtypes

    No subtypes

Referenced By

Entity position_in_organization_type and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 position_in_organization_type_assignment ENTITY position_in_organization_type


[Top Level Definitions] [Exit]

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