Skip to content

Commit

Permalink
Updated examples
Browse files Browse the repository at this point in the history
  • Loading branch information
phax committed Dec 11, 2023
1 parent 66e41e9 commit 6989d28
Show file tree
Hide file tree
Showing 5 changed files with 186 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@
<!-- Subsets per End User Country -->
<Subset type="PerEUC">
<Key metaSchemeID="CC" schemeID="EndUserCountry">PT</Key>
<SendingEndUsers>12</SendingEndUsers>
<ReceivingEndUsers>23</ReceivingEndUsers>
<SendingOrReceivingEndUsers>26</SendingOrReceivingEndUsers>
<SendingEndUsers>1</SendingEndUsers>
<ReceivingEndUsers>2</ReceivingEndUsers>
<SendingOrReceivingEndUsers>3</SendingOrReceivingEndUsers>
</Subset>
</EndUserStatisticsReport>
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,21 @@
</ReportPeriod>
<ReporterID schemeID="CertSubjectCN">POP000360</ReporterID>
</Header>

<!-- Totals -->
<Total>
<Incoming>19</Incoming>
<Outgoing>17</Outgoing>
</Total>

<!-- Sum per TP must match TotalCount -->
<Subtotal type="PerTP">
<Key metaSchemeID="TP" schemeID="Peppol">peppol-transport-as4-v2_0</Key>
<Incoming>19</Incoming>
<Outgoing>17</Outgoing>
</Subtotal>


<!-- region PerSP-DT-PR -->
<!-- Subtotals must match Total -->
<Subtotal type="PerSP-DT-PR">
Expand All @@ -29,13 +33,16 @@
<Incoming>5</Incoming>
<Outgoing>3</Outgoing>
</Subtotal>

<Subtotal type="PerSP-DT-PR">
<Key metaSchemeID="SP" schemeID="CertSubjectCN">POP000001</Key>
<Key metaSchemeID="DT" schemeID="busdox-docid-qns">urn:oasis:names:specification:ubl:schema:xsd:CreditNote-2::CreditNote##urn:cen.eu:en16931:2017#compliant#urn:fdc:peppol.eu:2017:poacc:billing:3.0::2.1</Key>
<Key metaSchemeID="PR" schemeID="cenbii-procid-ubl">urn:fdc:peppol.eu:2017:poacc:billing:01:1.0</Key>
<Incoming>2</Incoming>
<Outgoing>2</Outgoing>
</Subtotal>


<!-- Sent 12 orders -->
<Subtotal type="PerSP-DT-PR">
<Key metaSchemeID="SP" schemeID="CertSubjectCN">POP000002</Key>
Expand All @@ -44,6 +51,8 @@
<Incoming>0</Incoming>
<Outgoing>12</Outgoing>
</Subtotal>


<!-- Sent 12 order responses -->
<Subtotal type="PerSP-DT-PR">
<Key metaSchemeID="SP" schemeID="CertSubjectCN">POP000002</Key>
Expand All @@ -53,6 +62,7 @@
<Outgoing>0</Outgoing>
</Subtotal>
<!-- endregion -->

<!-- region PerSP-DT-PR-CC -->
<!-- Subtotals must match Total -->
<Subtotal type="PerSP-DT-PR-CC">
Expand All @@ -64,6 +74,7 @@
<Incoming>4</Incoming>
<Outgoing>0</Outgoing>
</Subtotal>

<Subtotal type="PerSP-DT-PR-CC">
<Key metaSchemeID="SP" schemeID="CertSubjectCN">POP000001</Key>
<Key metaSchemeID="DT" schemeID="busdox-docid-qns">urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:cen.eu:en16931:2017#compliant#urn:fdc:peppol.eu:2017:poacc:billing:3.0::2.1</Key>
Expand All @@ -73,6 +84,7 @@
<Incoming>1</Incoming>
<Outgoing>0</Outgoing>
</Subtotal>

<Subtotal type="PerSP-DT-PR-CC">
<Key metaSchemeID="SP" schemeID="CertSubjectCN">POP000001</Key>
<Key metaSchemeID="DT" schemeID="busdox-docid-qns">urn:oasis:names:specification:ubl:schema:xsd:CreditNote-2::CreditNote##urn:cen.eu:en16931:2017#compliant#urn:fdc:peppol.eu:2017:poacc:billing:3.0::2.1</Key>
Expand All @@ -82,6 +94,7 @@
<Incoming>2</Incoming>
<Outgoing>0</Outgoing>
</Subtotal>

<Subtotal type="PerSP-DT-PR-CC">
<Key metaSchemeID="SP" schemeID="CertSubjectCN">POP000002</Key>
<Key metaSchemeID="DT" schemeID="busdox-docid-qns">urn:oasis:names:specification:ubl:schema:xsd:OrderResponse-2::OrderResponse##urn:fdc:peppol.eu:poacc:trns:order_response:3::2.1</Key>
Expand All @@ -91,6 +104,7 @@
<Incoming>7</Incoming>
<Outgoing>0</Outgoing>
</Subtotal>

<Subtotal type="PerSP-DT-PR-CC">
<Key metaSchemeID="SP" schemeID="CertSubjectCN">POP000002</Key>
<Key metaSchemeID="DT" schemeID="busdox-docid-qns">urn:oasis:names:specification:ubl:schema:xsd:OrderResponse-2::OrderResponse##urn:fdc:peppol.eu:poacc:trns:order_response:3::2.1</Key>
Expand All @@ -101,4 +115,5 @@
<Outgoing>0</Outgoing>
</Subtotal>
<!-- endregion -->

</TransactionStatisticsReport>
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
<?xml version="1.0" encoding="utf-8"?>
<TransactionStatisticsReport xmlns="urn:fdc:peppol:transaction-statistics-report:1.0">
<CustomizationID>urn:fdc:peppol.eu:edec:trns:transaction-statistics-reporting:1.0</CustomizationID>
<ProfileID>urn:fdc:peppol.eu:edec:bis:reporting:1.0</ProfileID>
<Header>
<ReportPeriod>
<StartDate>2022-01-01</StartDate>
<EndDate>2022-01-31</EndDate>
</ReportPeriod>
<ReporterID schemeID="CertSubjectCN">POP000360</ReporterID>
</Header>

<!-- Totals -->
<Total>
<Incoming>0</Incoming>
<Outgoing>17</Outgoing>
</Total>

<!-- Sum per TP must match TotalCount -->
<Subtotal type="PerTP">
<Key metaSchemeID="TP" schemeID="Peppol">peppol-transport-as4-v2_0</Key>
<Incoming>0</Incoming>
<Outgoing>17</Outgoing>
</Subtotal>

<Subtotal type="PerSP-DT-PR">
<Key metaSchemeID="SP" schemeID="CertSubjectCN">POP000001</Key>
<Key metaSchemeID="DT" schemeID="busdox-docid-qns">urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:cen.eu:en16931:2017#compliant#urn:fdc:peppol.eu:2017:poacc:billing:3.0::2.1</Key>
<Key metaSchemeID="PR" schemeID="cenbii-procid-ubl">urn:fdc:peppol.eu:2017:poacc:billing:01:1.0</Key>
<Incoming>0</Incoming>
<Outgoing>3</Outgoing>
</Subtotal>

<Subtotal type="PerSP-DT-PR">
<Key metaSchemeID="SP" schemeID="CertSubjectCN">POP000001</Key>
<Key metaSchemeID="DT" schemeID="busdox-docid-qns">urn:oasis:names:specification:ubl:schema:xsd:CreditNote-2::CreditNote##urn:cen.eu:en16931:2017#compliant#urn:fdc:peppol.eu:2017:poacc:billing:3.0::2.1</Key>
<Key metaSchemeID="PR" schemeID="cenbii-procid-ubl">urn:fdc:peppol.eu:2017:poacc:billing:01:1.0</Key>
<Incoming>0</Incoming>
<Outgoing>2</Outgoing>
</Subtotal>

<Subtotal type="PerSP-DT-PR">
<Key metaSchemeID="SP" schemeID="CertSubjectCN">POP000002</Key>
<Key metaSchemeID="DT" schemeID="busdox-docid-qns">urn:oasis:names:specification:ubl:schema:xsd:Order-2::Order##urn:fdc:peppol.eu:poacc:trns:order:3::2.1</Key>
<Key metaSchemeID="PR" schemeID="cenbii-procid-ubl">cenbii-procid-ubl::urn:fdc:peppol.eu:poacc:bis:ordering:3</Key>
<Incoming>0</Incoming>
<Outgoing>12</Outgoing>
</Subtotal>
</TransactionStatisticsReport>
Original file line number Diff line number Diff line change
@@ -0,0 +1,119 @@
<?xml version="1.0" encoding="utf-8"?>
<TransactionStatisticsReport xmlns="urn:fdc:peppol:transaction-statistics-report:1.0">
<CustomizationID>urn:fdc:peppol.eu:edec:trns:transaction-statistics-reporting:1.0</CustomizationID>
<ProfileID>urn:fdc:peppol.eu:edec:bis:reporting:1.0</ProfileID>
<Header>
<ReportPeriod>
<StartDate>2022-01-01</StartDate>
<EndDate>2022-01-31</EndDate>
</ReportPeriod>
<ReporterID schemeID="CertSubjectCN">POP000360</ReporterID>
</Header>

<!-- Totals -->
<Total>
<Incoming>19</Incoming>
<Outgoing>17</Outgoing>
</Total>

<!-- Sum per TP must match TotalCount -->
<Subtotal type="PerTP">
<Key metaSchemeID="TP" schemeID="Peppol">peppol-transport-as4-v2_0</Key>
<Incoming>19</Incoming>
<Outgoing>17</Outgoing>
</Subtotal>


<!-- region PerSP-DT-PR -->
<!-- Subtotals must match Total -->
<Subtotal type="PerSP-DT-PR">
<Key metaSchemeID="SP" schemeID="CertSubjectCN">POP000001</Key>
<Key metaSchemeID="DT" schemeID="busdox-docid-qns">urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:cen.eu:en16931:2017#compliant#urn:fdc:peppol.eu:2017:poacc:billing:3.0::2.1</Key>
<Key metaSchemeID="PR" schemeID="cenbii-procid-ubl">urn:fdc:peppol.eu:2017:poacc:billing:01:1.0</Key>
<Incoming>5</Incoming>
<Outgoing>3</Outgoing>
</Subtotal>

<Subtotal type="PerSP-DT-PR">
<Key metaSchemeID="SP" schemeID="CertSubjectCN">POP000001</Key>
<Key metaSchemeID="DT" schemeID="busdox-docid-qns">urn:oasis:names:specification:ubl:schema:xsd:CreditNote-2::CreditNote##urn:cen.eu:en16931:2017#compliant#urn:fdc:peppol.eu:2017:poacc:billing:3.0::2.1</Key>
<Key metaSchemeID="PR" schemeID="cenbii-procid-ubl">urn:fdc:peppol.eu:2017:poacc:billing:01:1.0</Key>
<Incoming>2</Incoming>
<Outgoing>2</Outgoing>
</Subtotal>


<!-- Sent 12 orders -->
<Subtotal type="PerSP-DT-PR">
<Key metaSchemeID="SP" schemeID="CertSubjectCN">POP000002</Key>
<Key metaSchemeID="DT" schemeID="busdox-docid-qns">urn:oasis:names:specification:ubl:schema:xsd:Order-2::Order##urn:fdc:peppol.eu:poacc:trns:order:3::2.1</Key>
<Key metaSchemeID="PR" schemeID="cenbii-procid-ubl">cenbii-procid-ubl::urn:fdc:peppol.eu:poacc:bis:ordering:3</Key>
<Incoming>0</Incoming>
<Outgoing>12</Outgoing>
</Subtotal>


<!-- Sent 12 order responses -->
<Subtotal type="PerSP-DT-PR">
<Key metaSchemeID="SP" schemeID="CertSubjectCN">POP000002</Key>
<Key metaSchemeID="DT" schemeID="busdox-docid-qns">urn:oasis:names:specification:ubl:schema:xsd:OrderResponse-2::OrderResponse##urn:fdc:peppol.eu:poacc:trns:order_response:3::2.1</Key>
<Key metaSchemeID="PR" schemeID="cenbii-procid-ubl">cenbii-procid-ubl::urn:fdc:peppol.eu:poacc:bis:ordering:3</Key>
<Incoming>12</Incoming>
<Outgoing>0</Outgoing>
</Subtotal>
<!-- endregion -->

<!-- region PerSP-DT-PR-CC -->
<!-- Subtotals must match Total -->
<Subtotal type="PerSP-DT-PR-CC">
<Key metaSchemeID="SP" schemeID="CertSubjectCN">POP000001</Key>
<Key metaSchemeID="DT" schemeID="busdox-docid-qns">urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:cen.eu:en16931:2017#compliant#urn:fdc:peppol.eu:2017:poacc:billing:3.0::2.1</Key>
<Key metaSchemeID="PR" schemeID="cenbii-procid-ubl">urn:fdc:peppol.eu:2017:poacc:billing:01:1.0</Key>
<Key metaSchemeID="CC" schemeID="SenderCountry">AT</Key>
<Key metaSchemeID="CC" schemeID="ReceiverCountry">DE</Key>
<Incoming>4</Incoming>
<Outgoing>0</Outgoing>
</Subtotal>

<Subtotal type="PerSP-DT-PR-CC">
<Key metaSchemeID="SP" schemeID="CertSubjectCN">POP000001</Key>
<Key metaSchemeID="DT" schemeID="busdox-docid-qns">urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:cen.eu:en16931:2017#compliant#urn:fdc:peppol.eu:2017:poacc:billing:3.0::2.1</Key>
<Key metaSchemeID="PR" schemeID="cenbii-procid-ubl">urn:fdc:peppol.eu:2017:poacc:billing:01:1.0</Key>
<Key metaSchemeID="CC" schemeID="SenderCountry">DE</Key>
<Key metaSchemeID="CC" schemeID="ReceiverCountry">DE</Key>
<Incoming>1</Incoming>
<Outgoing>0</Outgoing>
</Subtotal>

<Subtotal type="PerSP-DT-PR-CC">
<Key metaSchemeID="SP" schemeID="CertSubjectCN">POP000001</Key>
<Key metaSchemeID="DT" schemeID="busdox-docid-qns">urn:oasis:names:specification:ubl:schema:xsd:CreditNote-2::CreditNote##urn:cen.eu:en16931:2017#compliant#urn:fdc:peppol.eu:2017:poacc:billing:3.0::2.1</Key>
<Key metaSchemeID="PR" schemeID="cenbii-procid-ubl">urn:fdc:peppol.eu:2017:poacc:billing:01:1.0</Key>
<Key metaSchemeID="CC" schemeID="SenderCountry">BE</Key>
<Key metaSchemeID="CC" schemeID="ReceiverCountry">DE</Key>
<Incoming>2</Incoming>
<Outgoing>0</Outgoing>
</Subtotal>

<Subtotal type="PerSP-DT-PR-CC">
<Key metaSchemeID="SP" schemeID="CertSubjectCN">POP000002</Key>
<Key metaSchemeID="DT" schemeID="busdox-docid-qns">urn:oasis:names:specification:ubl:schema:xsd:OrderResponse-2::OrderResponse##urn:fdc:peppol.eu:poacc:trns:order_response:3::2.1</Key>
<Key metaSchemeID="PR" schemeID="cenbii-procid-ubl">cenbii-procid-ubl::urn:fdc:peppol.eu:poacc:bis:ordering:3</Key>
<Key metaSchemeID="CC" schemeID="SenderCountry">DE</Key>
<Key metaSchemeID="CC" schemeID="ReceiverCountry">AT</Key>
<Incoming>7</Incoming>
<Outgoing>0</Outgoing>
</Subtotal>

<Subtotal type="PerSP-DT-PR-CC">
<Key metaSchemeID="SP" schemeID="CertSubjectCN">POP000002</Key>
<Key metaSchemeID="DT" schemeID="busdox-docid-qns">urn:oasis:names:specification:ubl:schema:xsd:OrderResponse-2::OrderResponse##urn:fdc:peppol.eu:poacc:trns:order_response:3::2.1</Key>
<Key metaSchemeID="PR" schemeID="cenbii-procid-ubl">cenbii-procid-ubl::urn:fdc:peppol.eu:poacc:bis:ordering:3</Key>
<Key metaSchemeID="CC" schemeID="SenderCountry">ZZ</Key>
<Key metaSchemeID="CC" schemeID="ReceiverCountry">ZZ</Key>
<Incoming>5</Incoming>
<Outgoing>0</Outgoing>
</Subtotal>
<!-- endregion -->

</TransactionStatisticsReport>

0 comments on commit 6989d28

Please sign in to comment.