diff -r a32ffde255e3 -r 5b7fed196b91 gtd.schema --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gtd.schema Wed Oct 19 19:36:06 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.3 - Gebäudetechnik-Dresden + +objectIdentifier schlittermannRoot 1.3.6.1.4.1.23297 +objectIdentifier gtdRoot schlittermannRoot:10.3 +objectIdentifier gtdAttribute gtdRoot:1 +objectIdentifier gtdObjectClass gtdRoot:2 + +attributetype ( + gtdAttribute:1 NAME 'gtdMailOfficialAddress' DESC 'official mail address' + SUP mail + SINGLE-VALUE ) + +attributetype ( + gtdAttribute:2 NAME 'gtdMailForwardingAddress' DESC 'forwarding information for this recipient' + EQUALITY caseIgnoreIA5Match + SUBSTR caseIgnoreIA5SubstringsMatch + SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256} ) + +#### + +objectClass ( + gtdObjectClass:3 NAME 'gtdMailRecipient' DESC 'mail attributes associated to person' + SUP top + AUXILIARY + MAY ( gtdMailOfficialAddress $ mail $ gtdMailForwardingAddress $ description ) ) + + +# vim:sts=4 sw=4 aw ai sm: