# Communication Object Schema
#
# Schema for Representing Communication Objects in an LDAP Directory
# 
# Abstract
# 
# This document defines the schema for representing Communication 
# objects in an LDAP directory [LDAPv3].  It defines schema elements
# to represent a communication object URI [commURIObject]. 
# 
#
#
#                     .1 = Communication related work 
#                     .1.1 = commURIObject
#                     .1.1.1 = attributes
#                     .1.1.2 = objectclass
#                     .1.1.3 = syntax
#
# Attribute Type Definitions
# 
#    The following attribute types are defined in this document:
# 
#        commURI
dn: cn=schema 
changetype: modify 
#
# if you need to change the definition of an attribute, 
#            then first delete and re-add in one step
#
# if this is the first time you are adding the commObject
# objectclass using this LDIF file, then you should comment
# out the delete attributetypes modification since this will
# fail. Alternatively, if your ldapmodify has a switch to continue
# on errors, then just use that switch -- if you're careful
#
delete: attributetypes
attributetypes: (0.0.8.350.1.1.1.1.1 NAME 'commURI' ) 
-
#
# re-add the attributes -- in case there is a change of definition
#
# 
add: attributetypes 
attributetypes: (0.0.8.350.1.1.1.1.1 
     NAME 'commURI' 
     DESC 'Labeled URI format to point to the distinguished name of the commUniqueId' 
     EQUALITY caseExactMatch 
     SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) 
-
# Object Class Definitions
# 
#    The following object classes are defined in this document:
# 
#        commURIObject
# 
# commURIObject
# 
#    This auxiliary object class represents a URI attribute type
#    
#
delete: objectclasses
objectclasses: (0.0.8.350.1.1.1.2.1 NAME 'commURIObject' ) 
-
add: objectclasses 
objectclasses: (0.0.8.350.1.1.1.2.1 
     NAME 'commURIObject' 
     DESC 'object that contains the URI attribute type' 
     SUP top AUXILIARY 
     MAY ( commURI ) 
        ) 
-
#
# end of LDIF
#
