blob: 4e9849945620f66b68d52b2371cb2fd75f6da9c5 (
plain) (
blame)
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
|
<!-- <vCard> - done by jacc -->
<FN></FN>
<N>
<FAMILY></FAMILY>
<GIVEN></GIVEN>
<MIDDLE></MIDDLE>
<PREFIX></PREFIX>
<SUFFIX></SUFFIX>
</N>
<NICKNAME></NICKNAME>
<PHOTO>
<!-- BINVAL or EXTVAL -->
<TYPE>BEXTVAL</TYPE>
<!-- Base64 data of the photo -->
<!-- <BINVAL></BINVAL> -->
<!-- URI of the photo -->
<BEXTVAL>http://www.somewhere.com/photo.png</BEXTVAL>
</PHOTO>
<BDAY></BDAY>
<!-- One or more of these complexes are allowed. -->
<ADR>
<!-- one of these elements for which address you mean
<HOME/>
<WORK/>
<POSTAL/> -->
<PARCEL/>
<!-- int'l or domestic
<DOM/> -->
<INTL/>
<!-- preferred address? -->
<PREF/>
<POBOX></POBOX>
<EXTADR></EXTADR>
<STREET></STREET>
<LOCALITY></LOCALITY>
<REGION></REGION>
<PCODE></PCODE>
<CTRY></CTRY>
</ADR>
<!-- One or more of these complexes are allowed. -->
<LABEL>
<!-- one of these elements for which address you mean
<HOME/>
<WORK/>
<POSTAL/> -->
<PARCEL/>
<!-- int'l or domestic
<DOM/> -->
<INTL/>
<!-- preferred address? -->
<PREF/>
<LINE></LINE>
</LABEL>
<!-- One or more of these complexes are allowed. -->
<TEL>
<!-- one of these elements for which telephone number you mean
<HOME/>
<WORK/>
<VOICE/>
<FAX/>
<PAGER/>
<MSG/>
<CELL/>
<VIDEO/>
<BBS/>
<MODEM/>
<ISDN/> -->
<PCS/>
<!-- preferred number? -->
<PREF/>
<NUMBER></NUMBER>
</TEL>
<!-- One or more of these complexes are allowed. -->
<EMAIL>
<!-- one of these elements for which telephone number you mean
<HOME/>
<WORK/>
<INTERNET/> -->
<X400/>
<!-- preferred E-Mail? -->
<PREF/>
<USERID></USERID>
</EMAIL>
<JABBERID></JABBERID>
<MAILER></MAILER>
<!-- Value must be an ISO 8601 formatted UTC offset. -->
<TZ></TZ>
<!-- Values are the decimal degrees and should havce six decimal
places -->
<GEO>
<LAT></LAT>
<LON></LON>
</GEO>
<TITLE></TITLE>
<ROLE></ROLE>
<LOGO>
<!-- BINVAL or EXTVAL -->
<TYPE>BEXTVAL</TYPE>
<!-- Base64 data of the logo -->
<!-- <BINVAL></BINVAL> -->
<!-- URI of the photo -->
<BEXTVAL>http://www.somewhere.com/logo.png</BEXTVAL>
</LOGO>
<AGENT>
<!-- Either a whole vCard or an external value
<vCard></vCard> -->
<EXTVAL>http://microsoft.com/bil.gates.vcard</EXTVAL>
</AGENT>
<ORG>
<ORGNAME></ORGNAME>
<ORGUNIT></ORGUNIT>
</ORG>
<CATEGORIES>
<KEYWORD></KEYWORD>
<KEYWORD></KEYWORD>
<!-- ... -->
</CATEGORIES>
<NOTE></NOTE>
<PRODID>acme</PRODID>
<!-- ISO 8601 formatted UTC date/time - fill something inside -->
<REV></REV>
<SORT-STRING></SORT-STRING>
<SOUND>
<!-- again many options noone needs.
<PHONETIC></PHOENTIC>
<BINVAL></BINVAL> -->
<EXTVAL>http://www.sun.com/fresh_coffee.fl</EXTVAL>
</SOUND>
<UID></UID>
<URL></URL>
<DESC></DESC>
<CLASS>
<!-- No, not school.
<PUBLIC/>
<PRIVATE/> -->
<CONFIDENTIAL/>
</CLASS>
<KEY>
<TYPE>CRED</TYPE>
<!-- Either envryption or credential. -->
<CRED></CRED>
</KEY>
<!-- </vCard> -->
|