From 0326322b342aa2dea86f71760521022411739879 Mon Sep 17 00:00:00 2001
From: matthew_swift <matthew_swift@localhost>
Date: Wed, 19 Dec 2007 14:13:39 +0000
Subject: [PATCH] Fix issue 2451 part #1: https://opends.dev.java.net/issues/show_bug.cgi?id=2451
---
opends/resource/admin/admin-cli.xsd | 14 ++++++++++++++
1 files changed, 14 insertions(+), 0 deletions(-)
diff --git a/opends/resource/admin/admin-cli.xsd b/opends/resource/admin/admin-cli.xsd
index ddf5363..f9f2d55 100644
--- a/opends/resource/admin/admin-cli.xsd
+++ b/opends/resource/admin/admin-cli.xsd
@@ -69,6 +69,20 @@
</xsd:complexType>
</xsd:element>
</xsd:sequence>
+ <xsd:attribute name="naming-argument-override"
+ type="adm:name-type" use="optional">
+ <xsd:annotation>
+ <xsd:documentation>
+ A command-line argument name which should be used to
+ override the default argument name used to identify managed
+ objects referenced by this relation. By default the
+ command-line argument name is derived by taking the last
+ word in the relation name and appending "-name". For
+ example, the relation "certificate-mapper" becomes
+ "mapper-name".
+ </xsd:documentation>
+ </xsd:annotation>
+ </xsd:attribute>
</xsd:complexType>
</xsd:element>
</xsd:schema>
--
Gitblit v1.10.0