diff --git a/guides/services/constraints.md b/guides/services/constraints.md
index aaa6b0db5..01f855d88 100644
--- a/guides/services/constraints.md
+++ b/guides/services/constraints.md
@@ -368,13 +368,9 @@ service Sue {
}
```
-In addition to server-side input validation as introduced above, this adds a corresponding `@FieldControl` annotation to the EDMX so that OData / Fiori clients would enforce a valid entry, thereby avoiding unnecessary request roundtrips:
-
-```xml
-