Message

Both start date and end date of line period must be within invoice period.

Context
cac:InvoiceLine/cac:InvoicePeriod
Test
xs:date(cbc:StartDate) >= xs:date(../../cac:InvoicePeriod/cbc:StartDate) and xs:date(cbc:EndDate) <= xs:date(../../cac:InvoicePeriod/cbc:EndDate)