You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by el...@apache.org on 2006/12/05 01:34:21 UTC

svn commit: r482429 - /directory/trunks/apacheds/core/src/main/schema/apachemeta.schema

Author: elecharny
Date: Mon Dec  4 16:34:20 2006
New Revision: 482429

URL: http://svn.apache.org/viewvc?view=rev&rev=482429
Log:
Added the last missing ObjectClasses and AttributeTypes

Modified:
    directory/trunks/apacheds/core/src/main/schema/apachemeta.schema

Modified: directory/trunks/apacheds/core/src/main/schema/apachemeta.schema
URL: http://svn.apache.org/viewvc/directory/trunks/apacheds/core/src/main/schema/apachemeta.schema?view=diff&rev=482429&r1=482428&r2=482429
==============================================================================
--- directory/trunks/apacheds/core/src/main/schema/apachemeta.schema (original)
+++ directory/trunks/apacheds/core/src/main/schema/apachemeta.schema Mon Dec  4 16:34:20 2006
@@ -62,6 +62,11 @@
 #              | 1.3.6.1.4.1.18060.0.4.0.2.23 | m-extensionDITStructureRule |
 #              | 1.3.6.1.4.1.18060.0.4.0.2.24 | m-oc                        |
 #              | 1.3.6.1.4.1.18060.0.4.0.2.25 | m-extensionNameForm         |
+#              | 1.3.6.1.4.1.18060.0.4.0.2.26 | m-aux                       |
+#              | 1.3.6.1.4.1.18060.0.4.0.2.27 | m-not                       |
+#              | 1.3.6.1.4.1.18060.0.4.0.2.28 | m-extensionDITContentRule   |
+#              | 1.3.6.1.4.1.18060.0.4.0.2.29 | m-applies                   |
+#              | 1.3.6.1.4.1.18060.0.4.0.2.30 | m-extensionMatchingRuleUse  |
 #              +------------------------------+-----------------------------+
 #
 #              +------------------------------+-----------------------------+
@@ -74,6 +79,8 @@
 #              | 1.3.6.1.4.1.18060.0.4.0.3.5  | metaMatchingRule            |
 #              | 1.3.6.1.4.1.18060.0.4.0.3.6  | metaDITStructureRule        |
 #              | 1.3.6.1.4.1.18060.0.4.0.3.7  | metaNameForm                |
+#              | 1.3.6.1.4.1.18060.0.4.0.3.8  | metaMatchingRuleUse         |
+#              | 1.3.6.1.4.1.18060.0.4.0.3.9  | metaDITContentRule          |
 #              +------------------------------+-----------------------------+
 #
 # =============================================================================
@@ -152,6 +159,24 @@
     MAY ( m-obsolete $ m-may $ m-extensionNameForm )
 )
 
+# --- MetaMatchingRuleUse objectclass -----------------------------------------
+objectclass ( 1.3.6.1.4.1.18060.0.4.0.3.8
+    NAME 'metaMatchingRuleUse'
+    DESC 'Meta definition of the MatchingRuleUse object'
+    SUP MetaTop
+    STRUCTURAL
+    MUST m-applies
+    MAY ( m-obsolete $ m-extensionMatchingRuleUse )
+)
+
+# --- MetaDITContentRule objectclass ------------------------------------------
+objectclass ( 1.3.6.1.4.1.18060.0.4.0.3.9
+    NAME 'metaDITContentRule'
+    DESC 'Meta definition of the DITContentRule object'
+    SUP MetaTop
+    STRUCTURAL
+    MAY ( m-obsolete $ m-must $ m-may $ m-not $ m-extensionDITContentRule )
+)
 
 # =============================================================================
 # AttributeTypes
@@ -340,6 +365,41 @@
 # --- m-extensionNameForm AttributeType ---------------------------------------
 attributetype ( 1.3.6.1.4.1.18060.0.4.0.2.25 NAME 'm-extensionNameForm'
     DESC 'Extensions for NameForm'
+    EQUALITY caseIgnoreMatch
+    SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+)
+
+# --- m-aux AttributeType -----------------------------------------------------
+attributetype ( 1.3.6.1.4.1.18060.0.4.0.2.26 NAME 'm-aux'
+    DESC 'List of auxiliary ObjectClasses'
+    EQUALITY numericOidMatch
+    SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+)
+
+# --- m-not AttributeType -----------------------------------------------------
+attributetype ( 1.3.6.1.4.1.18060.0.4.0.2.27 NAME 'm-not'
+    DESC 'List of precluded attribute types'
+    EQUALITY numericOidMatch
+    SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+)
+
+# --- m-extensionDITContentRule AttributeType ---------------------------------
+attributetype ( 1.3.6.1.4.1.18060.0.4.0.2.28 NAME 'm-extensionDITContentRule'
+    DESC 'Extensions for DITContentRule'
+    EQUALITY caseIgnoreMatch
+    SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+)
+
+# --- m-applies AttributeType -------------------------------------------------
+attributetype ( 1.3.6.1.4.1.18060.0.4.0.2.29 NAME 'm-applies'
+    DESC 'List of attribute types the matching rule applies to'
+    EQUALITY numericOidMatch
+    SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+)
+
+# --- m-extensionMatchingRuleUse AttributeType --------------------------------
+attributetype ( 1.3.6.1.4.1.18060.0.4.0.2.30 NAME 'm-extensionMatchingRuleUse'
+    DESC 'Extensions for DITContentRule'
     EQUALITY caseIgnoreMatch
     SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
 )