From 1b4ff452e52e09a039acad0aa35efa336c93a7ec Mon Sep 17 00:00:00 2001
From: matthew_swift <matthew_swift@localhost>
Date: Fri, 06 Jul 2007 08:37:04 +0000
Subject: [PATCH] Fix issue 1884: remove support for operand names in CLI profile.

---
 opends/resource/admin/admin-cli.xsd |   18 ------------------
 1 files changed, 0 insertions(+), 18 deletions(-)

diff --git a/opends/resource/admin/admin-cli.xsd b/opends/resource/admin/admin-cli.xsd
index ab87cc6..0c7b788 100644
--- a/opends/resource/admin/admin-cli.xsd
+++ b/opends/resource/admin/admin-cli.xsd
@@ -45,24 +45,6 @@
           </xsd:complexType>
         </xsd:element>
       </xsd:sequence>
-      <xsd:attribute name="operand-name" default="NAME">
-        <xsd:annotation>
-          <xsd:documentation>
-            The operand name which should be used in command line usage
-            to represent the name of the managed object associated with
-            a one-to-many relation. For example, DB_NAME could be used
-            to represent the name of a back-end. When the operand name
-            is not specified for a relation, NAME is used by default. It
-            is recommended that all one-to-many relations not defined in
-            the root configuration override this default.
-          </xsd:documentation>
-        </xsd:annotation>
-        <xsd:simpleType>
-          <xsd:restriction base="xsd:token">
-            <xsd:pattern value="[A-Z][A-Z0-9_]*" />
-          </xsd:restriction>
-        </xsd:simpleType>
-      </xsd:attribute>
     </xsd:complexType>
   </xsd:element>
 </xsd:schema>

--
Gitblit v1.10.0