From d60c02507dfd473772ea3147281e60aa861e130b Mon Sep 17 00:00:00 2001
From: matthew_swift <matthew_swift@localhost>
Date: Mon, 23 Jul 2007 13:56:41 +0000
Subject: [PATCH] Improve documentation for property definition element "mandatory" attribute.

---
 opendj-sdk/opends/resource/admin/admin.xsd |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/opendj-sdk/opends/resource/admin/admin.xsd b/opendj-sdk/opends/resource/admin/admin.xsd
index 071d824..0a93604 100644
--- a/opendj-sdk/opends/resource/admin/admin.xsd
+++ b/opendj-sdk/opends/resource/admin/admin.xsd
@@ -373,8 +373,11 @@
       <xsd:annotation>
         <xsd:documentation>
           Indicates whether or not this property is mandatory. Mandatory
-          properties are those properties which have no sensible default
-          behavior and must, therefore, be specified by administrators.
+          properties are usually those properties which have no sensible
+          default behavior and must, therefore, be specified by
+          administrators. If a mandatory property has default values
+          these will be used as the values for the property if none are
+          specified by the user.
         </xsd:documentation>
       </xsd:annotation>
     </xsd:attribute>

--
Gitblit v1.10.0