1
0
mirror of https://github.com/owncloudarchive/contacts.git synced 2024-12-01 13:24:10 +01:00
OwncloudContactsOfficial/formats/vcardunassigned.schema

20 lines
562 B
Plaintext
Raw Normal View History

2014-04-15 17:12:20 +02:00
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 )
)