diff -r 68b845c64b74 -r a32ffde255e3 tcb.schema --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tcb.schema Wed Oct 19 19:23:19 2005 +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.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 'tcbMailOfficialAddress' DESC 'official mail address' + SUP mail + SINGLE-VALUE ) + +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} ) + +#### + +objectClass ( + tcbObjectClass:3 NAME 'tcbMailRecipient' DESC 'mail attributes associated to person' + SUP top + AUXILIARY + MAY ( tcbMailOfficialAddress $ mail $ tcbMailForwardingAddress $ description ) ) + + +# vim:sts=4 sw=4 aw ai sm: