diff --git a/dmlex-v1.0/specification/examples/examples.xml b/dmlex-v1.0/specification/examples/examples.xml
index 92353bb..6a0117b 100644
--- a/dmlex-v1.0/specification/examples/examples.xml
+++ b/dmlex-v1.0/specification/examples/examples.xml
@@ -12,6 +12,10 @@
Each example is shown in pseudocode first to demonstrate the object model at an abstract level.
After that, each example is shown in XML and JSON. The XML and JSON encoding shown here follows
DMLex’s own implementation guidance for XML and JSON.
+ In the pseudocode, relation
objects use alphanumeric IDs to indicate
+ which entries or senses they point to, for example microscope-1
and der-ozean-1
.
+ These IDs are used here instead of fragment identification strings
+ for easier readibility.