From 95df5cfdba474acb03076953e992b898fbb277a8 Mon Sep 17 00:00:00 2001
From: matthew_swift <matthew_swift@localhost>
Date: Mon, 02 Feb 2009 23:37:54 +0000
Subject: [PATCH] Fix issue 3734 - Make network group policies extensible.

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

diff --git a/opends/resource/admin/admin.xsd b/opends/resource/admin/admin.xsd
index ace9c9c..7eef037 100644
--- a/opends/resource/admin/admin.xsd
+++ b/opends/resource/admin/admin.xsd
@@ -791,6 +791,19 @@
                 </xsd:complexType>
               </xsd:element>
             </xsd:sequence>
+            <xsd:attribute name="unique" type="xsd:boolean"
+              use="optional" default="false">
+              <xsd:annotation>
+                <xsd:documentation>
+                  Indicates whether or not this relation contains
+                  unique members. If set to true then each
+                  referenced managed object must have a distinct type.
+                  In other words, there must not be more than one
+                  referenced managed object having the same type. By
+                  default, properties are single-valued.
+                </xsd:documentation>
+              </xsd:annotation>
+            </xsd:attribute>
             <xsd:attribute name="plural-name" type="tns:name-type"
               use="optional">
               <xsd:annotation>

--
Gitblit v1.10.0