-
Notifications
You must be signed in to change notification settings - Fork 15
/
xdv-prefixes.xml
54 lines (54 loc) · 1.85 KB
/
xdv-prefixes.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
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE registry SYSTEM 'reg.dtd' [
<!ENTITY % ents SYSTEM 'reg.ent'>
<!ELEMENT registry ( meta, datatype-prefix* ) >
<!ELEMENT datatype-prefix ( prefix, desc, doc ) >
<!ELEMENT prefix (#PCDATA)* >
%ents;
]>
<?xml-stylesheet type='text/xsl' href='xdv-prefixes.xsl'?>
<registry>
<meta>
<title>Data Forms Validation Datatype Prefixes</title>
&LEGALNOTICE;
<overview>This is the official registry of datatype prefixes for use in the context of &xep0122;, as maintained by the ®ISTRAR;. This registry contains prefixes specified in XEP-0122 as well as prefixes submitted directly to the XMPP Registrar.</overview>
<revision>
<version>0.3</version>
<date>2021-06-20</date>
<initials>ka</initials>
<remark>Added pubsub: prefix for datatype specified in XEP-0060.</remark>
</revision>
<revision>
<version>0.2</version>
<date>2005-08-26</date>
<initials>psa</initials>
<remark>Added sipub: prefix specified in XEP-0137.</remark>
</revision>
<revision>
<version>0.1</version>
<date>2004-09-22</date>
<initials>psa</initials>
<remark>Initial version with prefixes specified in XEP-0122.</remark>
</revision>
</meta>
<datatype-prefix>
<prefix>sipub</prefix>
<desc>The datatype for a stream initiation profile</desc>
<doc>&xep0137;</doc>
</datatype-prefix>
<datatype-prefix>
<prefix>x</prefix>
<desc>An ad-hoc datatype</desc>
<doc>&xep0122;</doc>
</datatype-prefix>
<datatype-prefix>
<prefix>xs</prefix>
<desc>A "standard" datatype as defined in XML Schema Part 2</desc>
<doc>&w3xmlschema2;</doc>
</datatype-prefix>
<datatype-prefix>
<prefix>pubsub</prefix>
<desc>Includes the integer-or-max datatype defined in XEP-0060.</desc>
<doc>&xep0060;</doc>
</datatype-prefix>
</registry>