gtd.schema
changeset 22 5b7fed196b91
parent 21 a32ffde255e3
child 24 a9fb5ee7d08b
equal deleted inserted replaced
21:a32ffde255e3 22:5b7fed196b91
       
     1 # $Id$
       
     2 # $URL$
       
     3 # © Heiko Schlittermann
       
     4 #
       
     5 # 1.3.6.1.4.1.23297		schlittermann OID
       
     6 # ...
       
     7 # 1.3.6.1.4.1.23297.10.		other
       
     8 # ...
       
     9 # 1.3.6.1.4.1.23297.10.3	- Gebäudetechnik-Dresden
       
    10 
       
    11 objectIdentifier schlittermannRoot 1.3.6.1.4.1.23297
       
    12 objectIdentifier gtdRoot schlittermannRoot:10.3
       
    13 objectIdentifier gtdAttribute gtdRoot:1
       
    14 objectIdentifier gtdObjectClass gtdRoot:2
       
    15 
       
    16 attributetype (
       
    17     gtdAttribute:1 NAME 'gtdMailOfficialAddress' DESC 'official mail address'
       
    18     SUP mail
       
    19     SINGLE-VALUE )
       
    20 
       
    21 attributetype (
       
    22     gtdAttribute:2 NAME 'gtdMailForwardingAddress' DESC 'forwarding information for this recipient'
       
    23     EQUALITY caseIgnoreIA5Match
       
    24     SUBSTR caseIgnoreIA5SubstringsMatch
       
    25     SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256} )
       
    26 
       
    27 ####
       
    28 
       
    29 objectClass (
       
    30     gtdObjectClass:3 NAME 'gtdMailRecipient' DESC 'mail attributes associated to person'
       
    31     SUP top
       
    32     AUXILIARY
       
    33     MAY ( gtdMailOfficialAddress $ mail $ gtdMailForwardingAddress $ description ) )
       
    34 
       
    35 
       
    36 # vim:sts=4 sw=4 aw ai sm: