diff --git a/guides/compliance/main.adoc b/guides/compliance/main.adoc index f8c5fc88..882abe0b 100644 --- a/guides/compliance/main.adoc +++ b/guides/compliance/main.adoc @@ -22,4 +22,6 @@ include::sender.adoc[] include::receiver.adoc[] +include::payload.adoc[] + :leveloffset: -1 diff --git a/guides/compliance/payload.adoc b/guides/compliance/payload.adoc new file mode 100644 index 00000000..e98bf1e7 --- /dev/null +++ b/guides/compliance/payload.adoc @@ -0,0 +1,18 @@ += Payload compliance to BIS +[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. + +* 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. + +example: +[attributes] +==== + SBDH representation: + 0088:7315458756324 + UBL representation: + 7315458756324 +==== + +See Policy for use of Identifiers diff --git a/guides/release-notes/v3.0.14.adoc b/guides/release-notes/v3.0.14.adoc index d97b7184..d917580f 100644 --- a/guides/release-notes/v3.0.14.adoc +++ b/guides/release-notes/v3.0.14.adoc @@ -10,6 +10,11 @@ Release date:: November 2024 * BIS Ordering and Order Only ** Added sample file and use case which describes consignment orders and vendor-managed inventory +== Changes to Compliance BIS document +* Added new compliance on SBDH and BIS3 payload +** 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. +** 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 + == Changes to syntax * Order transaction (T01) ** Added optional element ID to AdditionalItemProperty with corresponding update in Use Case 4. @@ -23,12 +28,13 @@ Release date:: November 2024 * Order Response transaction Advanced (T116) * Despatch Advice (T16) ** Optional attribute added to indicate the scheme of the Transport Handling Unit identifier. -** Added optional element ID to AdditionalItemProperty . +** Added optional element ID to AdditionalItemProperty. * Catalogue transaction (T19) ** Added optional element ID to AdditionalItemProperty with corresponding update in Use Case 5. * Punchout transaction (T77) - Add ”cac:DocumentReference” to Certificate. - this may contain vital information regarding the label and has a simular function as in Catalogue. +** Added optional element ID to AdditionalItemProperty. +** Added ”cac:DocumentReference” to Certificate. +*** this may contain vital information regarding the label and has a similar function as in Catalogue. == Changes to code lists and validation artefacts * Added new codelist with code values SSCC (Serial Shipping Container Code) and ZZZ (Mutually defined) to the optional attribute that indicates the type/scheme for Transport handling unit identifier (in Despatch Advice)