diff --git a/spring-webflow-reference/src/flow-security.xml b/spring-webflow-reference/src/flow-security.xml
index 5a074163..f41bf14c 100644
--- a/spring-webflow-reference/src/flow-security.xml
+++ b/spring-webflow-reference/src/flow-security.xml
@@ -34,7 +34,15 @@
Three phases of flow execution can be secured: flows, states and transitions.
In each case the syntax for the secured element is identical.
-
+ The secured element is located inside the element it is securing.
+ For example, to secure a state the secured element occurs directly inside that state:
+
+
+
+ ...
+]]>
+
Security attributes