UML notes are modeling constructs for adding textual information – such as a comment, constraint definition, or method body – to UML diagrams. Notes are depicted as a rectangle with the top-right corner folded over.Figure 1. A summary note for a diagram.
Figure 2. Indicating uncertainty on a diagram.
Describe Diagrams With a Note. In Figure 1 you see that the name of the system, the purpose of the diagram, and its owner is indicated.
Set a Convention for Placement of Diagram Descriptions.
Left-Justify Text in Notes . It is common practice to left-justify text in UML notes, as you see in Figure 1 and Figure 2.
Prefer Notes Over OCL to Indicate Constraints. Figure 2 includes a very simple example of OCL, {ordered, FIFO}, code that programmers may understand but few stakeholder are likely to.
Follow Common Coding Conventions for OCL and ASL. The book The Elements of Java Style describes Java coding guidance which you can modify for OCL and ASL.