-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhcard.xml
342 lines (289 loc) · 8.6 KB
/
hcard.xml
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
<alps version="1.0">
<description>
An ALPS specification of the semantics defined by the hCard
microformat. When applied to HTML content, this document is
equivalent to the hCard specification. When applied to some other
hypermedia format, e.g. Siren, this document allows the same
semantics hCard gives to HTML.
</description>
<element id="vcard" appears="MAY">
<description>
A container for a card's data. See section 1. of RFC 2426.
</description>
<child href="#fn" appears="MUST"/>
<child href="#n" appears="MAY"/>
<child href="#adr"/>
<child href="#agent"/>
<child href="#bday"/>
<child href="#category"/>
<child href="#class"/>
<child href="#email"/>
<child href="geo.xml#geo"/>
<child href="#key"/>
<child href="#label"/>
<child href="#logo"/>
<child href="#mailer"/>
<child href="#nickname" cardinality="many"/>
<child href="#note"/>
<child href="#org"/>
<child href="#photo"/>
<child href="#rev"/>
<child href="#role"/>
<child href="#sort-string"/>
<child href="#sound"/>
<child href="#tel"/>
<child href="#title"/>
<child href="#tz"/>
<child href="#uid"/>
<child href="#url"/>
</element>
<!--Sub-elements of hcard which contain their own sub-elements.-->
<element id="adr">
<child href="#post-office-box"/>
<child href="#extended-address"/>
<child href="#street-address"/>
<child href="#locality"/>
<child href="#region"/>
<child href="#postal-code"/>
<child href="#country-name"/>
<child href="#adr-type"/>
<child href="#adr-value"/>
</element>
<element id="n">
<description>
The components of the name of the object the vCard
represents. See section 3.1.2 of RFC2426. If absent, a value may
be inferred according to the 'Implied "N" optimization'
algorithm given in the hCard standard.
(http://microformats.org/wiki/hcard)
</description>
<child href="#family-name"/>
<child href="#given-name"/>
<child href="#additional-name" cardinality="many"/>
<child href="#honorific-prefix" cardinality="many"/>
<child href="#honorific-suffix" cardinality="many"/>
</element>
<element id="org">
<description>
See section 3.5.5 of RFC 2426.
</description>
<child href="#organization-name"/>
<child href="#organization-unit"/>
</element>
<element id="tel">
<description>
See section 3.3.1 of RFC 2426.
</description>
<child href="#tel-type"/>
<child href="#tel-value"/>
</element>
<!--Sub-elements of 'hcard' that don't contain any sub-elements of
their own.-->
<element id="fn" name="fn">
<description>
The name of the object the vCard represents. See section 3.1.1
of RFC2426.
</description>
</element>
<element id="agent" name="agent">
<description>
See section 3.5.4 of RFC 2426. If the value is a vCard, then use
a nested hCard. For simplicity in that case, the element that
has the class name of "agent" should also have the class name of
"vcard".
</description>
</element>
<element id="bday" name="bday">
<description>
See section 3.1.5 of RFC 2426.
</description>
</element>
<element id="category" name="category">
<description>
See section 3.6.1 of RFC 2426.
</description>
</element>
<element id="class" name="class">
<description>
See section 3.7.2 of RFC 2426.
</description>
</element>
<element id="email" name="email">
<description>
See section 3.3.2 of RFC 2426.
</description>
</element>
<element id="key" name="key">
<description>
See section 3.7.2 of RFC 2426.
</description>
</element>
<element id="label" name="label">
<description>
See section 3.2.2 of RFC 2426.
</description>
</element>
<element id="logo" name="logo">
<description>
See section 3.5.3 of RFC 2426. Typically used with a hypermedia
control that performs inline inclusion.
</description>
</element>
<element id="mailer" name="mailer">
<description>
See section 3.3.3 of RFC 2426.
</description>
</element>
<element id="nickname" name="nickname">
<description>
See section 3.1.3 of RFC 2426.
</description>
</element>
<element id="note" name="note">
<description>
See section 3.6.2 of RFC 2426.
</description>
</element>
<element id="photo" name="photo">
<description>
See section 3.1.4 of RFC 2426. Typically used with a hypermedia
control that performs inline inclusion.
</description>
</element>
<element id="rev" name="rev">
<description>
A timestamp or date indicating the last time this hCard's data
was updated. See section 3.6.4 of RFC 2426.
</description>
</element>
<element id="role" name="role">
<description>
The role, occupation, or business category of the object the
vCard represents. See section 3.5.2 of RFC 2426.
</description>
</element>
<element id="sort-string" name="sort-string">
<description>
See section 3.6.5 of RFC 2426.
</description>
</element>
<element id="sound" name="sound">
<description>
Indicates digital sound information associated with the card. By
default, this is used to specify the proper pronunciation of the
name. See section 3.6.6 of RFC 2426.
</description>
</element>
<element id="title" name="title">
<description>
See section 3.5.1 of RFC 2426.
</description>
</element>
<element id="tz" name="tz">
<description>
See section 3.4.1 of RFC 2426.
</description>
</element>
<element id="uid" name="uid">
<description>
See section 3.6.7 of RFC 2426.
</description>
</element>
<element id="url" name="url">
<description>
See section 3.6.8 of RFC 2426.
</description>
</element>
<!--Sub-elements of the 'adr' element.-->
<element id="post-office-box" name="post-office-box">
<description>
See "post office box" in section 3.2.1 of RFC 2426.
</description>
</element>
<element id="extended-address" name="extended-address">
<description>
See "extended address" in section 3.2.1 of RFC 2426.
</description>
</element>
<element id="street-address" name="street-address">
<description>
See "street address" in section 3.2.1 of RFC 2426.
</description>
</element>
<element id="locality" name="locality">
<description>
See "locality" in section 3.2.1 of RFC 2426.
</description>
</element>
<element id="region" name="region">
<description>
See "region" in section 3.2.1 of RFC 2426.
</description>
</element>
<element id="postal-code" name="postal-code">
<description>
See "postal code" in section 3.2.1 of RFC 2426.
</description>
</element>
<element id="country-name" name="country-name">
<description>
See "country name" in section 3.2.1 of RFC 2426.
</description>
</element>
<element id="adr-type" name="adr-type">
<description>
</description>
</element>
<element id="adr-value" name="adr-value">
<description>
</description>
</element>
<!--Sub-elements of the 'n' element.-->
<element id="family-name" name="family-name">
<description>
See "Family Name" in section 3.1.2 of RFC 2426.
</description>
</element>
<element id="given-name" name="given-name">
<description>
See "Given Name" in section 3.1.2 of RFC 2426.
</description>
</element>
<element id="additional-name" name="additional-name">
<description>
See "Additional Names" in section 3.1.2 of RFC 2426.
</description>
</element>
<element id="honorific-prefix" name="honorific-prefix">
<description>
See "Honorific Prefixes" in section 3.1.2 of RFC 2426.
</description>
</element>
<element id="honorific-suffix" name="honorific-suffix">
<description>
See "Honorific Suffixes" in section 3.1.2 of RFC 2426.
</description>
</element>
<!--Sub-elements of the 'org' element.-->
<element id="organization-name" name="organization-name">
<description>
See "Organization Name" in section 3.5.5 of RFC 2426. May be
inferred per the 'Implied "organization-name" Optimization'
defined in the hCard standard..
</description>
</element>
<element id="organization-unit" name="organization-unit">
<description>
See "Organization Unit" in section 3.5.5 of RFC 2426.
</description>
</element>
<!--Sub-elements of the 'tel' element.-->
<element id="tel-type" name="tel-type">
<description>
</description>
</element>
<element id="tel-value" name="tel-value">
<description>
</description>
</element>
</alps>