mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Jean-Noel Rouvignac
13.24.2014 6acb5680cc685afc071ca5bcc358d31690bb1786
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
# CDDL HEADER START
#
# The contents of this file are subject to the terms of the
# Common Development and Distribution License, Version 1.0 only
# (the "License").  You may not use this file except in compliance
# with the License.
#
# You can obtain a copy of the license at legal-notices/CDDLv1_0.txt
# or http://forgerock.org/license/CDDLv1.0.html.
# See the License for the specific language governing permissions
# and limitations under the License.
#
# When distributing Covered Code, include this CDDL HEADER in each
# file and include the License file at legal-notices/CDDLv1_0.txt.
# If applicable, add the following below this CDDL HEADER, with the
# fields enclosed by brackets "[]" replaced with your own identifying
# information:
#      Portions Copyright [yyyy] [name of copyright owner]
#
# CDDL HEADER END
#
#
#      Copyright 2006-2008 Sun Microsystems, Inc.
#
#
# This file contains schema definitions from RFC 4403,
# which defines a mechanism for storing UDDIv3 information in the Directory
# Server.
dn: cn=schema
objectClass: top
objectClass: ldapSubentry
objectClass: subschema
attributeTypes: ( 1.3.6.1.1.10.4.1 NAME 'uddiBusinessKey'
  DESC 'businessEntity unique identifier' EQUALITY caseIgnoreMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE
  X-ORIGIN 'RFC 4403' )
attributeTypes: ( 1.3.6.1.1.10.4.2 NAME 'uddiAuthorizedName'
  DESC 'businessEntity publisher name' EQUALITY distinguishedNameMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 SINGLE-VALUE
  X-ORIGIN 'RFC 4403' )
attributeTypes: ( 1.3.6.1.1.10.4.3 NAME 'uddiOperator'
  DESC 'registry site operator of businessEntitys master copy'
  EQUALITY caseIgnoreMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE
  X-ORIGIN 'RFC 4403' )
attributeTypes: ( 1.3.6.1.1.10.4.4 NAME 'uddiName' DESC 'human readable name'
  EQUALITY caseIgnoreMatch ORDERING caseIgnoreOrderingMatch
  SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
  X-ORIGIN 'RFC 4403' )
attributeTypes: ( 1.3.6.1.1.10.4.5 NAME 'uddiDescription'
  DESC 'short description' EQUALITY caseIgnoreMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
  X-ORIGIN 'RFC 4403' )
attributeTypes: ( 1.3.6.1.1.10.4.6 NAME 'uddiDiscoveryURLs'
  DESC 'URL to retrieve a businessEntity instance' EQUALITY caseIgnoreMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
  X-ORIGIN 'RFC 4403' )
attributeTypes: ( 1.3.6.1.1.10.4.7 NAME 'uddiUseType'
  DESC 'name of convention the referenced document follows'
  EQUALITY caseIgnoreMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE
  X-ORIGIN 'RFC 4403' )
attributeTypes: ( 1.3.6.1.1.10.4.8 NAME 'uddiPersonName'
  DESC 'name of person or job role available for contact'
  EQUALITY caseIgnoreMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE
  X-ORIGIN 'RFC 4403' )
attributeTypes: ( 1.3.6.1.1.10.4.9 NAME 'uddiPhone'
  DESC 'telephone number for contact' EQUALITY caseIgnoreMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
  X-ORIGIN 'RFC 4403' )
attributeTypes: ( 1.3.6.1.1.10.4.10 NAME 'uddiEMail'
  DESC 'e-mail address for contact' EQUALITY caseIgnoreMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
  X-ORIGIN 'RFC 4403' )
attributeTypes: ( 1.3.6.1.1.10.4.11 NAME 'uddiSortCode'
  DESC 'specifies an external disply mechanism' EQUALITY caseIgnoreMatch
  ORDERING caseIgnoreOrderingMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
  SINGLE-VALUE X-ORIGIN 'RFC 4403' )
attributeTypes: ( 1.3.6.1.1.10.4.12 NAME 'uddiTModelKey'
  DESC 'tModel unique identifier' EQUALITY caseIgnoreMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE
  X-ORIGIN 'RFC 4403' )
attributeTypes: ( 1.3.6.1.1.10.4.13 NAME 'uddiAddressLine' DESC 'address'
  EQUALITY caseIgnoreMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
  X-ORIGIN 'RFC 4403' )
attributeTypes: ( 1.3.6.1.1.10.4.14  NAME 'uddiIdentifierBag'
  DESC 'identification information' EQUALITY caseIgnoreMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
  X-ORIGIN 'RFC 4403' )
attributeTypes: ( 1.3.6.1.1.10.4.15 NAME 'uddiCategoryBag'
  DESC 'categorization information' EQUALITY caseIgnoreMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
  X-ORIGIN 'RFC 4403' )
attributeTypes: ( 1.3.6.1.1.10.4.16 NAME 'uddiKeyedReference'
  DESC 'categorization information' EQUALITY caseIgnoreMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
  X-ORIGIN 'RFC 4403' )
attributeTypes: ( 1.3.6.1.1.10.4.17 NAME 'uddiServiceKey'
  DESC 'businessService unique identifier' EQUALITY caseIgnoreMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE
  X-ORIGIN 'RFC 4403' )
attributeTypes: ( 1.3.6.1.1.10.4.18 NAME 'uddiBindingKey'
  DESC 'bindingTemplate unique identifier' EQUALITY caseIgnoreMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE
  X-ORIGIN 'RFC 4403' )
attributeTypes: ( 1.3.6.1.1.10.4.19 NAME 'uddiAccessPoint'
  DESC 'entry point address to call a web service' EQUALITY caseIgnoreMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE
  X-ORIGIN 'RFC 4403' )
attributeTypes: ( 1.3.6.1.1.10.4.20 NAME 'uddiHostingRedirector'
  DESC 'designates a pointer to another bindingTemplate'
  EQUALITY caseIgnoreMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE
  X-ORIGIN 'RFC 4403' )
attributeTypes: ( 1.3.6.1.1.10.4.21 NAME 'uddiInstanceDescription'
  DESC 'instance details description' EQUALITY caseIgnoreMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
  X-ORIGIN 'RFC 4403' )
attributeTypes: ( 1.3.6.1.1.10.4.22 NAME 'uddiInstanceParms'
  DESC 'URL reference to required settings' EQUALITY caseIgnoreMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE
  X-ORIGIN 'RFC 4403' )
attributeTypes: ( 1.3.6.1.1.10.4.23 NAME 'uddiOverviewDescription'
  DESC 'outlines tModel usage' EQUALITY caseIgnoreMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
  X-ORIGIN 'RFC 4403' )
attributeTypes: ( 1.3.6.1.1.10.4.24 NAME 'uddiOverviewURL'
  DESC 'URL reference to overview document' EQUALITY caseIgnoreMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE
  X-ORIGIN 'RFC 4403' )
attributeTypes: ( 1.3.6.1.1.10.4.25 NAME 'uddiFromKey'
  DESC 'unique businessEntity key reference' EQUALITY caseIgnoreMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE
  X-ORIGIN 'RFC 4403' )
attributeTypes: ( 1.3.6.1.1.10.4.26 NAME 'uddiToKey'
  DESC 'unique businessEntity key reference' EQUALITY caseIgnoreMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE
  X-ORIGIN 'RFC 4403' )
attributeTypes: ( 1.3.6.1.1.10.4.27 NAME 'uddiUUID'
  DESC 'unique attribute' EQUALITY caseIgnoreMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE
  X-ORIGIN 'RFC 4403' )
attributeTypes: ( 1.3.6.1.1.10.4.28 NAME 'uddiIsHidden'
  DESC 'isHidden attribute' EQUALITY booleanMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE
  X-ORIGIN 'RFC 4403' )
attributeTypes: ( 1.3.6.1.1.10.4.29 NAME 'uddiIsProjection'
  DESC 'isServiceProjection attribute' EQUALITY booleanMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE
  X-ORIGIN 'RFC 4403' )
attributeTypes: ( 1.3.6.1.1.10.4.30 NAME 'uddiLang'
  DESC 'xml:lang value in v3 Address structure' EQUALITY caseIgnoreMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE
  X-ORIGIN 'RFC 4403' )
attributeTypes: ( 1.3.6.1.1.10.4.31 NAME 'uddiv3BusinessKey'
  DESC 'UDDIv3 businessEntity unique identifier' EQUALITY caseIgnoreMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE
  X-ORIGIN 'RFC 4403' )
attributeTypes: ( 1.3.6.1.1.10.4.32 NAME 'uddiv3ServiceKey'
  DESC 'UDDIv3 businessService unique identifier' EQUALITY caseIgnoreMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE
  X-ORIGIN 'RFC 4403' )
attributeTypes: ( 1.3.6.1.1.10.4.33 NAME 'uddiv3BindingKey'
  DESC 'UDDIv3 BindingTemplate unique identifier' EQUALITY caseIgnoreMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE
  X-ORIGIN 'RFC 4403' )
attributeTypes: ( 1.3.6.1.1.10.4.34 NAME 'uddiv3TModelKey'
  DESC 'UDDIv3 TModel unique identifier' EQUALITY caseIgnoreMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE
  X-ORIGIN 'RFC 4403' )
attributeTypes: ( 1.3.6.1.1.10.4.35 NAME 'uddiv3DigitalSignature'
  DESC 'UDDIv3 entity digital signature' EQUALITY caseExactMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
  X-ORIGIN 'RFC 4403' )
attributeTypes: ( 1.3.6.1.1.10.4.36 NAME 'uddiv3NodeId'
  DESC 'UDDIv3 Node Identifier' EQUALITY caseIgnoreMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE
  X-ORIGIN 'RFC 4403' )
attributeTypes: ( 1.3.6.1.1.10.4.37 NAME 'uddiv3EntityModificationTime'
  DESC 'UDDIv3 Last Modified Time for Entity' EQUALITY generalizedTimeMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.24 SINGLE-VALUE
  X-ORIGIN 'RFC 4403' )
attributeTypes: ( 1.3.6.1.1.10.4.38 NAME 'uddiv3SubscriptionKey'
  DESC 'UDDIv3 Subscription unique identifier' EQUALITY caseIgnoreMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE
  X-ORIGIN 'RFC 4403' )
attributeTypes: ( 1.3.6.1.1.10.4.39 NAME 'uddiv3SubscriptionFilter'
  DESC 'UDDIv3 Subscription Filter' EQUALITY caseIgnoreMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE
  X-ORIGIN 'RFC 4403' )
attributeTypes: ( 1.3.6.1.1.10.4.40 NAME 'uddiv3NotificationInterval'
  DESC 'UDDIv3 Notification Interval' EQUALITY caseIgnoreMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE
  X-ORIGIN 'RFC 4403' )
attributeTypes: ( 1.3.6.1.1.10.4.41 NAME 'uddiv3MaxEntities'
  DESC 'UDDIv3 Subscription maxEntities field' EQUALITY integerMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE
  X-ORIGIN 'RFC 4403' )
attributeTypes: ( 1.3.6.1.1.10.4.42 NAME 'uddiv3ExpiresAfter'
  DESC 'UDDIv3 Subscription ExpiresAfter field' EQUALITY generalizedTimeMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.24 SINGLE-VALUE
  X-ORIGIN 'RFC 4403' )
attributeTypes: ( 1.3.6.1.1.10.4.43 NAME 'uddiv3BriefResponse'
  DESC 'UDDIv3 Subscription ExpiresAfter field' EQUALITY booleanMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE
  X-ORIGIN 'RFC 4403' )
attributeTypes: ( 1.3.6.1.1.10.4.44 NAME 'uddiv3EntityKey'
  DESC 'UDDIv3 Entity unique identifier' EQUALITY caseIgnoreMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE
  X-ORIGIN 'RFC 4403' )
attributeTypes: ( 1.3.6.1.1.10.4.45 NAME 'uddiv3EntityCreationTime'
  DESC 'UDDIv3 Entity Creation Time' EQUALITY generalizedTimeMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.24 SINGLE-VALUE
  X-ORIGIN 'RFC 4403' )
attributeTypes: ( 1.3.6.1.1.10.4.46 NAME 'uddiv3EntityDeletionTime'
  DESC 'UDDIv3 Entity Deletion Time' EQUALITY generalizedTimeMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.24 SINGLE-VALUE
  X-ORIGIN 'RFC 4403' )
objectClasses: ( 1.3.6.1.1.10.6.1 NAME 'uddiBusinessEntity' SUP top
  STRUCTURAL MUST ( uddiBusinessKey $  uddiName )
  MAY ( uddiAuthorizedName $ uddiOperator $ uddiDiscoveryURLs $
  uddiDescription $ uddiIdentifierBag $ uddiCategoryBag $uddiv3BusinessKey $
  uddiv3DigitalSignature $ uddiv3EntityModificationTime $ uddiv3NodeId )
  X-ORIGIN 'RFC 4403' )
objectClasses: ( 1.3.6.1.1.10.6.2 NAME 'uddiContact' SUP top STRUCTURAL
  MUST ( uddiPersonName $ uddiUUID ) MAY ( uddiUseType $ uddiDescription $
  uddiPhone $ uddiEMail ) X-ORIGIN 'RFC 4403' )
objectClasses: ( 1.3.6.1.1.10.6.3 NAME 'uddiAddress' SUP top STRUCTURAL
  MUST ( uddiUUID ) MAY ( uddiUseType $ uddiSortCode $ uddiTModelKey $
  uddiv3TmodelKey $  uddiAddressLine $ uddiLang )
  X-ORIGIN 'RFC 4403' )
objectClasses: ( 1.3.6.1.1.10.6.4 NAME 'uddiBusinessService' SUP top
  STRUCTURAL MUST ( uddiServiceKey ) MAY ( uddiName $ uddiBusinessKey $
  uddiDescription $ uddiCategoryBag $ uddiIsProjection $ uddiv3ServiceKey $
  uddiv3BusinessKey $ uddiv3DigitalSignature $ uddiv3EntityCreationTime $
  uddiv3EntityModificationTime $ uddiv3NodeId )
  X-ORIGIN 'RFC 4403' )
objectClasses: ( 1.3.6.1.1.10.6.5 NAME 'uddiBindingTemplate' SUP top
  STRUCTURAL MUST ( uddiBindingKey ) MAY ( uddiServiceKey $ uddiDescription $
  uddiAccessPoint $ uddiHostingRedirector $ uddiCategoryBag $
  uddiv3BindingKey $ uddiv3ServiceKey $ uddiv3DigitalSignature $
  uddiv3EntityCreationTime $ uddiv3NodeId )
  X-ORIGIN 'RFC 4403' )
objectClasses: ( 1.3.6.1.1.10.6.6 NAME 'uddiTModelInstanceInfo' SUP top
  STRUCTURAL MUST ( uddiTModelKey ) MAY ( uddiDescription $
  uddiInstanceDescription $ uddiInstanceParms $ uddiOverviewDescription $
  uddiOverviewURL $ uddiv3TmodelKey )
  X-ORIGIN 'RFC 4403' )
objectClasses: ( 1.3.6.1.1.10.6.7 NAME 'uddiTModel' SUP top STRUCTURAL
  MUST ( uddiTModelKey $ uddiName ) MAY ( uddiAuthorizedName $ uddiOperator $
  uddiDescription $ uddiOverviewDescription $ uddiOverviewURL $
  uddiIdentifierBag $ uddiCategoryBag $ uddiIsHidden $ uddiv3TModelKey $
  uddiv3DigitalSignature $ uddiv3NodeId )
  X-ORIGIN 'RFC 4403' )
objectClasses: ( 1.3.6.1.1.10.6.8 NAME 'uddiPublisherAssertion' SUP top
  STRUCTURAL MUST ( uddiFromKey $ uddiToKey $ uddiKeyedReference $ uddiUUID )
  MAY ( uddiv3DigitalSignature $ uddiv3NodeId )
  X-ORIGIN 'RFC 4403' )
objectClasses: ( 1.3.6.1.1.10.6.9 NAME 'uddiv3Subscription' SUP top
  STRUCTURAL MUST ( uddiv3SubscriptionFilter $ uddiUUID )
  MAY ( uddiAuthorizedName $ uddiv3SubscriptionKey $ uddiv3BindingKey $
  uddiv3NotificationInterval $ uddiv3MaxEntities $ uddiv3ExpiresAfter $
  uddiv3BriefResponse $ uddiv3NodeId )
  X-ORIGIN 'RFC 4403' )
objectClasses: ( 1.3.6.1.1.10.6.10 NAME 'uddiv3EntityObituary' SUP top
  STRUCTURAL MUST ( uddiv3EntityKey $ uddiUUID ) MAY (  uddiAuthorizedName $
  uddiv3EntityCreationTime $ uddiv3EntityDeletionTime $ uddiv3NodeId )
  X-ORIGIN 'RFC 4403' )
nameForms: ( 1.3.6.1.1.10.15.1 NAME 'uddiBusinessEntityNameForm'
  OC uddiBusinessEntity MUST ( uddiBusinessKey )
  X-ORIGIN 'RFC 4403' )
nameForms: ( 1.3.6.1.1.10.15.2 NAME 'uddiContactNameForm' OC uddiContact
  MUST ( uddiUUID ) X-ORIGIN 'RFC 4403' )
nameForms: ( 1.3.6.1.1.10.15.3 NAME 'uddiAddressNameForm' OC uddiAddress
  MUST ( uddiUUID ) X-ORIGIN 'RFC 4403' )
nameForms: ( 1.3.6.1.1.10.15.4  NAME 'uddiBusinessServiceNameForm'
  OC uddiBusinessService MUST ( uddiServiceKey )
  X-ORIGIN 'RFC 4403' )
nameForms: ( 1.3.6.1.1.10.15.5 NAME 'uddiBindingTemplateNameForm'
  OC uddiBindingTemplate MUST ( uddiBindingKey )
  X-ORIGIN 'RFC 4403' )
nameForms: ( 1.3.6.1.1.10.15.6 NAME 'uddiTModelInstanceInfoNameForm'
  OC uddiTModelInstanceInfo MUST ( uddiTModelKey )
  X-ORIGIN 'RFC 4403' )
nameForms: ( 1.3.6.1.1.10.15.7 NAME 'uddiTModelNameForm' OC uddiTModel
  MUST ( uddiTModelKey ) X-ORIGIN 'RFC 4403' )
nameForms: ( 1.3.6.1.1.10.15.8 NAME 'uddiPublisherAssertionNameForm'
  OC uddiPublisherAssertion MUST ( uddiUUID )
  X-ORIGIN 'RFC 4403' )
nameForms: ( 1.3.6.1.1.10.15.9 NAME 'uddiv3SubscriptionNameForm'
  OC uddiv3Subscription MUST ( uddiUUID )
  X-ORIGIN 'RFC 4403' )
nameForms: ( 1.3.6.1.1.10.15.10 NAME 'uddiv3EntityObituaryNameForm'
  OC uddiv3EntityObituary MUST ( uddiUUID )
  X-ORIGIN 'RFC 4403' )
dITStructureRules: ( 1 NAME 'uddiBusinessEntityStructureRule'
  FORM uddiBusinessEntityNameForm X-ORIGIN 'RFC 4403' )
dITStructureRules: ( 2 NAME 'uddiContactStructureRule'
  FORM uddiContactNameForm SUP ( 1 )
  X-ORIGIN 'RFC 4403' )
dITStructureRules: ( 3 NAME 'uddiAddressStructureRule' FORM uddiAddressNameForm
  SUP ( 2 ) X-ORIGIN 'RFC 4403' )
dITStructureRules: ( 4 NAME 'uddiBusinessServiceStructureRule'
  FORM uddiBusinessServiceNameForm SUP ( 1 )
  X-ORIGIN 'RFC 4403' )
dITStructureRules: ( 5 NAME 'uddiBindingTemplateStructureRule'
  FORM uddiBindingTemplateNameForm SUP ( 4 )
  X-ORIGIN 'RFC 4403' )
dITStructureRules: ( 6 NAME 'uddiTModelInstanceInfoStructureRule'
  FORM uddiTModelInstanceInfoNameForm SUP ( 5 )
  X-ORIGIN 'RFC 4403' )
dITStructureRules: ( 7 NAME 'uddiTModelStructureRule' FORM uddiTModelNameForm
  X-ORIGIN 'RFC 4403' )
dITStructureRules: ( 8 NAME 'uddiPublisherAssertionStructureRule'
  FORM uddiPublisherAssertionNameForm
  X-ORIGIN 'RFC 4403' )
dITStructureRules: ( 9 NAME 'uddiv3SubscriptionStructureRule'
  FORM uddiv3SubscriptionNameForm
  X-ORIGIN 'RFC 4403' )
dITStructureRules: ( 10 NAME 'uddiv3EntityObituaryStructureRule'
  FORM uddiv3EntityObituaryNameForm
  X-ORIGIN 'RFC 4403' )