VRBL-INV-FR-CIUS-1p0-48

Basic Info

Rule When the Invoice Subtype Code represents a special contract, the Invoice expects a minimum of one Sub Invoice Line Group.
Context /ubl:Invoice
Pattern vrbl-invoice-fr-cius-1p0
Severity warning

Used Template: CountGreaterEqualOne

Parameter Value
probe = cac:InvoiceLine/cac:SubInvoiceLine

Implementation

    (     not($isSpecialContract)    )    or    (     count(cac:InvoiceLine/cac:SubInvoiceLine) >= 1    )