From 53bb8b85c8ce857b3a01271fac606e7fc6e9c633 Mon Sep 17 00:00:00 2001 From: Philip Helger Date: Mon, 11 Dec 2023 11:53:42 +0100 Subject: [PATCH] Added note on "all zero" subsets/subtotals --- src/eusr/docs/bis/doc-section/3syntax/subset.adoc | 5 +++++ src/tsr/docs/bis/doc-section/3syntax/subtotal.adoc | 7 +++++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/src/eusr/docs/bis/doc-section/3syntax/subset.adoc b/src/eusr/docs/bis/doc-section/3syntax/subset.adoc index 33ed745..7309933 100644 --- a/src/eusr/docs/bis/doc-section/3syntax/subset.adoc +++ b/src/eusr/docs/bis/doc-section/3syntax/subset.adoc @@ -11,6 +11,11 @@ The technical representation of the subsets was designed in a generic way, the type of the subset. The value range is defined by the <> code list. +Subsets without any matching transaction (i.e. if `SendingOrReceivingEndUsers` is `0`) + MUST NOT be part of the Report. + +All values in this subchapter are case-sensitive, except stated otherwise. + == Subset Cardinality per End Users Country This subset is identifierd by the `@type` attribute having the value `PerEUC`. diff --git a/src/tsr/docs/bis/doc-section/3syntax/subtotal.adoc b/src/tsr/docs/bis/doc-section/3syntax/subtotal.adoc index 0e2a7a7..df3cc1b 100644 --- a/src/tsr/docs/bis/doc-section/3syntax/subtotal.adoc +++ b/src/tsr/docs/bis/doc-section/3syntax/subtotal.adoc @@ -8,7 +8,10 @@ The technical representation of the subtotals was designed in a generic way, Each `Subtotal` element therefore requires a `@type` attribute that defines the type of the subtotal. The value range is defined by the <> code list. - + +Subtotals without any matching transaction (i.e. if `Incoming` and `Outgoing` are `0`) + MUST NOT be part of the Report. + All values in this subchapter are case-sensitive, except stated otherwise. == Subtotal per Transport Protocol @@ -28,7 +31,7 @@ The sum all incoming amounts per Transport Protocol MUST match the total The sum all outgoing amounts per Transport Protocol MUST match the total outgoing amount. - + .Example of a subtotal per Transport Protocol: [source, xml] ----