mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

matthew_swift
23.56.2007 dfdc130e6d09489a907da4c7021383ac0403ccf6
Improve documentation for property definition element "mandatory" attribute.
1 files modified
7 ■■■■ changed files
opends/resource/admin/admin.xsd 7 ●●●● patch | view | raw | blame | history
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>