VRBL-INV-EN16931-M-127

Basic Info

Rule The Document Note must be coded using UNCL4451
Context /ubl:Invoice/cbc:Note
Pattern vrbl-invoice-en16931-ubl-model
Severity fatal

Implementation

(
	contains(.,'#')
	and
	string-length(substring-before(substring-after(.,'#'),'#')) = 3
	and
	(
		(
			contains(
				$VRBL-CL-EN16931-UNCL-4451,
				substring-before(substring-after(.,'#'),'#')
			)
		)
	)
)
or
not(
	contains(.,'#')
)
or
not(
	string-length(substring-before(substring-after(.,'#'),'#')) = 3
)