An invoice period end date MUST be later or equal to an invoice period start date
//cac:InvoicePeriod
(cbc:StartDate and cbc:EndDate) and (number(translate(cbc:StartDate,'-','')) <= number(translate(cbc:EndDate,'-','')))