diff --git a/developers/bindings/config-xml.md b/developers/bindings/config-xml.md
index 8682ed552..9461c931d 100644
--- a/developers/bindings/config-xml.md
+++ b/developers/bindings/config-xml.md
@@ -82,7 +82,7 @@ These must be inside the XML escape sequence - eg.
parameter.max | The maximum value for numeric types, or the maximum length of strings. Note that the value of any options may be outside of this value (optional). |
parameter.step | The value granularity for a numeric value (optional). |
parameter.pattern | The regular expression for a text type (optional). |
- parameter.required | Specifies whether the value is required (optional). |
+ parameter.required | Specifies whether the value is required (optional, default: false). |
parameter.readOnly | Specifies whether the value is read-only (optional). |
parameter.multiple | Specifies whether multiple selections of options are allowed (optional). |
parameter.groupName | Sets a group name for this parameter (optional). |