Schema für CMS AG hinzugefügt
authorheiko
Wed, 21 Jun 2006 13:06:54 +0000
changeset 38 e2e2e8fc9854
parent 37 509da4735edf
child 39 abff729cab9c
Schema für CMS AG hinzugefügt
cms.schema
schlittermann.schema
--- /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:
--- a/schlittermann.schema	Thu Mar 23 08:36:24 2006 +0000
+++ b/schlittermann.schema	Wed Jun 21 13:06:54 2006 +0000
@@ -12,5 +12,6 @@
 # 1.3.6.1.4.1.23297.10.3	gtd (Gebäudetechnik Dresden) -> gtd.schema
 # 1.3.6.1.4.1.23297.10.4	epsm (Epsilon - Data München) -> epsm.schema
 # 1.3.6.1.4.1.23297.10.5	ssk (Sächsische Schweiz Klinik) -> ssk.schema
+# 1.3.6.1.4.1.23297.10.6	cms (CMS AG) -> cms.schema
 
 objectIdentifier schlittermann 1.3.6.1.4.1.23297