gtd.schema
changeset 24 a9fb5ee7d08b
parent 22 5b7fed196b91
child 25 3eb1f1e2218d
equal deleted inserted replaced
23:2665a0363bd0 24:a9fb5ee7d08b
    12 objectIdentifier gtdRoot schlittermannRoot:10.3
    12 objectIdentifier gtdRoot schlittermannRoot:10.3
    13 objectIdentifier gtdAttribute gtdRoot:1
    13 objectIdentifier gtdAttribute gtdRoot:1
    14 objectIdentifier gtdObjectClass gtdRoot:2
    14 objectIdentifier gtdObjectClass gtdRoot:2
    15 
    15 
    16 attributetype (
    16 attributetype (
    17     gtdAttribute:1 NAME 'gtdMailOfficialAddress' DESC 'official mail address'
    17     gtdAttribute:1 NAME 'gtdMailPrimaryAddress' DESC 'official mail address'
    18     SUP mail
    18     SUP mail
    19     SINGLE-VALUE )
    19     SINGLE-VALUE )
    20 
    20 
    21 attributetype (
    21 attributetype (
    22     gtdAttribute:2 NAME 'gtdMailForwardingAddress' DESC 'forwarding information for this recipient'
    22     gtdAttribute:2 NAME 'gtdMailForwardingAddress' DESC 'forwarding information for this recipient'
    28 
    28 
    29 objectClass (
    29 objectClass (
    30     gtdObjectClass:3 NAME 'gtdMailRecipient' DESC 'mail attributes associated to person'
    30     gtdObjectClass:3 NAME 'gtdMailRecipient' DESC 'mail attributes associated to person'
    31     SUP top
    31     SUP top
    32     AUXILIARY
    32     AUXILIARY
    33     MAY ( gtdMailOfficialAddress $ mail $ gtdMailForwardingAddress $ description ) )
    33     MAY ( gtdMailPrimaryAddress $ mail $ gtdMailForwardingAddress $ description ) )
    34 
    34 
    35 
    35 
    36 # vim:sts=4 sw=4 aw ai sm:
    36 # vim:sts=4 sw=4 aw ai sm: