-
Notifications
You must be signed in to change notification settings - Fork 2
/
contact-alps.xml
33 lines (31 loc) · 1.14 KB
/
contact-alps.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
<alps version="1.0">
<doc format="text">
A list of contacts that also supports search
</doc>
<!-- a hypermedia control for returning contacts -->
<descriptor id="search" type="safe" rt="contact">
<doc>
Simple hypermedia control for getting a list of contacts
</doc>
<descriptor id="name" type="semantic">
<doc>
Input for search form
</doc>
</descriptor>
</descriptor>
<!-- a contact: one or more of these may be returned -->
<descriptor id="contact" type="semantic">
<doc>
Individual Contact
</doc>
<descriptor id="link" type="safe">
<doc>
Link to individual contact
</doc>
</descriptor>
<descriptor id="givenName" type="semantic" href="http://schema.org/givenName"/>
<descriptor id="familyName" type="semantic" href="http://schema.org/familyName" />
<descriptor id="email" type="semantic" href="http://schema.org/email" />
<descriptor id="telephone" type="semantic" href="http://schema.org/telephone"/>
</descriptor>
</alps>