Skip to content

Commit

Permalink
add alias for DATATYPE_NONNEGATIVE_INTEGER
Browse files Browse the repository at this point in the history
  • Loading branch information
icewind1991 committed Apr 11, 2022
1 parent acb32ab commit 52c8cfc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Backend/SearchPropertyDefinition.php
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down

0 comments on commit 52c8cfc

Please sign in to comment.