ENTITY position_in_organization
(* SCHEMA person_organization_schema; *)
ENTITY position_in_organization;
id : identifier;
name : label;
description : OPTIONAL text;
END_ENTITY;
Explicit Attributes
Entity position_in_organization has the following local and inherited explicit attributes:
| Attribute | Type | Defined By |
|---|
| id | identifier (STRING) | position_in_organization |
| name | label (STRING) | position_in_organization |
| description | text (STRING) | position_in_organization |
|
Derived Attributes
No derived attributes
Inverse Attributes
No Inverse AttributesSupertypes
No supertypesSubtypes
No subtypesReferenced By
Entity position_in_organization and its supertypes are referenced by the following definitions:
[Top Level Definitions] [Exit]Generated by STEP Tools® EXPRESS to HTML Converter
2012-03-27T17:13:58-04:00