VRBL-INV-PEPPOL-PINT-33

Basic Info

Rule The Issue Time must be formatted HH:MM:SS or HH:MM:SSS.
Context /ubl:Invoice
Pattern vrbl-invoice-peppol-pint
Severity fatal

Implementation

(
	string-length(cbc:IssueTime) = 8
	or
	string-length(cbc:IssueTime) = 9
)
or
not(boolean(cbc:IssueTime))