Schema für Epsilon Data - München
authorarnold
Thu, 03 Nov 2005 10:21:17 +0000
changeset 30 39045909d979
parent 29 d9e766baf8cd
child 31 08812cce27f4
Schema für Epsilon Data - München
epsm.schema
schlittermann.schema
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/epsm.schema	Thu Nov 03 10:21:17 2005 +0000
@@ -0,0 +1,50 @@
+# $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.4	- Epsilon Data - München
+
+objectIdentifier schlittermannRoot 1.3.6.1.4.1.23297
+objectIdentifier epsmRoot schlittermannRoot:10.4
+objectIdentifier epsmAttribute epsmRoot:1
+objectIdentifier epsmObjectClass epsmRoot:2
+
+attributetype (
+    epsmAttribute:1 NAME ('epsmMailPrimaryAddress' 'epsmMailOfficialAddress') DESC 'official mail address'
+    SUP mail
+    SINGLE-VALUE )
+
+attributetype (
+    epsmAttribute:2 NAME 'epsmMailForwardingAddress' DESC 'forwarding information for this recipient'
+    EQUALITY caseIgnoreIA5Match
+    SUBSTR caseIgnoreIA5SubstringsMatch
+    SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256} )
+
+attributetype (
+    epsmAttribute:3 NAME ('epsmMailGroup') DESC 'mail group we are member of'
+    SUP mail )
+
+attributetype (
+    epsmAttribute:4 NAME ('epsmMailAddress') DESC 'mail address'
+    SUP mail )
+
+####
+
+objectClass (
+    epsmObjectClass:2 NAME 'epsmMailAlias' DESC 'Alias'
+    SUP top
+    STRUCTURAL
+    MUST ( mail )
+    MAY ( epsmMailForwardingAddress $ description ) )
+
+objectClass (
+    epsmObjectClass:3 NAME 'epsmMailRecipient' DESC 'mail attributes associated to person'
+    SUP top
+    AUXILIARY
+    MAY ( epsmMailPrimaryAddress $ epsmMailAddress $ epsmMailGroup $ epsmMailForwardingAddress $ description ) )
+
+# vim:sts=4 sw=4 aw ai sm:
--- a/schlittermann.schema	Fri Oct 21 07:39:31 2005 +0000
+++ b/schlittermann.schema	Thu Nov 03 10:21:17 2005 +0000
@@ -10,5 +10,6 @@
 # 1.3.6.1.4.1.23297.10.1	hsm (Hochschule Merseburg) -> hsm.schema
 # 1.3.6.1.4.1.23297.10.2	tcb (Test-Center Brief Deutsche Post) -> tcb.schema
 # 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
 
 objectIdentifier schlittermann 1.3.6.1.4.1.23297