mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

neil_a_wilson
10.12.2006 3df93452323631ec7dc0fa7e02bbc939855f65b7
opendj-sdk/opends/resource/schema/03-rfc2739.ldif
@@ -26,43 +26,47 @@
#
# This file contains schema definitions from RFC 2739, which defines a
# mechanism for storing calendar and vCard objects in the Directory Server.
# Note that the definition in RFC 2739 contains a number of errors, and this
# schema file has been altered from the standard definition in order to fix
# a number of those problems.
dn: cn=schema
objectClass: top
objectClass: ldapSubentry
objectClass: subschema
attributeTypes: ( 1.2.840.113556.1.4.478 NAME 'calCalURI'
  EQUALITY caseIgnoreMatch SUBSTRING caseIgnoreMatch
  EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 USAGE userApplications
  X-ORIGIN 'RFC 2739' )
attributeTypes: ( 1.2.840.113556.1.4.479 NAME 'calFBURL'
  EQUALITY caseIgnoreMatch SUBSTRING caseIgnoreMatch
  EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 USAGE userApplications
  X-ORIGIN 'RFC 2739' )
attributeTypes: ( 1.2.840.113556.1.4.480 NAME 'calCAPURI'
  EQUALITY caseIgnoreMatch SUBSTRING caseIgnoreMatch
  EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 USAGE userApplications
  X-ORIGIN 'RFC 2739' )
attributeTypes: ( 1.2.840.113556.1.4.481 NAME 'calCalAdrURI'
  EQUALITY caseIgnoreMatch SUBSTRING caseIgnoreMatch
  EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 USAGE userApplications
  X-ORIGIN 'RFC 2739' )
attributeTypes: ( 1.2.840.113556.1.4.482 NAME 'calOtherCalURIs'
  EQUALITY caseIgnoreMatch SUBSTRING caseIgnoreMatch
  EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 USAGE userApplications
  X-ORIGIN 'RFC 2739' )
attributeTypes: ( 1.2.840.113556.1.4.483 NAME 'calOtherFBURLs'
  EQUALITY caseIgnoreMatch SUBSTRING caseIgnoreMatch
  EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 USAGE userApplications
  X-ORIGIN 'RFC 2739' )
attributeTypes: ( 1.2.840.113556.1.4.484 NAME 'calOtherCAPURIs'
  EQUALITY caseIgnoreMatch SUBSTRING caseIgnoreMatch
  EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 USAGE userApplications
  X-ORIGIN 'RFC 2739' )
attributeTypes: ( 1.2.840.113556.1.4.485 NAME 'calOtherCalAdrURIs'
  EQUALITY caseIgnoreMatch SUBSTRING caseIgnoreMatch
  EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 USAGE userApplications
  X-ORIGIN 'RFC 2739' )
objectClasses: ( 1.2.840.113556.1.5.87 NAME 'calEntry' TOP AUXILIARY
  MAY ( calCalURI $ calFBURL $ calOtherCalURIs $ calOtherFBURLs $ calCAPURI $
  calOtherCAPURIs ) X-ORIGIN 'RFC 2739' )
  calOtherCAPURIs $ calCalAdrURI $ calOtherCalAdrURIs )
  X-ORIGIN 'RFC 2739' )