gt
Les deux valeurs doivent être de type identique qui est soit booléen, numérique, chaîne de caractères ou date.
A gt B
est l'équivalent de :
numeric-greater-than(A as numeric, B as numeric) as boolean
boolean-greater-than(A as boolean, B as boolean) as boolean
numeric-greater-than(compare(A as string, B as string), 0) as boolean
date-greater-than(A as date, B as date) as boolean
time-greater-than(A as time, B as time) as boolean
dateTime-greater-than(A as dateTime, B as dateTime) as boolean
yearMonthDuration-greater-than(A as yearMonthDuration, B as yearMonthDuration) as boolean
dayTimeDuration-greater-than(A as dayTimeDuration, B as dayTimeDuration) as boolean
numeric-greater-than(compare(A as anyURI, B as anyURI), 0) as boolean
<-- L'attribut id doit etre superieur a 100. -->
@id gt 100