POSC Specifications: Epicentre Version 3.0 | Logical Data Model |
This extension defines the orientation point for a noncurved text element. When annotating a graphical representation, this defines the point in the text string at which the location is specified.
CHANGE ESM_text_location_reference ALTER ENTITY noncurved_text_element; ADD location_reference : OPTIONAL ndt_text_location_reference (*<desc> This defines the point on the boundary of the text at which the location and orientation information are defined. Also, the center of the text may be selected.*); END_ENTITY; ADD TYPE ndt_text_location_reference = ENUMERATION OF ( upper_left, upper_center, upper_right, middle_left, middle_center, middle_right, lower_left, lower_center, lower_right) (*<desc> These are the possible text box locations which may be designated as the point used to position the text box.*); END_TYPE; END_CHANGE;