VRBL-WBL-CORE-4

Basic Info

Rule The Extensions Group must not contain more than one VRBL extension.
Context /ubl:Waybill/cec:UBLExtensions
Pattern vrbl-waybill-core
Severity fatal

Used Template: UBLExtensions

Implementation

count(
	cec:UBLExtension/cec:ExtensionContent/*[
		namespace-uri() = 'urn:vertexinc:vrbl:ExtensionComponent:1'
		and
		local-name() = concat(local-name(../../../..), 'Extension')
	]
)
<=
1