Blame view

sources/apps/contacts/formats/vcardunassigned.schema 562 Bytes
6d9380f96   Cédric Dupont   Update sources OC...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
  attributetype ( 1.3.6.1.4.1.4203.666.1.41
    NAME 'vcardcountry'
    DESC 'RFC2256: ISO-3166 country 2-letter code multiple values allowed'
    SUP name
    SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{2} )
  
  attributetype ( 1.3.6.1.4.1.4203.666.1.42
    NAME 'unassignedproperty'
    EQUALITY caseIgnoreMatch
    SUBSTR caseIgnoreSubstringsMatch
    SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{1024} )
  
  objectClass     ( 1.3.6.1.4.1.4203.666.1.100
    NAME 'VCardUnassigned'
    DESC 'VCard unassigned properties'
    SUP inetOrgPerson
    STRUCTURAL
    MAY  ( unassignedproperty $ vcardcountry )
    )