This file is indexed.

/usr/share/gtk-doc/html/ontology/nco-classes.html is in libtracker-sparql-doc 1.2.4-2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

   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
 702
 703
 704
 705
 706
 707
 708
 709
 710
 711
 712
 713
 714
 715
 716
 717
 718
 719
 720
 721
 722
 723
 724
 725
 726
 727
 728
 729
 730
 731
 732
 733
 734
 735
 736
 737
 738
 739
 740
 741
 742
 743
 744
 745
 746
 747
 748
 749
 750
 751
 752
 753
 754
 755
 756
 757
 758
 759
 760
 761
 762
 763
 764
 765
 766
 767
 768
 769
 770
 771
 772
 773
 774
 775
 776
 777
 778
 779
 780
 781
 782
 783
 784
 785
 786
 787
 788
 789
 790
 791
 792
 793
 794
 795
 796
 797
 798
 799
 800
 801
 802
 803
 804
 805
 806
 807
 808
 809
 810
 811
 812
 813
 814
 815
 816
 817
 818
 819
 820
 821
 822
 823
 824
 825
 826
 827
 828
 829
 830
 831
 832
 833
 834
 835
 836
 837
 838
 839
 840
 841
 842
 843
 844
 845
 846
 847
 848
 849
 850
 851
 852
 853
 854
 855
 856
 857
 858
 859
 860
 861
 862
 863
 864
 865
 866
 867
 868
 869
 870
 871
 872
 873
 874
 875
 876
 877
 878
 879
 880
 881
 882
 883
 884
 885
 886
 887
 888
 889
 890
 891
 892
 893
 894
 895
 896
 897
 898
 899
 900
 901
 902
 903
 904
 905
 906
 907
 908
 909
 910
 911
 912
 913
 914
 915
 916
 917
 918
 919
 920
 921
 922
 923
 924
 925
 926
 927
 928
 929
 930
 931
 932
 933
 934
 935
 936
 937
 938
 939
 940
 941
 942
 943
 944
 945
 946
 947
 948
 949
 950
 951
 952
 953
 954
 955
 956
 957
 958
 959
 960
 961
 962
 963
 964
 965
 966
 967
 968
 969
 970
 971
 972
 973
 974
 975
 976
 977
 978
 979
 980
 981
 982
 983
 984
 985
 986
 987
 988
 989
 990
 991
 992
 993
 994
 995
 996
 997
 998
 999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Tracker Ontology Reference Manual: NCO Ontology Classes</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="index.html" title="Tracker Ontology Reference Manual">
<link rel="up" href="nco-ontology.html" title="Nepomuk Contacts Ontology (NCO): All about contacts. Rough equivalent of the VCARD standard.">
<link rel="prev" href="nco-ontology.html" title="Nepomuk Contacts Ontology (NCO): All about contacts. Rough equivalent of the VCARD standard.">
<link rel="next" href="nco-properties.html" title="NCO Ontology Properties">
<meta name="generator" content="GTK-Doc V1.21 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle">
<td width="100%" align="left" class="shortcuts"></td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
<td><a accesskey="u" href="nco-ontology.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
<td><a accesskey="p" href="nco-ontology.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
<td><a accesskey="n" href="nco-properties.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
</tr></table>
<div class="section">
<div class="titlepage"><div><div><h2 class="title" style="clear: both">
<a name="nco-classes"></a>NCO Ontology Classes</h2></div></div></div>
<div class="refsect2">
<a name="nco-IMAccount"></a><h3>nco:IMAccount</h3>
<p>An account in an Instant Messaging system. This refers to IM accounts of the user 'me'.</p>
<div class="variablelist"><table border="0" class="variablelist">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>Superclasses</code></em> :</span></p></td>
<td>
<a class="link" href="nie-classes.html#nie-InformationElement" title="nie:InformationElement">nie:InformationElement</a>, </td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>Subclasses</code></em> :</span></p></td>
<td>--</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>In domain of</code></em> :</span></p></td>
<td>
<a class="link" href="nco-properties.html#nco-imEnabled" title="nco:imEnabled">nco:imEnabled</a>, <a class="link" href="nco-properties.html#nco-imDisplayName" title="nco:imDisplayName">nco:imDisplayName</a>, <a class="link" href="nco-properties.html#nco-imAccountType" title="nco:imAccountType">nco:imAccountType</a>, <a class="link" href="nco-properties.html#nco-imAccountAddress" title="nco:imAccountAddress">nco:imAccountAddress</a>, <a class="link" href="nco-properties.html#nco-hasIMContact" title="nco:hasIMContact">nco:hasIMContact</a>, </td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>In range of</code></em> :</span></p></td>
<td>--</td>
</tr>
</tbody>
</table></div>
<div class="note">
<h3 class="title">Note:</h3>
<p>This class notifies about changes</p>
</div>
</div>
<hr>
<div class="refsect2">
<a name="nco-PcsNumber"></a><h3>nco:PcsNumber</h3>
<p>Personal Communication Services Number. A class inspired by the TYPE=pcs parameter of the TEL property defined in RFC 2426 sec. 3.3.1</p>
<div class="variablelist"><table border="0" class="variablelist">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>Superclasses</code></em> :</span></p></td>
<td>
<a class="link" href="nco-classes.html#nco-VoicePhoneNumber" title="nco:VoicePhoneNumber">nco:VoicePhoneNumber</a>, </td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>Subclasses</code></em> :</span></p></td>
<td>--</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>In domain of</code></em> :</span></p></td>
<td>--</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>In range of</code></em> :</span></p></td>
<td>--</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="nco-PersonContact"></a><h3>nco:PersonContact</h3>
<p>A Contact that denotes a Person. A person can have multiple Affiliations.</p>
<div class="variablelist"><table border="0" class="variablelist">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>Superclasses</code></em> :</span></p></td>
<td>
<a class="link" href="nco-classes.html#nco-Contact" title="nco:Contact">nco:Contact</a>, </td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>Subclasses</code></em> :</span></p></td>
<td>--</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>In domain of</code></em> :</span></p></td>
<td>
<a class="link" href="nco-properties.html#nco-hasAffiliation" title="nco:hasAffiliation">nco:hasAffiliation</a>, <a class="link" href="nco-properties.html#nco-gender" title="nco:gender">nco:gender</a>, <a class="link" href="nco-properties.html#nco-hobby" title="nco:hobby">nco:hobby</a>, <a class="link" href="nco-properties.html#nco-nameHonorificPrefix" title="nco:nameHonorificPrefix">nco:nameHonorificPrefix</a>, <a class="link" href="nco-properties.html#nco-nameHonorificSuffix" title="nco:nameHonorificSuffix">nco:nameHonorificSuffix</a>, <a class="link" href="nco-properties.html#nco-nameAdditional" title="nco:nameAdditional">nco:nameAdditional</a>, <a class="link" href="nco-properties.html#nco-nameGiven" title="nco:nameGiven">nco:nameGiven</a>, <a class="link" href="nco-properties.html#nco-nameFamily" title="nco:nameFamily">nco:nameFamily</a>, </td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>In range of</code></em> :</span></p></td>
<td>--</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>Predefined instances</code></em> :</span></p></td>
<td>
nco:default-contact-me, </td>
</tr>
</tbody>
</table></div>
<div class="note">
<h3 class="title">Note:</h3>
<p>This class notifies about changes</p>
</div>
</div>
<hr>
<div class="refsect2">
<a name="nco-VoicePhoneNumber"></a><h3>nco:VoicePhoneNumber</h3>
<p>A telephone number with voice communication capabilities. Class inspired by the TYPE=voice parameter of the TEL property defined in RFC 2426 sec. 3.3.1</p>
<div class="variablelist"><table border="0" class="variablelist">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>Superclasses</code></em> :</span></p></td>
<td>
<a class="link" href="nco-classes.html#nco-PhoneNumber" title="nco:PhoneNumber">nco:PhoneNumber</a>, </td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>Subclasses</code></em> :</span></p></td>
<td>
<a class="link" href="nco-classes.html#nco-CellPhoneNumber" title="nco:CellPhoneNumber">nco:CellPhoneNumber</a>, <a class="link" href="nco-classes.html#nco-PcsNumber" title="nco:PcsNumber">nco:PcsNumber</a>, <a class="link" href="nco-classes.html#nco-CarPhoneNumber" title="nco:CarPhoneNumber">nco:CarPhoneNumber</a>, <a class="link" href="nco-classes.html#nco-IsdnNumber" title="nco:IsdnNumber">nco:IsdnNumber</a>, <a class="link" href="nco-classes.html#nco-VideoTelephoneNumber" title="nco:VideoTelephoneNumber">nco:VideoTelephoneNumber</a>, </td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>In domain of</code></em> :</span></p></td>
<td>
<a class="link" href="nco-properties.html#nco-voiceMail" title="nco:voiceMail">nco:voiceMail</a>, </td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>In range of</code></em> :</span></p></td>
<td>--</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="nco-MessagingNumber"></a><h3>nco:MessagingNumber</h3>
<p>A number that can accept textual messages.</p>
<div class="variablelist"><table border="0" class="variablelist">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>Superclasses</code></em> :</span></p></td>
<td>
<a class="link" href="nco-classes.html#nco-PhoneNumber" title="nco:PhoneNumber">nco:PhoneNumber</a>, </td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>Subclasses</code></em> :</span></p></td>
<td>
<a class="link" href="nco-classes.html#nco-CellPhoneNumber" title="nco:CellPhoneNumber">nco:CellPhoneNumber</a>, <a class="link" href="nco-classes.html#nco-PagerNumber" title="nco:PagerNumber">nco:PagerNumber</a>, </td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>In domain of</code></em> :</span></p></td>
<td>--</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>In range of</code></em> :</span></p></td>
<td>--</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="nco-BbsNumber"></a><h3>nco:BbsNumber</h3>
<p>A Bulletin Board System (BBS) phone number. Inspired by the (TYPE=bbsl) parameter of the TEL property as defined in RFC 2426 sec  3.3.1.</p>
<div class="variablelist"><table border="0" class="variablelist">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>Superclasses</code></em> :</span></p></td>
<td>
<a class="link" href="nco-classes.html#nco-ModemNumber" title="nco:ModemNumber">nco:ModemNumber</a>, </td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>Subclasses</code></em> :</span></p></td>
<td>--</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>In domain of</code></em> :</span></p></td>
<td>--</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>In range of</code></em> :</span></p></td>
<td>--</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="nco-Gender"></a><h3>nco:Gender</h3>
<p>Gender. Instances of this class may include male and female.</p>
<div class="variablelist"><table border="0" class="variablelist">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>Superclasses</code></em> :</span></p></td>
<td>
rdfs:Resource, </td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>Subclasses</code></em> :</span></p></td>
<td>--</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>In domain of</code></em> :</span></p></td>
<td>--</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>In range of</code></em> :</span></p></td>
<td>
<a class="link" href="nco-properties.html#nco-gender" title="nco:gender">nco:gender</a>, </td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>Predefined instances</code></em> :</span></p></td>
<td>
nco:gender-other, nco:gender-female, nco:gender-male, </td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="nco-ContactMedium"></a><h3>nco:ContactMedium</h3>
<p>A superclass for all contact media - ways to contact an entity represented by a Contact instance. Some of the subclasses of this class (the various kinds of telephone numbers and postal addresses) have been inspired by the values of the TYPE parameter of ADR and TEL properties defined in RFC 2426 sec. 3.2.1. and 3.3.1 respectively. Each value is represented by an appropriate subclass with two major exceptions TYPE=home and TYPE=work. They are to be expressed by the roles these contact media are attached to i.e. contact media with TYPE=home parameter are to be attached to the default role (nco:Contact or nco:PersonContact), whereas media with TYPE=work parameter should be attached to nco:Affiliation or nco:OrganizationContact.</p>
<div class="variablelist"><table border="0" class="variablelist">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>Superclasses</code></em> :</span></p></td>
<td>
rdfs:Resource, </td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>Subclasses</code></em> :</span></p></td>
<td>
<a class="link" href="nco-classes.html#nco-PostalAddress" title="nco:PostalAddress">nco:PostalAddress</a>, <a class="link" href="nco-classes.html#nco-PhoneNumber" title="nco:PhoneNumber">nco:PhoneNumber</a>, <a class="link" href="nco-classes.html#nco-IMAddress" title="nco:IMAddress">nco:IMAddress</a>, <a class="link" href="nco-classes.html#nco-EmailAddress" title="nco:EmailAddress">nco:EmailAddress</a>, </td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>In domain of</code></em> :</span></p></td>
<td>
<a class="link" href="nco-properties.html#nco-contactMediumComment" title="nco:contactMediumComment">nco:contactMediumComment</a>, </td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>In range of</code></em> :</span></p></td>
<td>
<a class="link" href="nco-properties.html#nco-hasContactMedium" title="nco:hasContactMedium">nco:hasContactMedium</a>, </td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="nco-CellPhoneNumber"></a><h3>nco:CellPhoneNumber</h3>
<p>A cellular phone number. Inspired by the (TYPE=cell) parameter of the TEL property as defined in RFC 2426 sec  3.3.1. Usually a cellular phone can accept voice calls as well as textual messages (SMS), therefore this class has two superclasses.</p>
<div class="variablelist"><table border="0" class="variablelist">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>Superclasses</code></em> :</span></p></td>
<td>
<a class="link" href="nco-classes.html#nco-VoicePhoneNumber" title="nco:VoicePhoneNumber">nco:VoicePhoneNumber</a>, <a class="link" href="nco-classes.html#nco-MessagingNumber" title="nco:MessagingNumber">nco:MessagingNumber</a>, </td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>Subclasses</code></em> :</span></p></td>
<td>--</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>In domain of</code></em> :</span></p></td>
<td>--</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>In range of</code></em> :</span></p></td>
<td>--</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="nco-Role"></a><h3>nco:Role</h3>
<p>A role played by a contact. Contacts that denote people, can have many roles (e.g. see the hasAffiliation property and Affiliation class). Contacts that denote Organizations or other Agents usually have one role.  Each role can introduce additional contact media.</p>
<div class="variablelist"><table border="0" class="variablelist">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>Superclasses</code></em> :</span></p></td>
<td>
rdfs:Resource, </td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>Subclasses</code></em> :</span></p></td>
<td>
<a class="link" href="nco-classes.html#nco-Contact" title="nco:Contact">nco:Contact</a>, <a class="link" href="nco-classes.html#nco-Affiliation" title="nco:Affiliation">nco:Affiliation</a>, </td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>In domain of</code></em> :</span></p></td>
<td>
<a class="link" href="nco-properties.html#nco-video" title="nco:video">nco:video</a>, <a class="link" href="nco-properties.html#nco-hasIMAddress" title="nco:hasIMAddress">nco:hasIMAddress</a>, <a class="link" href="nco-properties.html#nco-hasPostalAddress" title="nco:hasPostalAddress">nco:hasPostalAddress</a>, <a class="link" href="nco-properties.html#nco-blogUrl" title="nco:blogUrl">nco:blogUrl</a>, <a class="link" href="nco-properties.html#nco-foafUrl" title="nco:foafUrl">nco:foafUrl</a>, <a class="link" href="nco-properties.html#nco-hasEmailAddress" title="nco:hasEmailAddress">nco:hasEmailAddress</a>, <a class="link" href="nco-properties.html#nco-websiteUrl" title="nco:websiteUrl">nco:websiteUrl</a>, <a class="link" href="nco-properties.html#nco-hasPhoneNumber" title="nco:hasPhoneNumber">nco:hasPhoneNumber</a>, <a class="link" href="nco-properties.html#nco-url" title="nco:url">nco:url</a>, <a class="link" href="nco-properties.html#nco-hasContactMedium" title="nco:hasContactMedium">nco:hasContactMedium</a>, </td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>In range of</code></em> :</span></p></td>
<td>--</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="nco-IsdnNumber"></a><h3>nco:IsdnNumber</h3>
<p>An ISDN phone number. Inspired by the (TYPE=isdn) parameter of the TEL property as defined in RFC 2426 sec  3.3.1.</p>
<div class="variablelist"><table border="0" class="variablelist">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>Superclasses</code></em> :</span></p></td>
<td>
<a class="link" href="nco-classes.html#nco-VoicePhoneNumber" title="nco:VoicePhoneNumber">nco:VoicePhoneNumber</a>, </td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>Subclasses</code></em> :</span></p></td>
<td>--</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>In domain of</code></em> :</span></p></td>
<td>--</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>In range of</code></em> :</span></p></td>
<td>--</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="nco-ContactList"></a><h3>nco:ContactList</h3>
<p>A contact list, this class represents an addressbook or a contact list of an IM application. Contacts inside a contact list can belong to contact groups.</p>
<div class="variablelist"><table border="0" class="variablelist">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>Superclasses</code></em> :</span></p></td>
<td>
<a class="link" href="nie-classes.html#nie-InformationElement" title="nie:InformationElement">nie:InformationElement</a>, </td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>Subclasses</code></em> :</span></p></td>
<td>--</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>In domain of</code></em> :</span></p></td>
<td>
<a class="link" href="nco-properties.html#nco-containsContact" title="nco:containsContact">nco:containsContact</a>, </td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>In range of</code></em> :</span></p></td>
<td>--</td>
</tr>
</tbody>
</table></div>
<div class="note">
<h3 class="title">Note:</h3>
<p>This class notifies about changes</p>
</div>
</div>
<hr>
<div class="refsect2">
<a name="nco-VideoTelephoneNumber"></a><h3>nco:VideoTelephoneNumber</h3>
<p>A Video telephone number. A class inspired by the TYPE=video parameter of the TEL property defined in RFC 2426 sec. 3.3.1</p>
<div class="variablelist"><table border="0" class="variablelist">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>Superclasses</code></em> :</span></p></td>
<td>
<a class="link" href="nco-classes.html#nco-VoicePhoneNumber" title="nco:VoicePhoneNumber">nco:VoicePhoneNumber</a>, </td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>Subclasses</code></em> :</span></p></td>
<td>--</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>In domain of</code></em> :</span></p></td>
<td>--</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>In range of</code></em> :</span></p></td>
<td>--</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="nco-DomesticDeliveryAddress"></a><h3>nco:DomesticDeliveryAddress</h3>
<p>Domestic Delivery Addresse. Class inspired by TYPE=dom parameter of the ADR property defined in RFC 2426 sec. 3.2.1</p>
<div class="variablelist"><table border="0" class="variablelist">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>Superclasses</code></em> :</span></p></td>
<td>
<a class="link" href="nco-classes.html#nco-PostalAddress" title="nco:PostalAddress">nco:PostalAddress</a>, </td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>Subclasses</code></em> :</span></p></td>
<td>--</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>In domain of</code></em> :</span></p></td>
<td>--</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>In range of</code></em> :</span></p></td>
<td>--</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="nco-FaxNumber"></a><h3>nco:FaxNumber</h3>
<p>A fax number. Inspired by the (TYPE=fax) parameter of the TEL property as defined in RFC 2426 sec  3.3.1.</p>
<div class="variablelist"><table border="0" class="variablelist">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>Superclasses</code></em> :</span></p></td>
<td>
<a class="link" href="nco-classes.html#nco-PhoneNumber" title="nco:PhoneNumber">nco:PhoneNumber</a>, </td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>Subclasses</code></em> :</span></p></td>
<td>--</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>In domain of</code></em> :</span></p></td>
<td>--</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>In range of</code></em> :</span></p></td>
<td>--</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="nco-OrganizationContact"></a><h3>nco:OrganizationContact</h3>
<p>A Contact that denotes on Organization.</p>
<div class="variablelist"><table border="0" class="variablelist">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>Superclasses</code></em> :</span></p></td>
<td>
<a class="link" href="nco-classes.html#nco-Contact" title="nco:Contact">nco:Contact</a>, </td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>Subclasses</code></em> :</span></p></td>
<td>--</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>In domain of</code></em> :</span></p></td>
<td>
<a class="link" href="nco-properties.html#nco-logo" title="nco:logo">nco:logo</a>, </td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>In range of</code></em> :</span></p></td>
<td>
<a class="link" href="nco-properties.html#nco-org" title="nco:org">nco:org</a>, </td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="nco-PhoneNumber"></a><h3>nco:PhoneNumber</h3>
<p>A telephone number.</p>
<div class="variablelist"><table border="0" class="variablelist">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>Superclasses</code></em> :</span></p></td>
<td>
<a class="link" href="nco-classes.html#nco-ContactMedium" title="nco:ContactMedium">nco:ContactMedium</a>, </td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>Subclasses</code></em> :</span></p></td>
<td>
<a class="link" href="nco-classes.html#nco-FaxNumber" title="nco:FaxNumber">nco:FaxNumber</a>, <a class="link" href="nco-classes.html#nco-VoicePhoneNumber" title="nco:VoicePhoneNumber">nco:VoicePhoneNumber</a>, <a class="link" href="nco-classes.html#nco-MessagingNumber" title="nco:MessagingNumber">nco:MessagingNumber</a>, <a class="link" href="nco-classes.html#nco-ModemNumber" title="nco:ModemNumber">nco:ModemNumber</a>, </td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>In domain of</code></em> :</span></p></td>
<td>
<a class="link" href="nco-properties.html#nco-phoneNumber" title="nco:phoneNumber">nco:phoneNumber</a>, </td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>In range of</code></em> :</span></p></td>
<td>
<a class="link" href="nco-properties.html#nco-hasPhoneNumber" title="nco:hasPhoneNumber">nco:hasPhoneNumber</a>, </td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="nco-IMAddress"></a><h3>nco:IMAddress</h3>
<p>An instant messaging address such as xmpp:foo@bar.com.</p>
<div class="variablelist"><table border="0" class="variablelist">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>Superclasses</code></em> :</span></p></td>
<td>
<a class="link" href="nco-classes.html#nco-ContactMedium" title="nco:ContactMedium">nco:ContactMedium</a>, </td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>Subclasses</code></em> :</span></p></td>
<td>--</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>In domain of</code></em> :</span></p></td>
<td>
<a class="link" href="nco-properties.html#nco-imAddressAuthStatusTo" title="nco:imAddressAuthStatusTo">nco:imAddressAuthStatusTo</a>, <a class="link" href="nco-properties.html#nco-imAddressAuthStatusFrom" title="nco:imAddressAuthStatusFrom">nco:imAddressAuthStatusFrom</a>, <a class="link" href="nco-properties.html#nco-imCapability" title="nco:imCapability">nco:imCapability</a>, <a class="link" href="nco-properties.html#nco-presenceLastModified" title="nco:presenceLastModified">nco:presenceLastModified</a>, <a class="link" href="nco-properties.html#nco-imPresence" title="nco:imPresence">nco:imPresence</a>, <a class="link" href="nco-properties.html#nco-imStatusMessage" title="nco:imStatusMessage">nco:imStatusMessage</a>, <a class="link" href="nco-properties.html#nco-imProtocol" title="nco:imProtocol">nco:imProtocol</a>, <a class="link" href="nco-properties.html#nco-imAvatar" title="nco:imAvatar">nco:imAvatar</a>, <a class="link" href="nco-properties.html#nco-imNickname" title="nco:imNickname">nco:imNickname</a>, <a class="link" href="nco-properties.html#nco-imID" title="nco:imID">nco:imID</a>, </td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>In range of</code></em> :</span></p></td>
<td>
<a class="link" href="nco-properties.html#nco-hasIMAddress" title="nco:hasIMAddress">nco:hasIMAddress</a>, <a class="link" href="nco-properties.html#nco-imAccountAddress" title="nco:imAccountAddress">nco:imAccountAddress</a>, <a class="link" href="nco-properties.html#nco-hasIMContact" title="nco:hasIMContact">nco:hasIMContact</a>, </td>
</tr>
</tbody>
</table></div>
<div class="note">
<h3 class="title">Note:</h3>
<p>This class notifies about changes</p>
</div>
</div>
<hr>
<div class="refsect2">
<a name="nco-PresenceStatus"></a><h3>nco:PresenceStatus</h3>
<p>Predefined set of status level instances</p>
<div class="variablelist"><table border="0" class="variablelist">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>Superclasses</code></em> :</span></p></td>
<td>
rdfs:Resource, </td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>Subclasses</code></em> :</span></p></td>
<td>--</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>In domain of</code></em> :</span></p></td>
<td>--</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>In range of</code></em> :</span></p></td>
<td>
<a class="link" href="nco-properties.html#nco-imPresence" title="nco:imPresence">nco:imPresence</a>, </td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>Predefined instances</code></em> :</span></p></td>
<td>
nco:presence-status-error, nco:presence-status-unknown, nco:presence-status-busy, nco:presence-status-hidden, nco:presence-status-extended-away, nco:presence-status-away, nco:presence-status-available, nco:presence-status-offline, nco:presence-status-unset, </td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="nco-PostalAddress"></a><h3>nco:PostalAddress</h3>
<p>A postal address. A class aggregating the various parts of a value for the 'ADR' property as defined in RFC 2426 Sec. 3.2.1.</p>
<div class="variablelist"><table border="0" class="variablelist">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>Superclasses</code></em> :</span></p></td>
<td>
<a class="link" href="nco-classes.html#nco-ContactMedium" title="nco:ContactMedium">nco:ContactMedium</a>, </td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>Subclasses</code></em> :</span></p></td>
<td>
<a class="link" href="nco-classes.html#nco-DomesticDeliveryAddress" title="nco:DomesticDeliveryAddress">nco:DomesticDeliveryAddress</a>, <a class="link" href="nco-classes.html#nco-InternationalDeliveryAddress" title="nco:InternationalDeliveryAddress">nco:InternationalDeliveryAddress</a>, <a class="link" href="nco-classes.html#nco-ParcelDeliveryAddress" title="nco:ParcelDeliveryAddress">nco:ParcelDeliveryAddress</a>, </td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>In domain of</code></em> :</span></p></td>
<td>
<a class="link" href="nco-properties.html#nco-pobox" title="nco:pobox">nco:pobox</a>, <a class="link" href="nco-properties.html#nco-district" title="nco:district">nco:district</a>, <a class="link" href="nco-properties.html#nco-county" title="nco:county">nco:county</a>, <a class="link" href="nco-properties.html#nco-locality" title="nco:locality">nco:locality</a>, <a class="link" href="nco-properties.html#nco-postalcode" title="nco:postalcode">nco:postalcode</a>, <a class="link" href="nco-properties.html#nco-streetAddress" title="nco:streetAddress">nco:streetAddress</a>, <a class="link" href="nco-properties.html#nco-addressLocation" title="nco:addressLocation">nco:addressLocation</a>, <a class="link" href="nco-properties.html#nco-extendedAddress" title="nco:extendedAddress">nco:extendedAddress</a>, <a class="link" href="nco-properties.html#nco-country" title="nco:country">nco:country</a>, <a class="link" href="nco-properties.html#nco-region" title="nco:region">nco:region</a>, </td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>In range of</code></em> :</span></p></td>
<td>
<a class="link" href="nco-properties.html#nco-hasPostalAddress" title="nco:hasPostalAddress">nco:hasPostalAddress</a>, </td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="nco-EmailAddress"></a><h3>nco:EmailAddress</h3>
<p>An email address. The recommended best practice is to use mailto: uris for instances of this class.</p>
<div class="variablelist"><table border="0" class="variablelist">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>Superclasses</code></em> :</span></p></td>
<td>
<a class="link" href="nco-classes.html#nco-ContactMedium" title="nco:ContactMedium">nco:ContactMedium</a>, </td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>Subclasses</code></em> :</span></p></td>
<td>--</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>In domain of</code></em> :</span></p></td>
<td>
<a class="link" href="nco-properties.html#nco-emailAddress" title="nco:emailAddress">nco:emailAddress</a>, </td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>In range of</code></em> :</span></p></td>
<td>
<a class="link" href="nco-properties.html#nco-hasEmailAddress" title="nco:hasEmailAddress">nco:hasEmailAddress</a>, </td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="nco-CarPhoneNumber"></a><h3>nco:CarPhoneNumber</h3>
<p>A car phone number. Inspired by the (TYPE=car) parameter of the TEL property as defined in RFC 2426 sec  3.3.1.</p>
<div class="variablelist"><table border="0" class="variablelist">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>Superclasses</code></em> :</span></p></td>
<td>
<a class="link" href="nco-classes.html#nco-VoicePhoneNumber" title="nco:VoicePhoneNumber">nco:VoicePhoneNumber</a>, </td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>Subclasses</code></em> :</span></p></td>
<td>--</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>In domain of</code></em> :</span></p></td>
<td>--</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>In range of</code></em> :</span></p></td>
<td>--</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="nco-AuthorizationStatus"></a><h3>nco:AuthorizationStatus</h3>
<p>Predefined instances to indicate the auth status: yes, no, requested</p>
<div class="variablelist"><table border="0" class="variablelist">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>Superclasses</code></em> :</span></p></td>
<td>
rdfs:Resource, </td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>Subclasses</code></em> :</span></p></td>
<td>--</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>In domain of</code></em> :</span></p></td>
<td>--</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>In range of</code></em> :</span></p></td>
<td>
<a class="link" href="nco-properties.html#nco-imAddressAuthStatusTo" title="nco:imAddressAuthStatusTo">nco:imAddressAuthStatusTo</a>, <a class="link" href="nco-properties.html#nco-imAddressAuthStatusFrom" title="nco:imAddressAuthStatusFrom">nco:imAddressAuthStatusFrom</a>, </td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>Predefined instances</code></em> :</span></p></td>
<td>
nco:predefined-auth-status-requested, nco:predefined-auth-status-no, nco:predefined-auth-status-yes, </td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="nco-ModemNumber"></a><h3>nco:ModemNumber</h3>
<p>A modem phone number. Inspired by the (TYPE=modem) parameter of the TEL property as defined in RFC 2426 sec  3.3.1.</p>
<div class="variablelist"><table border="0" class="variablelist">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>Superclasses</code></em> :</span></p></td>
<td>
<a class="link" href="nco-classes.html#nco-PhoneNumber" title="nco:PhoneNumber">nco:PhoneNumber</a>, </td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>Subclasses</code></em> :</span></p></td>
<td>
<a class="link" href="nco-classes.html#nco-BbsNumber" title="nco:BbsNumber">nco:BbsNumber</a>, </td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>In domain of</code></em> :</span></p></td>
<td>--</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>In range of</code></em> :</span></p></td>
<td>--</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="nco-ContactGroup"></a><h3>nco:ContactGroup</h3>
<p>A group of Contacts. Could be used to express a group in an addressbook or on a contact list of an IM application. One contact can belong to many groups.</p>
<div class="variablelist"><table border="0" class="variablelist">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>Superclasses</code></em> :</span></p></td>
<td>
<a class="link" href="nie-classes.html#nie-InformationElement" title="nie:InformationElement">nie:InformationElement</a>, </td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>Subclasses</code></em> :</span></p></td>
<td>--</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>In domain of</code></em> :</span></p></td>
<td>
<a class="link" href="nco-properties.html#nco-contactGroupName" title="nco:contactGroupName">nco:contactGroupName</a>, </td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>In range of</code></em> :</span></p></td>
<td>
<a class="link" href="nco-properties.html#nco-belongsToGroup" title="nco:belongsToGroup">nco:belongsToGroup</a>, </td>
</tr>
</tbody>
</table></div>
<div class="note">
<h3 class="title">Note:</h3>
<p>This class notifies about changes</p>
</div>
</div>
<hr>
<div class="refsect2">
<a name="nco-ContactListDataObject"></a><h3>nco:ContactListDataObject</h3>
<p>An entity occuring on a contact list (usually interpreted as an nco:Contact)</p>
<div class="variablelist"><table border="0" class="variablelist">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>Superclasses</code></em> :</span></p></td>
<td>
<a class="link" href="nie-classes.html#nie-DataObject" title="nie:DataObject">nie:DataObject</a>, </td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>Subclasses</code></em> :</span></p></td>
<td>--</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>In domain of</code></em> :</span></p></td>
<td>--</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>In range of</code></em> :</span></p></td>
<td>
<a class="link" href="nco-properties.html#nco-containsContact" title="nco:containsContact">nco:containsContact</a>, </td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="nco-ParcelDeliveryAddress"></a><h3>nco:ParcelDeliveryAddress</h3>
<p>Parcel Delivery Addresse. Class inspired by TYPE=parcel parameter of the ADR property defined in RFC 2426 sec. 3.2.1</p>
<div class="variablelist"><table border="0" class="variablelist">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>Superclasses</code></em> :</span></p></td>
<td>
<a class="link" href="nco-classes.html#nco-PostalAddress" title="nco:PostalAddress">nco:PostalAddress</a>, </td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>Subclasses</code></em> :</span></p></td>
<td>--</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>In domain of</code></em> :</span></p></td>
<td>--</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>In range of</code></em> :</span></p></td>
<td>--</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="nco-IMCapability"></a><h3>nco:IMCapability</h3>
<p>Features of a certain IM connection (depends on the IMAccount implementation used by the Contact)</p>
<div class="variablelist"><table border="0" class="variablelist">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>Superclasses</code></em> :</span></p></td>
<td>
rdfs:Resource, </td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>Subclasses</code></em> :</span></p></td>
<td>--</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>In domain of</code></em> :</span></p></td>
<td>--</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>In range of</code></em> :</span></p></td>
<td>
<a class="link" href="nco-properties.html#nco-imCapability" title="nco:imCapability">nco:imCapability</a>, </td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>Predefined instances</code></em> :</span></p></td>
<td>
nco:im-capability-dbus-tubes, nco:im-capability-stream-tubes, nco:im-capability-file-transfers, nco:im-capability-upgrading-calls, nco:im-capability-video-calls, nco:im-capability-audio-calls, nco:im-capability-media-calls, nco:im-capability-text-chat, </td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="nco-PagerNumber"></a><h3>nco:PagerNumber</h3>
<p>A pager phone number. Inspired by the (TYPE=pager) parameter of the TEL property as defined in RFC 2426 sec  3.3.1.</p>
<div class="variablelist"><table border="0" class="variablelist">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>Superclasses</code></em> :</span></p></td>
<td>
<a class="link" href="nco-classes.html#nco-MessagingNumber" title="nco:MessagingNumber">nco:MessagingNumber</a>, </td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>Subclasses</code></em> :</span></p></td>
<td>--</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>In domain of</code></em> :</span></p></td>
<td>--</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>In range of</code></em> :</span></p></td>
<td>--</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="nco-Affiliation"></a><h3>nco:Affiliation</h3>
<p>Aggregates three properties defined in RFC2426. Originally all three were attached directly to a person. One person could have only one title and one role within one organization. This class is intended to lift this limitation.</p>
<div class="variablelist"><table border="0" class="variablelist">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>Superclasses</code></em> :</span></p></td>
<td>
<a class="link" href="nco-classes.html#nco-Role" title="nco:Role">nco:Role</a>, </td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>Subclasses</code></em> :</span></p></td>
<td>--</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>In domain of</code></em> :</span></p></td>
<td>
<a class="link" href="nco-properties.html#nco-role" title="nco:role">nco:role</a>, <a class="link" href="nco-properties.html#nco-title" title="nco:title">nco:title</a>, <a class="link" href="nco-properties.html#nco-org" title="nco:org">nco:org</a>, <a class="link" href="nco-properties.html#nco-department" title="nco:department">nco:department</a>, </td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>In range of</code></em> :</span></p></td>
<td>
<a class="link" href="nco-properties.html#nco-hasAffiliation" title="nco:hasAffiliation">nco:hasAffiliation</a>, </td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="nco-InternationalDeliveryAddress"></a><h3>nco:InternationalDeliveryAddress</h3>
<p>International Delivery Addresse. Class inspired by TYPE=intl parameter of the ADR property defined in RFC 2426 sec. 3.2.1</p>
<div class="variablelist"><table border="0" class="variablelist">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>Superclasses</code></em> :</span></p></td>
<td>
<a class="link" href="nco-classes.html#nco-PostalAddress" title="nco:PostalAddress">nco:PostalAddress</a>, </td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>Subclasses</code></em> :</span></p></td>
<td>--</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>In domain of</code></em> :</span></p></td>
<td>--</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>In range of</code></em> :</span></p></td>
<td>--</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="nco-Contact"></a><h3>nco:Contact</h3>
<p>A Contact. A piece of data that can provide means to identify or communicate with an entity.</p>
<div class="variablelist"><table border="0" class="variablelist">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>Superclasses</code></em> :</span></p></td>
<td>
<a class="link" href="nco-classes.html#nco-Role" title="nco:Role">nco:Role</a>, <a class="link" href="nie-classes.html#nie-InformationElement" title="nie:InformationElement">nie:InformationElement</a>, </td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>Subclasses</code></em> :</span></p></td>
<td>
<a class="link" href="nco-classes.html#nco-PersonContact" title="nco:PersonContact">nco:PersonContact</a>, <a class="link" href="nco-classes.html#nco-OrganizationContact" title="nco:OrganizationContact">nco:OrganizationContact</a>, </td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>In domain of</code></em> :</span></p></td>
<td>
<a class="link" href="nco-properties.html#nco-sound" title="nco:sound">nco:sound</a>, <a class="link" href="nco-properties.html#nco-belongsToGroup" title="nco:belongsToGroup">nco:belongsToGroup</a>, <a class="link" href="nco-properties.html#nco-birthDate" title="nco:birthDate">nco:birthDate</a>, <a class="link" href="nco-properties.html#nco-photo" title="nco:photo">nco:photo</a>, <a class="link" href="nco-properties.html#nco-representative" title="nco:representative">nco:representative</a>, <a class="link" href="nco-properties.html#nco-note" title="nco:note">nco:note</a>, <a class="link" href="nco-properties.html#nco-nickname" title="nco:nickname">nco:nickname</a>, <a class="link" href="nco-properties.html#nco-hasLocation" title="nco:hasLocation">nco:hasLocation</a>, <a class="link" href="nco-properties.html#nco-contactLocalUID" title="nco:contactLocalUID">nco:contactLocalUID</a>, <a class="link" href="nco-properties.html#nco-contactUID" title="nco:contactUID">nco:contactUID</a>, <a class="link" href="nco-properties.html#nco-key" title="nco:key">nco:key</a>, <a class="link" href="nco-properties.html#nco-fullname" title="nco:fullname">nco:fullname</a>, </td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>In range of</code></em> :</span></p></td>
<td>
<a class="link" href="nco-properties.html#nco-representative" title="nco:representative">nco:representative</a>, <a class="link" href="nco-properties.html#nco-publisher" title="nco:publisher">nco:publisher</a>, <a class="link" href="nco-properties.html#nco-creator" title="nco:creator">nco:creator</a>, <a class="link" href="nco-properties.html#nco-contributor" title="nco:contributor">nco:contributor</a>, </td>
</tr>
</tbody>
</table></div>
</div>
</div>
<div class="footer">
<hr>
          Generated by GTK-Doc V1.21</div>
</body>
</html>