diff --git a/dmlex-v1.0/specification/serializations/JSON/objects/collocateMarker.xml b/dmlex-v1.0/specification/serializations/JSON/objects/collocateMarker.xml
index c900359f..dbcfb85c 100644
--- a/dmlex-v1.0/specification/serializations/JSON/objects/collocateMarker.xml
+++ b/dmlex-v1.0/specification/serializations/JSON/objects/collocateMarker.xml
@@ -35,7 +35,7 @@
Members if implementing the Linking Module
"id"
- optional, string. Collocate markers that have an ID can appear as members of relations.
+ optional, string. Collocate markers that have an ID may use this ID as object reference instead of the IRI addressing mechanism described in .
diff --git a/dmlex-v1.0/specification/serializations/JSON/objects/entry.xml b/dmlex-v1.0/specification/serializations/JSON/objects/entry.xml
index c32f4892..8160f2f7 100644
--- a/dmlex-v1.0/specification/serializations/JSON/objects/entry.xml
+++ b/dmlex-v1.0/specification/serializations/JSON/objects/entry.xml
@@ -50,7 +50,7 @@
Members if implementing the Linking Module
"id"
- optional, string. Entries that have an ID can be members of relations.
+ optional, string. Entries that have an ID may use this ID as object reference instead of the IRI addressing mechanism described in .
diff --git a/dmlex-v1.0/specification/serializations/JSON/objects/sense.xml b/dmlex-v1.0/specification/serializations/JSON/objects/sense.xml
index 6d3d4ed2..3565cfe9 100644
--- a/dmlex-v1.0/specification/serializations/JSON/objects/sense.xml
+++ b/dmlex-v1.0/specification/serializations/JSON/objects/sense.xml
@@ -37,7 +37,7 @@
"id"
optional, string.
- Senses that have an ID can be members of relations.
+ Senses that have an ID may use this ID as object reference instead of the IRI addressing mechanism described in .
diff --git a/dmlex-v1.0/specification/serializations/NVH/nodes/collocateMarker.xml b/dmlex-v1.0/specification/serializations/NVH/nodes/collocateMarker.xml
index 004425ea..7f7ae0a0 100644
--- a/dmlex-v1.0/specification/serializations/NVH/nodes/collocateMarker.xml
+++ b/dmlex-v1.0/specification/serializations/NVH/nodes/collocateMarker.xml
@@ -30,7 +30,7 @@
Child nodes if implementing the Linking Module
- id optional (zero or one). Collocate markers that have an ID can appear as members of relations.
+ id optional (zero or one). Collocate markers that have an ID may use this ID as object reference instead of the IRI addressing mechanism described in .
diff --git a/dmlex-v1.0/specification/serializations/NVH/nodes/entry.xml b/dmlex-v1.0/specification/serializations/NVH/nodes/entry.xml
index 12eb6c5b..e4c172ca 100644
--- a/dmlex-v1.0/specification/serializations/NVH/nodes/entry.xml
+++ b/dmlex-v1.0/specification/serializations/NVH/nodes/entry.xml
@@ -41,7 +41,7 @@
Child nodes if implementing the Linking Module
- id optional (zero or one). Entries that have an ID can be members of relations.
+ id optional (zero or one). Entries that have an ID may use this ID as object reference instead of the IRI addressing mechanism described in .
diff --git a/dmlex-v1.0/specification/serializations/NVH/nodes/sense.xml b/dmlex-v1.0/specification/serializations/NVH/nodes/sense.xml
index a5bba188..1a9533e1 100644
--- a/dmlex-v1.0/specification/serializations/NVH/nodes/sense.xml
+++ b/dmlex-v1.0/specification/serializations/NVH/nodes/sense.xml
@@ -32,7 +32,7 @@
Child nodes if implementing the Linking Module
- id optional (zero or one). Senses that have an ID can be members of relations.
+ id optional (zero or one). Senses that have an ID may use this ID as object reference instead of the IRI addressing mechanism described in .
diff --git a/dmlex-v1.0/specification/serializations/XML/elements/collocateMarker.xml b/dmlex-v1.0/specification/serializations/XML/elements/collocateMarker.xml
index d69ded42..40df5b2c 100644
--- a/dmlex-v1.0/specification/serializations/XML/elements/collocateMarker.xml
+++ b/dmlex-v1.0/specification/serializations/XML/elements/collocateMarker.xml
@@ -20,7 +20,7 @@
Attributes if implementing the Linking Module
- @id optional. Collocate markers that have an ID can appear as members of relations.
+ @id optional. Collocate markers that have an ID may use this ID as object reference instead of the IRI addressing mechanism described in .
diff --git a/dmlex-v1.0/specification/serializations/XML/elements/entry.xml b/dmlex-v1.0/specification/serializations/XML/elements/entry.xml
index 0dc13ca2..363f5dcc 100644
--- a/dmlex-v1.0/specification/serializations/XML/elements/entry.xml
+++ b/dmlex-v1.0/specification/serializations/XML/elements/entry.xml
@@ -19,7 +19,7 @@
Attributes if implementing the Linking Module
- @id optional. Entries that have an ID can be members of relations.
+ @id optional. Entries that have an ID may use this ID as object reference instead of the IRI addressing mechanism described in .
diff --git a/dmlex-v1.0/specification/serializations/XML/elements/sense.xml b/dmlex-v1.0/specification/serializations/XML/elements/sense.xml
index 5b55e90f..f0db14df 100644
--- a/dmlex-v1.0/specification/serializations/XML/elements/sense.xml
+++ b/dmlex-v1.0/specification/serializations/XML/elements/sense.xml
@@ -28,7 +28,7 @@
Attributes if implementing the Linking Module
- @id optional. Senses that have an ID can be members of relations.
+ @id optional. Senses that have an ID may use this ID as object reference instead of the IRI addressing mechanism described in .