--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/cms.schema Wed Jun 21 13:06:54 2006 +0000
@@ -0,0 +1,36 @@
+# $Id$
+# $URL$
+# © Heiko Schlittermann
+#
+# 1.3.6.1.4.1.23297 schlittermann OID
+# ...
+# 1.3.6.1.4.1.23297.10. other
+# ...
+# 1.3.6.1.4.1.23297.10.6 - CMS AG
+
+objectIdentifier schlittermannRoot 1.3.6.1.4.1.23297
+objectIdentifier cmsRoot schlittermannRoot:10.6
+objectIdentifier cmsAttribute cmsRoot:1
+objectIdentifier cmsObjectClass cmsRoot:2
+
+attributetype (
+ cmsAttribute:1 NAME 'cmsMailOfficialAddress' DESC 'official mail address'
+ SUP mail
+ SINGLE-VALUE )
+
+attributetype (
+ cmsAttribute:2 NAME 'cmsMailForwardingAddress' DESC 'forwarding information for this recipient'
+ EQUALITY caseIgnoreIA5Match
+ SUBSTR caseIgnoreIA5SubstringsMatch
+ SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256} )
+
+####
+
+objectClass (
+ cmsObjectClass:3 NAME 'cmsMailRecipient' DESC 'mail attributes associated to person'
+ SUP top
+ AUXILIARY
+ MAY ( cmsMailOfficialAddress $ mail $ cmsMailForwardingAddress $ description ) )
+
+
+# vim:sts=4 sw=4 aw ai sm: