Customizing the metamodel > Keywords for USRPROPS > END
  
END
The END keyword indicates the end of the specification of a property, or of the group of properties that make up the definition of a diagram, symbol, or definition. It is combined with the BEGIN statement to enclose the specification. Instead of the BEGIN and END statements, you can also use opening and closing braces:
{ }
Example
PROPERTY "property_name"
BEGIN EDIT edit_type property_parameter
END
See also
Keywords for USRPROPS