mirror of
https://codeberg.org/icewind/SearchDAV.git
synced 2026-06-03 09:34:08 +02:00
add alias for DATATYPE_NONNEGATIVE_INTEGER
This commit is contained in:
parent
acb32ab84d
commit
52c8cfc21b
1 changed files with 1 additions and 0 deletions
|
|
@ -25,6 +25,7 @@ class SearchPropertyDefinition {
|
|||
const XS = '{http://www.w3.org/2001/XMLSchema}';
|
||||
const DATATYPE_STRING = self::XS . 'string';
|
||||
const DATATYPE_INTEGER = self::XS . 'integer';
|
||||
const DATATYPE_NONNEGATIVE_INTEGER = self::XS . 'nonNegativeInteger';
|
||||
const DATATYPE_NON_NEGATIVE_INTEGER = self::XS . 'nonNegativeInteger';
|
||||
const DATATYPE_DECIMAL = self::XS . 'decimal';
|
||||
const DATATYPE_DATETIME = self::XS . 'dateTime';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue