1 package com.thaiopensource.datatype.xsd;2 3 interface OrderRelation {4 boolean isLessThan(Object obj1, Object obj2);5 }6