# HG changeset patch # User heiko # Date 1129749799 0 # Node ID a32ffde255e344d5909a2e932d8299e69d53351d # Parent 68b845c64b749e3580e2f1ad8c21c002afe762a0 Schema für die Post (Test-Center Brief) diff -r 68b845c64b74 -r a32ffde255e3 schlittermann.schema --- a/schlittermann.schema Fri Aug 26 11:48:18 2005 +0000 +++ b/schlittermann.schema Wed Oct 19 19:23:19 2005 +0000 @@ -8,5 +8,6 @@ # 1.3.6.1.4.1.23297.4. schlittermannOffice -> schlittermann.office.schema # 1.3.6.1.4.1.23297.10. other # 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 objectIdentifier schlittermann 1.3.6.1.4.1.23297 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: