tcb.schema
changeset 50 882fec08957c
parent 49 d8b5f709a2a7
--- a/tcb.schema	Wed May 27 14:43:18 2015 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,52 +0,0 @@
-# $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.2	- Test-Center Brief
-
-objectIdentifier schlittermannRoot 1.3.6.1.4.1.23297
-objectIdentifier tcbRoot schlittermannRoot:10.2
-objectIdentifier tcbAttribute tcbRoot:1
-objectIdentifier tcbObjectClass tcbRoot:2
-
-attributetype (
-    tcbAttribute:1 NAME ('tcbMailPrimaryAddress' 'tcbMailOfficialAddress') DESC 'official mail address'
-    EQUALITY caseIgnoreIA5Match
-    SUBSTR caseIgnoreIA5SubstringsMatch
-    SINGLE-VALUE
-    SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256} )
-
-attributetype (
-    tcbAttribute:2 NAME 'tcbMailForwardingAddress' DESC 'forwarding information for this recipient'
-    EQUALITY caseIgnoreIA5Match
-    SUBSTR caseIgnoreIA5SubstringsMatch
-    SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256} )
-
-attributetype (
-    tcbAttribute:3 NAME ('tcbMailGroup') DESC 'mail group we are member of'
-    SUP mail )
-
-attributetype (
-    tcbAttribute:4 NAME ('tcbMailAddress') DESC 'mail address'
-    SUP mail )
-
-####
-
-objectClass (
-    tcbObjectClass:2 NAME 'tcbMailAlias' DESC 'Alias'
-    SUP top
-    STRUCTURAL
-    MUST ( mail )
-    MAY ( tcbMailForwardingAddress $ description ) )
-
-objectClass (
-    tcbObjectClass:3 NAME 'tcbMailRecipient' DESC 'mail attributes associated to person'
-    SUP top
-    AUXILIARY
-    MAY ( tcbMailPrimaryAddress $ tcbMailAddress $ tcbMailGroup $ tcbMailForwardingAddress $ description ) )
-
-# vim:sts=4 sw=4 aw ai sm: