diff --git a/xml/System.ComponentModel.DataAnnotations/UrlAttribute.xml b/xml/System.ComponentModel.DataAnnotations/UrlAttribute.xml
index 6864e254a08..f7eed32a7c6 100644
--- a/xml/System.ComponentModel.DataAnnotations/UrlAttribute.xml
+++ b/xml/System.ComponentModel.DataAnnotations/UrlAttribute.xml
@@ -100,7 +100,9 @@
The URL to validate.
Validates the format of the specified URL.
- if the URL format is valid or ; otherwise, .
+ if the URL is
+ or a that begins with "https://", "http://" or "ftp://";
+ otherwise, .
To be added.