-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated compliance on sbdh and bis identifiers
- Loading branch information
1 parent
ade3919
commit 2e6c05e
Showing
1 changed file
with
10 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,19 @@ | ||
= Payload compliance to BIS | ||
= Enveloping compliance | ||
[horizontal] | ||
|
||
== Processing of rules | ||
* The value of the SBDH element "Sender/Identifier" MUST be equivalent to the value in the sender party's "Party/EndpointID" element and its "schemeID" attribute. | ||
== Enveloping of BIS message in Peppol Business Message Envelope (SBDH) | ||
* When a BIS message is enveloped, the value of the SBDH element *Sender/Identifier* SHALL match the *Party/EndpointID* element value of the sender party, including the value of its *schemeID* attribute. | ||
|
||
* The value of the SBDH element "Receiver/Identifier" MUST be equivalent to the value in the receiver's party "Party/EndpointID" element and its "schemeID" attribute. | ||
* When a BIS message is enveloped, the value of the SBDH element *Receiver/Identifier* SHALL match the *Party/EndpointID* element value of the receiver party, including the value of its *schemeID* attribute. | ||
|
||
example: | ||
Example: | ||
[attributes] | ||
==== | ||
SBDH representation: | ||
<Identifier Authority="iso6523-actorid-upis">0088:7315458756324</Identifier> | ||
UBL representation: | ||
BIS message: | ||
<cbc:EndpointID schemeID="0088">7315458756324</cbc:EndpointID> | ||
SBDH envelope: | ||
<Identifier Authority="iso6523-actorid-upis">0088:7315458756324</Identifier> | ||
==== | ||
|
||
See Policy for use of Identifiers | ||
See Policy for use of Identifiers for more information on how to represent identifiers in envelope and messages. |