NODESC (or NODESCRIPTION) specifies that the definition does not have a property DESCRIPTION.
There are a number of definition types in System Architect for which the Description field has been removed through use of the NODESC keyword. They are definition types where a Description is not necessary and would only get in the user’s way. Examples are Trigger Template, Table Synonym, Table, Stored Procedures, and Views.
Syntax
DEFINITION def_name { NODESC }
Example
DEFINITION "XML Attribute Type" { NODESC PROPERTY "Data Type" { Edit Text LIST "XML Data Type" Length 100 } PROPERTY "Required" { Edit Text List "XML yesno" Length 100 } PROPERTY "Default" { Edit Text Length 1000 } ... }