From 86e392019c387bd7a85b80dbed94e5edb5a7520f Mon Sep 17 00:00:00 2001
From: matthew_swift <matthew_swift@localhost>
Date: Thu, 23 Aug 2007 15:54:22 +0000
Subject: [PATCH] Add support for overriding the user friendly singlular and plural names of components.
---
opendj-sdk/opends/resource/admin/admin.xsd | 20 ++++++++++++++++++++
1 files changed, 20 insertions(+), 0 deletions(-)
diff --git a/opendj-sdk/opends/resource/admin/admin.xsd b/opendj-sdk/opends/resource/admin/admin.xsd
index 92ece9c..b84659b 100644
--- a/opendj-sdk/opends/resource/admin/admin.xsd
+++ b/opendj-sdk/opends/resource/admin/admin.xsd
@@ -47,6 +47,26 @@
</xsd:documentation>
</xsd:annotation>
</xsd:element>
+ <xsd:element name="user-friendly-name" minOccurs="0"
+ type="tns:description-type">
+ <xsd:annotation>
+ <xsd:documentation>
+ The user friendly name of this managed object. This element
+ is optional and by default the user friendly name is derived
+ from the definition's name attribute.
+ </xsd:documentation>
+ </xsd:annotation>
+ </xsd:element>
+ <xsd:element name="user-friendly-plural-name" minOccurs="0"
+ type="tns:description-type">
+ <xsd:annotation>
+ <xsd:documentation>
+ The user friendly plural name of this managed object. This element
+ is optional and by default the user friendly plural name is derived
+ from the definition's plural-name attribute.
+ </xsd:documentation>
+ </xsd:annotation>
+ </xsd:element>
<xsd:element name="synopsis" type="tns:rich-description-type">
<xsd:annotation>
<xsd:documentation>
--
Gitblit v1.10.0