]> git.sur5r.net Git - openldap/blob - servers/slapd/schema/collective.schema
f3ece52cdfa648811d205f52e0e044127de83e49
[openldap] / servers / slapd / schema / collective.schema
1 #INTERNET-DRAFT                           Editor:  Kurt D. Zeilenga
2 #Intended Category: Standard Track                 OpenLDAP Foundation
3 #Expires: 20 June 2002                             20 December 2001
4 #
5 #
6 #                      Collective Attributes in LDAP
7 #                 <draft-zeilenga-ldap-collective-04.txt>
8
9 # [ portions trimmed ]
10
11 #Abstract
12 #
13 #  X.500 collective attributes allow common characteristics to be shared
14 #  between collections of entries.  This document summarizes the X.500
15 #  information model for collective attributes and describes use of
16 #  collective attributes in LDAP (Lightweight Directory Access Protocol).
17 #  This document provides schema definitions for collective attributes
18 #  for use in LDAP.
19
20 #2.1. collectiveAttributes
21 #
22 #  Subentries of this object class are used to administer collective
23 #  attributes and are referred to as collective attribute subentries.
24 #
25 objectClass ( 2.5.20.2 NAME 'collectiveAttributes' AUXILIARY )
26
27 #  A collective attribute subentry SHOULD contain at least one collective
28 #  attribute.  The collective attributes contained within a collective
29 #  attribute subentry are available for finding, searching, and
30 #  comparison at every entry within the scope of the subentry. The
31 #  collective attributes, however, are administered (e.g. modified) via
32 #  the subentry.
33 #
34 #
35 #2.2. collectiveAttributeSubentry
36 #
37 #  The collectiveAttributeSubentry operational attribute identifies all
38 #  collective attribute subentries that affect the entry.
39 #
40 #objectClass ( 2.5.18.12 NAME 'collectiveAttributeSubentry'
41 #       EQUALITY distinguishedNameMatch
42 #       SYNTAX 1.3.6.1.4.1.1466.115.121.1.12
43 #       USAGE directoryOperation NO-USER-MODIFICATION )
44 #
45 #2.3. collectiveExclusions
46 #
47 #  The collectiveExclusions operational attribute allows particular
48 #  collective attributes to be excluded from an entry.  It MAY appear in
49 #  any entry and MAY have multiple values.
50 #
51 #objectClass ( 2.5.18.7 NAME 'collectiveExclusions'
52 #       EQUALITY objectIdentifierMatch
53 #       SYNTAX 1.3.6.1.4.1.1466.115.121.1.38
54 #       USAGE directoryOperation )
55 #
56 #  The name excludedAllCollectiveAttributes is associated with the OID
57 #  2.5.18.0.  When this name or OID is present as a value of the
58 #  collectiveExclusions attribute, all collective attributes are excluded
59 #  from an entry.
60 #
61 #
62 #3. Collective Attribute Types
63 #
64 #  A userApplications attribute type can be defined to be COLLECTIVE
65 #  [RFC2252].  This indicates that the same attribute values will appear
66 #  in the entries of an entry collection subject to the use of the
67 #  collectiveExclusions attribute and other administrative controls.
68 #
69 #  Collective attribute types are commonly defined as subtypes of non-
70 #  collective attribute types.  By convention, collective attributes are
71 #  named by prefixing the name of their non-collective supertype with
72 #  "c-".  For example, the collective telephone attribute is named
73 #  c-TelephoneNumber after its non-collective supertype telephoneNumber.
74 #
75 #  Non-collective attributes types SHALL NOT subtype collective
76 #  attributes.
77 #
78 #  Collective attributes SHALL NOT be SINGLE-VALUED.  Collective
79 #  attribute types SHALL NOT appear in the attribute types of an object
80 #  class definition.
81 #
82 #  Operational attributes SHALL NOT be defined to be collective.
83 #
84 #  The remainder of section provides a summary of collective attributes
85 #  derived from those defined in [X.520].  Implementations of this
86 #  specification SHOULD support the following collective attributes and
87 #  MAY support additional collective attributes.
88 #
89 #
90 #3.1. Collective Locality Name
91 #
92 #  The c-l attribute type specifies a locality name for a collection of
93 #  entries.
94 #
95 objectClass      ( 2.5.4.7.1 NAME 'c-l'
96         SUP l COLLECTIVE )
97 #
98 #
99 #3.2. Collective State or Province Name
100 #
101 #  The c-st attribute type specifies a state or province name for a
102 #  collection of entries.
103 #
104 objectClass      ( 2.5.4.8.1 NAME 'c-st'
105         SUP st COLLECTIVE )
106 #
107 #
108 #3.3. Collective Street Address
109 #
110 #  The c-street attribute type specifies a street address for a
111 #  collection of entries.
112 #
113 objectClass      ( 2.5.4.9.1 NAME 'c-street'
114         SUP street COLLECTIVE )
115 #
116 #
117 #3.4. Collective Organization Name
118 #
119 #  The c-o attribute type specifies an organization name for a collection
120 #  of entries.
121 #
122 objectClass      ( 2.5.4.10.1 NAME 'c-o'
123         SUP o COLLECTIVE )
124 #
125 #
126 #3.5. Collective Organizational Unit Name
127 #
128 #  The c-ou attribute type specifies an organizational unit name for a
129 #  collection of entries.
130 #
131 objectClass      ( 2.5.4.11.1 NAME 'c-ou'
132         SUP ou COLLECTIVE )
133 #
134 #
135 #3.6. Collective Postal Address
136 #
137 #  The c-PostalAddress attribute type specifies a postal address for a
138 #  collection of entries.
139 #
140 objectClass      ( 2.5.4.16.1 NAME 'c-PostalAddress'
141         SUP postalAddress COLLECTIVE )
142 #
143 #
144 #3.7. Collective Postal Code
145 #
146 #  The c-PostalCode attribute type specifies a postal code for a
147 #  collection of entries.
148 #
149 objectClass      ( 2.5.4.17.1 NAME 'c-PostalCode'
150         SUP postalCode COLLECTIVE )
151 #
152 #
153 #3.8. Collective Post Office Box
154 #
155 #  The c-PostOfficeBox attribute type specifies a post office box for a
156 #  collection of entries.
157 #
158 objectClass ( 2.5.4.18.1 NAME 'c-PostOfficeBox'
159         SUP postOfficeBox COLLECTIVE )
160 #
161 #
162 #3.9. Collective Physical Delivery Office Name
163 #
164 #  The c-PhysicalDeliveryOfficeName attribute type specifies a physical
165 #  delivery office name for a collection of entries.
166 #
167 objectClass ( 2.5.4.19.1 NAME 'c-PhysicalDeliveryOfficeName'
168         SUP physicalDeliveryOfficeName COLLECTIVE )
169 #
170 #
171 #3.10. Collective Telephone Number
172 #
173 #  The c-TelephoneNumber attribute type specifies a telephone number for
174 #  a collection of entries.
175 #
176 objectClass ( 2.5.4.20.1 NAME 'c-TelephoneNumber'
177         SUP telephoneNumber COLLECTIVE )
178 #
179 #
180 #3.11. Collective Telex Number
181 #
182 #  The c-TelexNumber attribute type specifies a telex number for a
183 #  collection of entries.
184 #
185 objectClass ( 2.5.4.19.1 NAME 'c-TelexNumber'
186         SUP telexNumber COLLECTIVE )
187 #
188 #
189 #3.13. Collective Facsimile Telephone Number
190 #
191 #  The c-FacsimileTelephoneNumber attribute type specifies a facsimile
192 #  telephone number for a collection of entries.
193 #
194 objectClass ( 2.5.4.23.1 NAME 'c-FacsimileTelephoneNumber'
195         SUP facsimileTelephoneNumber COLLECTIVE )
196 #
197 #
198 #3.14. Collective International ISDN Number
199 #
200 #  The c-InternationalISDNNumber attribute type specifies an
201 #  international ISDN number for a collection of entries.
202 #
203 objectClass ( 2.5.4.25.1 NAME 'c-InternationalISDNNumber'
204         SUP internationalISDNNumber COLLECTIVE )