This is the official registry of datatypes for use in the context of XEP-0122: Data Forms Validation, as maintained by the XMPP Registrar. This registry contains datatypes specified in XEP-0122 as well as datatypes submitted directly to the XMPP Registrar.
Last Updated: 2005-08-26
XML: https://xmpp.org/registrar/xdv-datatypes.xml
Name | Description | Methods | Min | Max |
---|---|---|---|---|
sipub:file-transfer | Datatype for publishing an SI using the File Transfer Profile | basic | N/A | N/A |
xs:anyURI | a Uniform Resource Identifier Reference (URI) | basic regex | N/A | N/A |
xs:byte | an integer with the specified min/max | basic range | -128 | 127 |
xs:date | a calendar date | basic range regex | N/A | N/A |
xs:dateTime | a specific instant of time | basic range regex | N/A | N/A |
xs:decimal | an arbitrary-precision decimal number | basic range | none | none |
xs:double | an IEEE double-precision 64-bit floating point type | basic range | none | none |
xs:int | an integer with the specified min/max | basic range | -2147483648 | 2147483647 |
xs:integer | a decimal number with no fraction digits | basic range | none | none |
xs:language | a language identifier as defined by RFC 1766 | basic regex | N/A | N/A |
xs:long | an integer with the specified min/max | basic range | -9223372036854775808 | 9223372036854775807 |
xs:short | an integer with the specified min/max | basic range | -32768 | 32767 |
xs:string | a character strings in XML | basic regex | N/A | N/A |
xs:time | an instant of time that recurs every day | basic range regex | N/A | N/A |
2005-08-26 Added sipub:file-transfer type specified in XEP-0137. (psa)
2004-09-22 Initial version with parameters specified in XEP-0122. (psa)