You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by ak...@apache.org on 2006/12/12 22:17:51 UTC

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

Author: akarasulu
Date: Tue Dec 12 13:17:50 2006
New Revision: 486314

URL: http://svn.apache.org/viewvc?view=rev&rev=486314
Log:
changing some stuff in schema file for must list and capitalization

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

Modified: directory/branches/trunks/schema/apacheds/core/src/main/schema/apachemeta.schema
URL: http://svn.apache.org/viewvc/directory/branches/trunks/schema/apacheds/core/src/main/schema/apachemeta.schema?view=diff&rev=486314&r1=486313&r2=486314
==============================================================================
--- directory/branches/trunks/schema/apacheds/core/src/main/schema/apachemeta.schema (original)
+++ directory/branches/trunks/schema/apacheds/core/src/main/schema/apachemeta.schema Tue Dec 12 13:17:50 2006
@@ -17,7 +17,7 @@
 #   under the License.
 #  
 # =============================================================================
-#                                MetaMeta Schema
+#                                metameta Schema
 # =============================================================================
 #
 #         +------------------------------+-----------------------------+
@@ -103,19 +103,19 @@
 # objectclasses
 # =============================================================================
 
-# --- MetaTop objectclass -----------------------------------------------------
+# --- metaTop objectclass -----------------------------------------------------
 objectclass ( 1.3.6.1.4.1.18060.0.4.0.3.1
     NAME 'metaTop'
-    DESC 'Top level objectclass of all Meta objects'
+    DESC 'Top level objectclass of all meta objects'
     SUP top
     ABSTRACT
     MUST ( m-oid $ m-description )
 )
 
-# --- Metaobjectclass objectclass ---------------------------------------------
+# --- metaobjectclass objectclass ---------------------------------------------
 objectclass ( 1.3.6.1.4.1.18060.0.4.0.3.2
     NAME 'metaObjectclass'
-    DESC 'Meta definition of the objectclass object'
+    DESC 'meta definition of the objectclass object'
     SUP metaTop
     STRUCTURAL
     MUST m-name
@@ -123,10 +123,10 @@
       m-obsolete $ m-extensionAttributeType )
 )
 
-# --- MetaAttributeType objectclass -------------------------------------------
+# --- metaAttributeType objectclass -------------------------------------------
 objectclass ( 1.3.6.1.4.1.18060.0.4.0.3.3
     NAME 'metaAttributeType'
-    DESC 'Meta definition of the AttributeType object'
+    DESC 'meta definition of the AttributeType object'
     SUP metaTop
     STRUCTURAL
     MUST ( m-name $ m-syntax )
@@ -135,60 +135,60 @@
           m-noUserModification $ m-usage $ m-extensionAttributeType )
 )
 
-# --- MetaSyntax objectclass --------------------------------------------------
+# --- metaSyntax objectclass --------------------------------------------------
 objectclass ( 1.3.6.1.4.1.18060.0.4.0.3.4
     NAME 'metaSyntax'
-    DESC 'Meta definition of the Syntax object'
+    DESC 'meta definition of the Syntax object'
     SUP metaTop
     STRUCTURAL
     MUST ( m-oid $ m-humanReadible )
     MAY ( m-obsolete $ m-description )
 )
 
-# --- MetaMatchingRule objectclass --------------------------------------------
+# --- metaMatchingRule objectclass --------------------------------------------
 objectclass ( 1.3.6.1.4.1.18060.0.4.0.3.5
     NAME 'metaMatchingRule'
-    DESC 'Meta definition of the MatchingRule object'
+    DESC 'meta definition of the MatchingRule object'
     SUP metaTop
     STRUCTURAL
-    MUST ( m-oid $ m-syntax $ m-name )
-    MAY ( m-obsolete $ m-description )
+    MUST ( m-oid $ m-syntax )
+    MAY ( m-obsolete $ m-description $ m-name )
 )
 
-# --- MetaDITStructureRule objectclass ----------------------------------------
+# --- metaDITStructureRule objectclass ----------------------------------------
 objectclass ( 1.3.6.1.4.1.18060.0.4.0.3.6
     NAME 'metaDITStructureRule'
-    DESC 'Meta definition of the DITStructureRule object'
+    DESC 'meta definition of the DITStructureRule object'
     SUP top
     STRUCTURAL
     MUST ( m-ruleId $ m-form )
     MAY ( m-obsolete $ m-supDITStructureRule $ m-extensionDITStructureRule )
 )
 
-# --- MetaNameForm objectclass ------------------------------------------------
+# --- metaNameForm objectclass ------------------------------------------------
 objectclass ( 1.3.6.1.4.1.18060.0.4.0.3.7
     NAME 'metaNameForm'
-    DESC 'Meta definition of the NameForm object'
+    DESC 'meta definition of the NameForm object'
     SUP metaTop
     STRUCTURAL
     MUST ( m-oc $ m-must )
     MAY ( m-obsolete $ m-may $ m-extensionNameForm )
 )
 
-# --- MetaMatchingRuleUse objectclass -----------------------------------------
+# --- metaMatchingRuleUse objectclass -----------------------------------------
 objectclass ( 1.3.6.1.4.1.18060.0.4.0.3.8
     NAME 'metaMatchingRuleUse'
-    DESC 'Meta definition of the MatchingRuleUse object'
+    DESC 'meta definition of the MatchingRuleUse object'
     SUP metaTop
     STRUCTURAL
     MUST m-applies
     MAY ( m-obsolete $ m-extensionMatchingRuleUse )
 )
 
-# --- MetaDITContentRule objectclass ------------------------------------------
+# --- metaDITContentRule objectclass ------------------------------------------
 objectclass ( 1.3.6.1.4.1.18060.0.4.0.3.9
     NAME 'metaDITContentRule'
-    DESC 'Meta definition of the DITContentRule object'
+    DESC 'meta definition of the DITContentRule object'
     SUP metaTop
     STRUCTURAL
     MAY ( m-obsolete $ m-must $ m-may $ m-not $ m-extensionDITContentRule )
@@ -197,7 +197,7 @@
 # --- metaSyntaxChecker objectclass ------------------------------------------
 objectclass ( 1.3.6.1.4.1.18060.0.4.0.3.10
     NAME 'metaSyntaxChecker'
-    DESC 'Meta definition of the SyntaxChecker object'
+    DESC 'meta definition of the SyntaxChecker object'
     SUP metaTop
     STRUCTURAL
     MUST ( m-oid $ m-fqcn )
@@ -216,7 +216,7 @@
 # --- metaNormalizer objectclass ------------------------------------------
 objectclass ( 1.3.6.1.4.1.18060.0.4.0.3.12
     NAME 'metaNormalizer'
-    DESC 'Meta definition of a Normalizer object'
+    DESC 'meta definition of a Normalizer object'
     SUP metaTop
     STRUCTURAL
     MUST ( m-oid $ m-fqcn )
@@ -226,7 +226,7 @@
 # --- metaNormalizer objectclass ------------------------------------------
 objectclass ( 1.3.6.1.4.1.18060.0.4.0.3.13
     NAME 'metaComparator'
-    DESC 'Meta definition of a Comparator object'
+    DESC 'meta definition of a Comparator object'
     SUP metaTop
     STRUCTURAL
     MUST ( m-oid $ m-fqcn )
@@ -253,7 +253,7 @@
 
 # --- m-description AttributeType ---------------------------------------------
 attributetype ( 1.3.6.1.4.1.18060.0.4.0.2.3 NAME 'm-description'
-    DESC 'Meta descriptive information'
+    DESC 'meta descriptive information'
     EQUALITY caseIgnoreMatch
     SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{1024}
     SINGLE-VALUE