Customizing the metamodel : Keywords for USRPROPS : OVER
  
OVER
An argument of the ALIGN command; it places the name of the property (or its label) over the property’s control (such as a text field, drop-down list box, and so on).
Example
Definition "Use Case Step"
{
Chapter "My Properties"
LAYOUT { COLS 2 ALIGN OVER TAB }
PROPERTY "Importance" { Edit Text ListOnlycombo List "Importance"
Length 20 Default "Should Have" }
PROPERTY "Number" { EDIT Numeric LENGTH 4 LABEL "Ranking"}
}
In the example above, all properties of the tab (Chapter keyword) are laid out so that the name or label of each property is placed over its control. The Number property is relabeled to be "Ranking". Its label is placed over its control, which is a simple Numeric field. The Importance property has its name placed over its control, which is a drop-down list.
Contrast this keyword with the BODY keyword, which places the name or label of the property to the left of the control.