From 2f28c948c02c1b3bb7961565e1d64a1684bc018c Mon Sep 17 00:00:00 2001
From: sin <sin@localhost>
Date: Sat, 31 Jan 2009 07:06:11 +0000
Subject: [PATCH] Integrating the changes related to Collation indexing support
---
opendj-sdk/opends/resource/admin/admin.xsd | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/opendj-sdk/opends/resource/admin/admin.xsd b/opendj-sdk/opends/resource/admin/admin.xsd
index 121c9fd..ace9c9c 100644
--- a/opendj-sdk/opends/resource/admin/admin.xsd
+++ b/opendj-sdk/opends/resource/admin/admin.xsd
@@ -1330,6 +1330,14 @@
</xsd:annotation>
<xsd:complexType />
</xsd:element>
+ <xsd:element name="extensible-matching-rule-type">
+ <xsd:annotation>
+ <xsd:documentation>
+ Used for properties which contain Extensible matching rule type names.
+ </xsd:documentation>
+ </xsd:annotation>
+ <xsd:complexType />
+ </xsd:element>
<xsd:element name="boolean">
<xsd:annotation>
<xsd:documentation>
--
Gitblit v1.10.0