This repository has been archived by the owner on Oct 2, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 36
/
x-ind-ldap.xsd
executable file
·701 lines (701 loc) · 44.9 KB
/
x-ind-ldap.xsd
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
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
<?xml version="1.0" encoding="utf-8"?>
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:oval="http://oval.mitre.org/XMLSchema/oval-common-5" xmlns:oval-def="http://oval.mitre.org/XMLSchema/oval-definitions-5" xmlns:oval-sc="http://oval.mitre.org/XMLSchema/oval-system-characteristics-5" xmlns:ind-def="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent" xmlns:ind-sc="http://oval.mitre.org/XMLSchema/oval-system-characteristics-5#independent" xmlns:x-ind-ini="http://oval.mitre.org/XMLSchema/x-ind-ini" xmlns:sch="http://purl.oclc.org/dsdl/schematron" targetNamespace="http://oval.mitre.org/XMLSchema/x-ind-ini" elementFormDefault="qualified" version="5.11">
<xsd:import namespace="http://oval.mitre.org/XMLSchema/oval-definitions-5" schemaLocation="oval-definitions-schema.xsd"/>
<xsd:import namespace="http://oval.mitre.org/XMLSchema/oval-system-characteristics-5" schemaLocation="oval-system-characteristics-schema.xsd"/>
<xsd:import namespace="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent" schemaLocation="independent-definitions-schema.xsd"/>
<xsd:import namespace="http://oval.mitre.org/XMLSchema/oval-system-characteristics-5#independent" schemaLocation="independent-system-characteristics-schema.xsd"/>
<xsd:annotation>
<xsd:documentation>The following is a proposal for updating the Entity[State/Item]LdaptypeType with enumerations for all the RFC2252 syntax OIDs.</xsd:documentation>
<xsd:documentation>Thanks to David Solin of jOVAL.org for providing this update.</xsd:documentation>
</xsd:annotation>
<!-- =============================================================================== -->
<!-- ========================== The Updated EntityStateLdaptypeType ============================ -->
<!-- =============================================================================== -->
<xsd:complexType name="EntityStateLdaptypeType">
<xsd:annotation>
<xsd:documentation>The EntityStateLdaptypeType complex type restricts string values corresponding to those defined in section 4.3.2 (Syntax Identifiers) of RFC 2252. The empty string is also allowed to support empty elements associated with variable references.</xsd:documentation>
</xsd:annotation>
<xsd:simpleContent>
<xsd:restriction base="oval-def:EntityStateStringType">
<xsd:enumeration value="LDAPTYPE_ACI_ITEM">
<xsd:annotation>
<xsd:documentation>ACI Item, corresponding to OID 1.3.6.1.4.1.1466.115.121.1.1</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="LDAPTYPE_ACCESS_POINT">
<xsd:annotation>
<xsd:documentation>Access Point, corresponding to OID 1.3.6.1.4.1.1466.115.121.1.2</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="LDAPTYPE_ATTRIBUTE_TYPE_DESCRIP_STRING">
<xsd:annotation>
<xsd:documentation>Attribute Type Description, corresponding to OID 1.3.6.1.4.1.1466.115.121.1.3</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="LDAPTYPE_AUDIO">
<xsd:annotation>
<xsd:documentation>Audio, corresponding to OID 1.3.6.1.4.1.1466.115.121.1.4</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="LDAPTYPE_BINARY">
<xsd:annotation>
<xsd:documentation>Binary, corresponding to OID 1.3.6.1.4.1.1466.115.121.1.5</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="LDAPTYPE_BIT_STRING">
<xsd:annotation>
<xsd:documentation>Bit String, corresponding to OID 1.3.6.1.4.1.1466.115.121.1.6</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="LDAPTYPE_BOOLEAN">
<xsd:annotation>
<xsd:documentation>Boolean, corresponding to OID 1.3.6.1.4.1.1466.115.121.1.7</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="LDAPTYPE_CERTIFICATE">
<xsd:annotation>
<xsd:documentation>Certificate, corresponding to OID 1.3.6.1.4.1.1466.115.121.1.8</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="LDAPTYPE_CERTIFICATE_LIST">
<xsd:annotation>
<xsd:documentation>Certificate List, corresponding to OID 1.3.6.1.4.1.1466.115.121.1.9</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="LDAPTYPE_CERTIFICATE_PAIR">
<xsd:annotation>
<xsd:documentation>Certificate Pair, corresponding to OID 1.3.6.1.4.1.1466.115.121.1.10</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="LDAPTYPE_COUNTRY_STRING">
<xsd:annotation>
<xsd:documentation>Country String, corresponding to OID 1.3.6.1.4.1.1466.115.121.1.11</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="LDAPTYPE_DN_STRING">
<xsd:annotation>
<xsd:documentation>DN, corresponding to OID 1.3.6.1.4.1.1466.115.121.1.12</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="LDAPTYPE_DATA_QUALITY_SYNTAX">
<xsd:annotation>
<xsd:documentation>Data Quality Syntax, corresponding to OID 1.3.6.1.4.1.1466.115.121.1.13</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="LDAPTYPE_DELIVERY_METHOD">
<xsd:annotation>
<xsd:documentation>Delivery Method, corresponding to OID 1.3.6.1.4.1.1466.115.121.1.14</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="LDAPTYPE_DIRECTORY_STRING">
<xsd:annotation>
<xsd:documentation>Directory String, corresponding to OID 1.3.6.1.4.1.1466.115.121.1.15</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="LDAPTYPE_DIR_CONTENT_RULE_DESCRIPTION">
<xsd:annotation>
<xsd:documentation>DIT Content Rule Description, corresponding to OID 1.3.6.1.4.1.1466.115.121.1.16</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="LDAPTYPE_DIT_STRUCTURE_RULE_DESCRIPTION">
<xsd:annotation>
<xsd:documentation>DIT Structure Rule Description, corresponding to OID 1.3.6.1.4.1.1466.115.121.1.17</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="LDAPTYPE_DL_SUBMIT_PERMISSION">
<xsd:annotation>
<xsd:documentation>DL Submit Permission, corresponding to OID Y 1.3.6.1.4.1.1466.115.121.1.18</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="LDAPTYPE_DSA_QUALITY_SYNTAX">
<xsd:annotation>
<xsd:documentation>DSA Quality Syntax, corresponding to OID 1.3.6.1.4.1.1466.115.121.1.19</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="LDAPTYPE_DSE_TYPE">
<xsd:annotation>
<xsd:documentation>DSE Type, corresponding to OID 1.3.6.1.4.1.1466.115.121.1.20</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="LDAPTYPE_ENHANCED_GUIDE">
<xsd:annotation>
<xsd:documentation>Enhanced Guide, corresponding to OID 1.3.6.1.4.1.1466.115.121.1.21</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="LDAPTYPE_FAX_TEL_NUMBER">
<xsd:annotation>
<xsd:documentation>Facsimile Telephone Number, corresponding to OID 1.3.6.1.4.1.1466.115.121.1.22</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="LDAPTYPE_FAX">
<xsd:annotation>
<xsd:documentation>Fax, corresponding to OID 1.3.6.1.4.1.1466.115.121.1.23</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="LDAPTYPE_GENERALIZED_TIME">
<xsd:annotation>
<xsd:documentation>Generalized Time, corresponding to OID 1.3.6.1.4.1.1466.115.121.1.24</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="LDAPTYPE_GUIDE">
<xsd:annotation>
<xsd:documentation>Guide, corresponding to OID 1.3.6.1.4.1.1466.115.121.1.25</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="LDAPTYPE_IA5_STRING">
<xsd:annotation>
<xsd:documentation>IA5 String, corresponding to OID 1.3.6.1.4.1.1466.115.121.1.26</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="LDAPTYPE_INTEGER">
<xsd:annotation>
<xsd:documentation>INTEGER, corresponding to OID 1.3.6.1.4.1.1466.115.121.1.27</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="LDAPTYPE_JPEG">
<xsd:annotation>
<xsd:documentation>JPEG, corresponding to OID 1.3.6.1.4.1.1466.115.121.1.28</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="LDAPTYPE_LDAP_SYNTAX_DESCRIPTION">
<xsd:annotation>
<xsd:documentation>LDAP Syntax Description, corresponding to OID 1.3.6.1.4.1.1466.115.121.1.54</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="LDAPTYPE_LDAP_SCHEMA_DEFINITION">
<xsd:annotation>
<xsd:documentation>LDAP Schema Definition, corresponding to OID 1.3.6.1.4.1.1466.115.121.1.56</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="LDAPTYPE_LDAP_SCHEMA_DESCRIPTION">
<xsd:annotation>
<xsd:documentation>LDAP Schema Description, corresponding to OID 1.3.6.1.4.1.1466.115.121.1.57</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="LDAPTYPE_MASTER_AND_SHADOW_ACCESS_POINTS">
<xsd:annotation>
<xsd:documentation>Master And Shadow Access Points, corresponding to OID 1.3.6.1.4.1.1466.115.121.1.29</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="LDAPTYPE_MATCHING_RULE_DESCRIPTION">
<xsd:annotation>
<xsd:documentation>Matching Rule Description, corresponding to OID 1.3.6.1.4.1.1466.115.121.1.30</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="LDAPTYPE_MATCHING_RULE_USE_DESCRIPTION">
<xsd:annotation>
<xsd:documentation>Matching Rule Use Description, corresponding to OID 1.3.6.1.4.1.1466.115.121.1.31</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="LDAPTYPE_MAIL_PREFERENCE">
<xsd:annotation>
<xsd:documentation>Mail Preference, corresponding to OID 1.3.6.1.4.1.1466.115.121.1.32</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="LDAPTYPE_MHS_OR_ADDRESS">
<xsd:annotation>
<xsd:documentation>MHS OR Address, corresponding to OID 1.3.6.1.4.1.1466.115.121.1.33</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="LDAPTYPE_MODIFY_RIGHTS">
<xsd:annotation>
<xsd:documentation>Modify Rights, corresponding to OID 1.3.6.1.4.1.1466.115.121.1.55</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="LDAPTYPE_NAME_AND_OPTIONAL_UID">
<xsd:annotation>
<xsd:documentation>Name And Optional UID, corresponding to OID 1.3.6.1.4.1.1466.115.121.1.34</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="LDAPTYPE_NAME_FORM_DESCRIPTION">
<xsd:annotation>
<xsd:documentation>Name Form Description, corresponding to OID 1.3.6.1.4.1.1466.115.121.1.35</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="LDAPTYPE_NUMERIC_STRING">
<xsd:annotation>
<xsd:documentation>Numeric String, corresponding to OID 1.3.6.1.4.1.1466.115.121.1.36</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="LDAPTYPE_OBJECT_CLASS_DESCRIP_STRING">
<xsd:annotation>
<xsd:documentation>Object Class Description, corresponding to OID 1.3.6.1.4.1.1466.115.121.1.37</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="LDAPTYPE_OCTET_STRING">
<xsd:annotation>
<xsd:documentation>Octet String, corresponding to OID 1.3.6.1.4.1.1466.115.121.1.40</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="LDAPTYPE_OID">
<xsd:annotation>
<xsd:documentation>OID, corresponding to OID 1.3.6.1.4.1.1466.115.121.1.38</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="LDAPTYPE_MAILBOX">
<xsd:annotation>
<xsd:documentation>Other Mailbox, corresponding to OID 1.3.6.1.4.1.1466.115.121.1.39</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="LDAPTYPE_POSTAL_ADDRESS">
<xsd:annotation>
<xsd:documentation>Postal Address, corresponding to OID 1.3.6.1.4.1.1466.115.121.1.41</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="LDAPTYPE_PROTOCOL_INFORMATION">
<xsd:annotation>
<xsd:documentation>Protocol Information, corresponding to OID 1.3.6.1.4.1.1466.115.121.1.42</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="LDAPTYPE_PRESENTATION_ADDRESS">
<xsd:annotation>
<xsd:documentation>Presentation Address, corresponding to OID 1.3.6.1.4.1.1466.115.121.1.43</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="LDAPTYPE_PRINTABLE_STRING">
<xsd:annotation>
<xsd:documentation>Printable String, corresponding to OID 1.3.6.1.4.1.1466.115.121.1.44</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="LDAPTYPE_SUBSTRING_ASSERTION">
<xsd:annotation>
<xsd:documentation>Substring Assertion, corresponding to OID 1.3.6.1.4.1.1466.115.121.1.58</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="LDAPTYPE_SUBTREE_SPECIFICATION">
<xsd:annotation>
<xsd:documentation>Subtree Specification, corresponding to OID 1.3.6.1.4.1.1466.115.121.1.45</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="LDAPTYPE_SUPPLIER_INFORMATION">
<xsd:annotation>
<xsd:documentation>Supplier Information, corresponding to OID 1.3.6.1.4.1.1466.115.121.1.46</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="LDAPTYPE_SUPPLIER_OR_CONSUMER">
<xsd:annotation>
<xsd:documentation>Supplier Or Consumer, corresponding to OID 1.3.6.1.4.1.1466.115.121.1.47</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="LDAPTYPE_SUPPLIER_AND_CONSUMER">
<xsd:annotation>
<xsd:documentation>Supplier And Consumer, corresponding to OID 1.3.6.1.4.1.1466.115.121.1.48</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="LDAPTYPE_SUPPORTED_ALGORITHM">
<xsd:annotation>
<xsd:documentation>Supported Algorithm, corresponding to OID 1.3.6.1.4.1.1466.115.121.1.49</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="LDAPTYPE_TELEPHONE_NUMBER">
<xsd:annotation>
<xsd:documentation>Telephone Number, corresponding to OID 1.3.6.1.4.1.1466.115.121.1.50</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="LDAPTYPE_TELEX_TERMINAL_ID">
<xsd:annotation>
<xsd:documentation>Teletex Terminal Identifier, corresponding to OID 1.3.6.1.4.1.1466.115.121.1.51</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="LDAPTYPE_TELEX_NUMBER">
<xsd:annotation>
<xsd:documentation>Telex Number, corresponding to OID 1.3.6.1.4.1.1466.115.121.1.52</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="LDAPTYPE_UTC_TIME">
<xsd:annotation>
<xsd:documentation>UTC Time, corresponding to OID 1.3.6.1.4.1.1466.115.121.1.53</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="LDAPTYPE_TIMESTAMP">
<xsd:annotation>
<xsd:documentation>The data is of a time stamp in seconds.</xsd:documentation>
<xsd:appinfo>
<oval:deprecated_info>
<oval:version>5.7</oval:version>
<oval:reason>This value was accidently carried over from the win-def:EntityStateAdstypeType as it was used as a template for the ind-def:EntityStateLdaptypeType.</oval:reason>
<oval:comment>This value has been deprecated and will be removed in version 6.0 of the language.</oval:comment>
</oval:deprecated_info>
<sch:pattern id="ind-def_ldaptype_timestamp_value_dep">
<sch:rule context="oval-def:oval_definitions/oval-def:states/ind-def:ldap_state/ind-def:ldaptype|oval-def:oval_definitions/oval-def:states/ind-def:ldap57_state/ind-def:ldaptype">
<sch:report test=".='LDAPTYPE_TIMESTAMP'">
DEPRECATED ELEMENT VALUE IN: ldap_state ELEMENT VALUE: <sch:value-of select="."/>
</sch:report>
</sch:rule>
</sch:pattern>
</xsd:appinfo>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="LDAPTYPE_EMAIL">
<xsd:annotation>
<xsd:documentation>The data is of an e-mail message.</xsd:documentation>
<xsd:appinfo>
<oval:deprecated_info>
<oval:version>5.7</oval:version>
<oval:reason>This value was accidently carried over from the win-def:EntityStateAdstypeType as it was used as a template for the ind-def:EntityStateLdaptypeType.</oval:reason>
<oval:comment>This value has been deprecated and will be removed in version 6.0 of the language.</oval:comment>
</oval:deprecated_info>
<sch:pattern id="ind-def_ldaptype_email_value_dep">
<sch:rule context="oval-def:oval_definitions/oval-def:states/ind-def:ldap_state/ind-def:ldaptype|oval-def:oval_definitions/oval-def:states/ind-def:ldap57_state/ind-def:ldaptype">
<sch:report test=".='LDAPTYPE_EMAIL'">
DEPRECATED ELEMENT VALUE IN: ldap_state ELEMENT VALUE: <sch:value-of select="."/>
</sch:report>
</sch:rule>
</sch:pattern>
</xsd:appinfo>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="">
<xsd:annotation>
<xsd:documentation>The empty string value is permitted here to allow for empty elements associated with variable references.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleContent>
</xsd:complexType>
<!-- =============================================================================== -->
<!-- ========================== The Updated EntityItemLdaptypeType ============================ -->
<!-- =============================================================================== -->
<xsd:complexType name="EntityItemLdaptypeType">
<xsd:annotation>
<xsd:documentation>The EntityItemLdaptypeType complex type restricts string values corresponding to those defined in section 4.3.2 (Syntax Identifiers) of RFC 2252. The empty string is also allowed to support empty elements associated with variable references.</xsd:documentation>
</xsd:annotation>
<xsd:simpleContent>
<xsd:restriction base="oval-sc:EntityItemStringType">
<xsd:enumeration value="LDAPTYPE_ACI_ITEM">
<xsd:annotation>
<xsd:documentation>ACI Item, corresponding to OID 1.3.6.1.4.1.1466.115.121.1.1</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="LDAPTYPE_ACCESS_POINT">
<xsd:annotation>
<xsd:documentation>Access Point, corresponding to OID 1.3.6.1.4.1.1466.115.121.1.2</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="LDAPTYPE_ATTRIBUTE_TYPE_DESCRIP_STRING">
<xsd:annotation>
<xsd:documentation>Attribute Type Description, corresponding to OID 1.3.6.1.4.1.1466.115.121.1.3</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="LDAPTYPE_AUDIO">
<xsd:annotation>
<xsd:documentation>Audio, corresponding to OID 1.3.6.1.4.1.1466.115.121.1.4</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="LDAPTYPE_BINARY">
<xsd:annotation>
<xsd:documentation>Binary, corresponding to OID 1.3.6.1.4.1.1466.115.121.1.5</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="LDAPTYPE_BIT_STRING">
<xsd:annotation>
<xsd:documentation>Bit String, corresponding to OID 1.3.6.1.4.1.1466.115.121.1.6</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="LDAPTYPE_BOOLEAN">
<xsd:annotation>
<xsd:documentation>Boolean, corresponding to OID 1.3.6.1.4.1.1466.115.121.1.7</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="LDAPTYPE_CERTIFICATE">
<xsd:annotation>
<xsd:documentation>Certificate, corresponding to OID 1.3.6.1.4.1.1466.115.121.1.8</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="LDAPTYPE_CERTIFICATE_LIST">
<xsd:annotation>
<xsd:documentation>Certificate List, corresponding to OID 1.3.6.1.4.1.1466.115.121.1.9</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="LDAPTYPE_CERTIFICATE_PAIR">
<xsd:annotation>
<xsd:documentation>Certificate Pair, corresponding to OID 1.3.6.1.4.1.1466.115.121.1.10</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="LDAPTYPE_COUNTRY_STRING">
<xsd:annotation>
<xsd:documentation>Country String, corresponding to OID 1.3.6.1.4.1.1466.115.121.1.11</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="LDAPTYPE_DN_STRING">
<xsd:annotation>
<xsd:documentation>DN, corresponding to OID 1.3.6.1.4.1.1466.115.121.1.12</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="LDAPTYPE_DATA_QUALITY_SYNTAX">
<xsd:annotation>
<xsd:documentation>Data Quality Syntax, corresponding to OID 1.3.6.1.4.1.1466.115.121.1.13</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="LDAPTYPE_DELIVERY_METHOD">
<xsd:annotation>
<xsd:documentation>Delivery Method, corresponding to OID 1.3.6.1.4.1.1466.115.121.1.14</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="LDAPTYPE_DIRECTORY_STRING">
<xsd:annotation>
<xsd:documentation>Directory String, corresponding to OID 1.3.6.1.4.1.1466.115.121.1.15</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="LDAPTYPE_DIR_CONTENT_RULE_DESCRIPTION">
<xsd:annotation>
<xsd:documentation>DIT Content Rule Description, corresponding to OID 1.3.6.1.4.1.1466.115.121.1.16</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="LDAPTYPE_DIT_STRUCTURE_RULE_DESCRIPTION">
<xsd:annotation>
<xsd:documentation>DIT Structure Rule Description, corresponding to OID 1.3.6.1.4.1.1466.115.121.1.17</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="LDAPTYPE_DL_SUBMIT_PERMISSION">
<xsd:annotation>
<xsd:documentation>DL Submit Permission, corresponding to OID Y 1.3.6.1.4.1.1466.115.121.1.18</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="LDAPTYPE_DSA_QUALITY_SYNTAX">
<xsd:annotation>
<xsd:documentation>DSA Quality Syntax, corresponding to OID 1.3.6.1.4.1.1466.115.121.1.19</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="LDAPTYPE_DSE_TYPE">
<xsd:annotation>
<xsd:documentation>DSE Type, corresponding to OID 1.3.6.1.4.1.1466.115.121.1.20</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="LDAPTYPE_ENHANCED_GUIDE">
<xsd:annotation>
<xsd:documentation>Enhanced Guide, corresponding to OID 1.3.6.1.4.1.1466.115.121.1.21</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="LDAPTYPE_FAX_TEL_NUMBER">
<xsd:annotation>
<xsd:documentation>Facsimile Telephone Number, corresponding to OID 1.3.6.1.4.1.1466.115.121.1.22</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="LDAPTYPE_FAX">
<xsd:annotation>
<xsd:documentation>Fax, corresponding to OID 1.3.6.1.4.1.1466.115.121.1.23</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="LDAPTYPE_GENERALIZED_TIME">
<xsd:annotation>
<xsd:documentation>Generalized Time, corresponding to OID 1.3.6.1.4.1.1466.115.121.1.24</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="LDAPTYPE_GUIDE">
<xsd:annotation>
<xsd:documentation>Guide, corresponding to OID 1.3.6.1.4.1.1466.115.121.1.25</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="LDAPTYPE_IA5_STRING">
<xsd:annotation>
<xsd:documentation>IA5 String, corresponding to OID 1.3.6.1.4.1.1466.115.121.1.26</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="LDAPTYPE_INTEGER">
<xsd:annotation>
<xsd:documentation>INTEGER, corresponding to OID 1.3.6.1.4.1.1466.115.121.1.27</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="LDAPTYPE_JPEG">
<xsd:annotation>
<xsd:documentation>JPEG, corresponding to OID 1.3.6.1.4.1.1466.115.121.1.28</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="LDAPTYPE_LDAP_SYNTAX_DESCRIPTION">
<xsd:annotation>
<xsd:documentation>LDAP Syntax Description, corresponding to OID 1.3.6.1.4.1.1466.115.121.1.54</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="LDAPTYPE_LDAP_SCHEMA_DEFINITION">
<xsd:annotation>
<xsd:documentation>LDAP Schema Definition, corresponding to OID 1.3.6.1.4.1.1466.115.121.1.56</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="LDAPTYPE_LDAP_SCHEMA_DESCRIPTION">
<xsd:annotation>
<xsd:documentation>LDAP Schema Description, corresponding to OID 1.3.6.1.4.1.1466.115.121.1.57</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="LDAPTYPE_MASTER_AND_SHADOW_ACCESS_POINTS">
<xsd:annotation>
<xsd:documentation>Master And Shadow Access Points, corresponding to OID 1.3.6.1.4.1.1466.115.121.1.29</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="LDAPTYPE_MATCHING_RULE_DESCRIPTION">
<xsd:annotation>
<xsd:documentation>Matching Rule Description, corresponding to OID 1.3.6.1.4.1.1466.115.121.1.30</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="LDAPTYPE_MATCHING_RULE_USE_DESCRIPTION">
<xsd:annotation>
<xsd:documentation>Matching Rule Use Description, corresponding to OID 1.3.6.1.4.1.1466.115.121.1.31</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="LDAPTYPE_MAIL_PREFERENCE">
<xsd:annotation>
<xsd:documentation>Mail Preference, corresponding to OID 1.3.6.1.4.1.1466.115.121.1.32</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="LDAPTYPE_MHS_OR_ADDRESS">
<xsd:annotation>
<xsd:documentation>MHS OR Address, corresponding to OID 1.3.6.1.4.1.1466.115.121.1.33</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="LDAPTYPE_MODIFY_RIGHTS">
<xsd:annotation>
<xsd:documentation>Modify Rights, corresponding to OID 1.3.6.1.4.1.1466.115.121.1.55</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="LDAPTYPE_NAME_AND_OPTIONAL_UID">
<xsd:annotation>
<xsd:documentation>Name And Optional UID, corresponding to OID 1.3.6.1.4.1.1466.115.121.1.34</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="LDAPTYPE_NAME_FORM_DESCRIPTION">
<xsd:annotation>
<xsd:documentation>Name Form Description, corresponding to OID 1.3.6.1.4.1.1466.115.121.1.35</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="LDAPTYPE_NUMERIC_STRING">
<xsd:annotation>
<xsd:documentation>Numeric String, corresponding to OID 1.3.6.1.4.1.1466.115.121.1.36</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="LDAPTYPE_OBJECT_CLASS_DESCRIP_STRING">
<xsd:annotation>
<xsd:documentation>Object Class Description, corresponding to OID 1.3.6.1.4.1.1466.115.121.1.37</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="LDAPTYPE_OCTET_STRING">
<xsd:annotation>
<xsd:documentation>Octet String, corresponding to OID 1.3.6.1.4.1.1466.115.121.1.40</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="LDAPTYPE_OID">
<xsd:annotation>
<xsd:documentation>OID, corresponding to OID 1.3.6.1.4.1.1466.115.121.1.38</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="LDAPTYPE_MAILBOX">
<xsd:annotation>
<xsd:documentation>Other Mailbox, corresponding to OID 1.3.6.1.4.1.1466.115.121.1.39</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="LDAPTYPE_POSTAL_ADDRESS">
<xsd:annotation>
<xsd:documentation>Postal Address, corresponding to OID 1.3.6.1.4.1.1466.115.121.1.41</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="LDAPTYPE_PROTOCOL_INFORMATION">
<xsd:annotation>
<xsd:documentation>Protocol Information, corresponding to OID 1.3.6.1.4.1.1466.115.121.1.42</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="LDAPTYPE_PRESENTATION_ADDRESS">
<xsd:annotation>
<xsd:documentation>Presentation Address, corresponding to OID 1.3.6.1.4.1.1466.115.121.1.43</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="LDAPTYPE_PRINTABLE_STRING">
<xsd:annotation>
<xsd:documentation>Printable String, corresponding to OID 1.3.6.1.4.1.1466.115.121.1.44</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="LDAPTYPE_SUBSTRING_ASSERTION">
<xsd:annotation>
<xsd:documentation>Substring Assertion, corresponding to OID 1.3.6.1.4.1.1466.115.121.1.58</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="LDAPTYPE_SUBTREE_SPECIFICATION">
<xsd:annotation>
<xsd:documentation>Subtree Specification, corresponding to OID 1.3.6.1.4.1.1466.115.121.1.45</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="LDAPTYPE_SUPPLIER_INFORMATION">
<xsd:annotation>
<xsd:documentation>Supplier Information, corresponding to OID 1.3.6.1.4.1.1466.115.121.1.46</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="LDAPTYPE_SUPPLIER_OR_CONSUMER">
<xsd:annotation>
<xsd:documentation>Supplier Or Consumer, corresponding to OID 1.3.6.1.4.1.1466.115.121.1.47</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="LDAPTYPE_SUPPLIER_AND_CONSUMER">
<xsd:annotation>
<xsd:documentation>Supplier And Consumer, corresponding to OID 1.3.6.1.4.1.1466.115.121.1.48</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="LDAPTYPE_SUPPORTED_ALGORITHM">
<xsd:annotation>
<xsd:documentation>Supported Algorithm, corresponding to OID 1.3.6.1.4.1.1466.115.121.1.49</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="LDAPTYPE_TELEPHONE_NUMBER">
<xsd:annotation>
<xsd:documentation>Telephone Number, corresponding to OID 1.3.6.1.4.1.1466.115.121.1.50</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="LDAPTYPE_TELEX_TERMINAL_ID">
<xsd:annotation>
<xsd:documentation>Teletex Terminal Identifier, corresponding to OID 1.3.6.1.4.1.1466.115.121.1.51</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="LDAPTYPE_TELEX_NUMBER">
<xsd:annotation>
<xsd:documentation>Telex Number, corresponding to OID 1.3.6.1.4.1.1466.115.121.1.52</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="LDAPTYPE_UTC_TIME">
<xsd:annotation>
<xsd:documentation>UTC Time, corresponding to OID 1.3.6.1.4.1.1466.115.121.1.53</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="LDAPTYPE_TIMESTAMP">
<xsd:annotation>
<xsd:documentation>The data is of a time stamp in seconds.</xsd:documentation>
<xsd:appinfo>
<oval:deprecated_info>
<oval:version>5.7</oval:version>
<oval:reason>This value was accidently carried over from the win-sc:EntityItemAdstypeType as it was used as a template for the ind-sc:EntityItemLdaptypeType.</oval:reason>
<oval:comment>This value has been deprecated and will be removed in version 6.0 of the language.</oval:comment>
</oval:deprecated_info>
<sch:pattern id="ind-sc_ldaptype_timestamp_value_dep">
<sch:rule context="oval-sc:oval_system_characteristics/oval-sc:system_data/ind-sc:ldap_item/ind-sc:ldaptype|oval-sc:oval_system_characteristics/oval-sc:system_data/ind-sc:ldap57_item/ind-sc:ldaptype">
<sch:report test=".='LDAPTYPE_TIMESTAMP'">
DEPRECATED ELEMENT VALUE IN: ldap_item ELEMENT VALUE: <sch:value-of select="."/>
</sch:report>
</sch:rule>
</sch:pattern>
</xsd:appinfo>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="LDAPTYPE_EMAIL">
<xsd:annotation>
<xsd:documentation>The data is of an e-mail message.</xsd:documentation>
<xsd:appinfo>
<oval:deprecated_info>
<oval:version>5.7</oval:version>
<oval:reason>This value was accidently carried over from the win-sc:EntityItemAdstypeType as it was used as a template for the ind-sc:EntityItemLdaptypeType.</oval:reason>
<oval:comment>This value has been deprecated and will be removed in version 6.0 of the language.</oval:comment>
</oval:deprecated_info>
<sch:pattern id="ind-sc_ldaptype_email_value_dep">
<sch:rule context="oval-sc:oval_system_characteristics/oval-sc:system_data/ind-sc:ldap_item/ind-sc:ldaptype|oval-sc:oval_system_characteristics/oval-sc:system_data/ind-sc:ldap57_item/ind-sc:ldaptype">
<sch:report test=".='LDAPTYPE_EMAIL'">
DEPRECATED ELEMENT VALUE IN: ldap_item ELEMENT VALUE: <sch:value-of select="."/>
</sch:report>
</sch:rule>
</sch:pattern>
</xsd:appinfo>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="">
<xsd:annotation>
<xsd:documentation>The empty string value is permitted here to allow for detailed error reporting.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleContent>
</xsd:complexType>
</xsd:schema>