Customizing the metamodel : Keywords for USRPROPS : PROPERTY
  
PROPERTY
Begins the argument that establishes a characteristic of a diagram, symbol, or definition. You must follow the PROPERTY keyword with the name of the property, enclosed in quotation marks. You must then specify the characteristics of the property, in either a pair of opening and closing braces, or in the BEGIN and END statements.
Syntax
PROPERTY "<property_name>"
{ EDIT <edit_type> <property_parameter> }
Or
PROPERTY "<property_name>"
BEGIN EDIT <edit_type> <property_parameter>
END