cms.schema
changeset 38 e2e2e8fc9854
child 39 abff729cab9c
equal deleted inserted replaced
37:509da4735edf 38:e2e2e8fc9854
       
     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.6	- CMS AG
       
    10 
       
    11 objectIdentifier schlittermannRoot 1.3.6.1.4.1.23297
       
    12 objectIdentifier cmsRoot schlittermannRoot:10.6
       
    13 objectIdentifier cmsAttribute cmsRoot:1
       
    14 objectIdentifier cmsObjectClass cmsRoot:2
       
    15 
       
    16 attributetype (
       
    17     cmsAttribute:1 NAME 'cmsMailOfficialAddress' DESC 'official mail address'
       
    18     SUP mail
       
    19     SINGLE-VALUE )
       
    20 
       
    21 attributetype (
       
    22     cmsAttribute:2 NAME 'cmsMailForwardingAddress' 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     cmsObjectClass:3 NAME 'cmsMailRecipient' DESC 'mail attributes associated to person'
       
    31     SUP top
       
    32     AUXILIARY
       
    33     MAY ( cmsMailOfficialAddress $ mail $ cmsMailForwardingAddress $ description ) )
       
    34 
       
    35 
       
    36 # vim:sts=4 sw=4 aw ai sm: