From a052caad0008ede711b0c43d9955eccc3bb858ba Mon Sep 17 00:00:00 2001
From: matthew_swift <matthew_swift@localhost>
Date: Wed, 26 Sep 2007 12:21:02 +0000
Subject: [PATCH] Merge branches/temp-admin@3208 onto trunk@3208.
---
opendj-sdk/opends/resource/admin/admin-ldap.xsd | 23 -----------------------
1 files changed, 0 insertions(+), 23 deletions(-)
diff --git a/opendj-sdk/opends/resource/admin/admin-ldap.xsd b/opendj-sdk/opends/resource/admin/admin-ldap.xsd
index 4ebf60d..7bebcb7 100644
--- a/opendj-sdk/opends/resource/admin/admin-ldap.xsd
+++ b/opendj-sdk/opends/resource/admin/admin-ldap.xsd
@@ -14,15 +14,6 @@
schema.
</xsd:documentation>
</xsd:annotation>
- <xsd:simpleType name="oid-type">
- <xsd:annotation>
- <xsd:documentation>A numeric OID.</xsd:documentation>
- </xsd:annotation>
- <xsd:restriction base="xsd:token">
- <xsd:pattern
- value="([0-9]+(\.[0-9]+)*)|([a-zA-Z][a-zA-Z0-9\-_]*-oid)" />
- </xsd:restriction>
- </xsd:simpleType>
<xsd:simpleType name="name-type">
<xsd:annotation>
<xsd:documentation>
@@ -42,13 +33,6 @@
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
- <xsd:element name="oid" type="tns:oid-type">
- <xsd:annotation>
- <xsd:documentation>
- The numeric OID of the LDAP object class.
- </xsd:documentation>
- </xsd:annotation>
- </xsd:element>
<xsd:element name="name" type="tns:name-type">
<xsd:annotation>
<xsd:documentation>
@@ -75,13 +59,6 @@
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
- <xsd:element name="oid" type="tns:oid-type">
- <xsd:annotation>
- <xsd:documentation>
- The numeric OID of the LDAP attribute.
- </xsd:documentation>
- </xsd:annotation>
- </xsd:element>
<xsd:element name="name" type="tns:name-type">
<xsd:annotation>
<xsd:documentation>
--
Gitblit v1.10.0