Skip to content

Commit

Permalink
Fixed errors in test files, SE orgnr
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinForsberg-Ecru committed Feb 24, 2024
1 parent 0343100 commit 1e30c4d
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions rules/examples/Order use cases/UC5_Order.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,16 @@
</cac:Contract>
<cac:BuyerCustomerParty>
<cac:Party>
<cbc:EndpointID schemeID="0007">2041277711</cbc:EndpointID>
<cbc:EndpointID schemeID="0007">5541277710</cbc:EndpointID>
<cac:PartyIdentification>
<cbc:ID schemeID="0007">2041277711</cbc:ID>
<cbc:ID schemeID="0007">5541277710</cbc:ID>
</cac:PartyIdentification>
<cac:PartyName>
<cbc:Name>Region West</cbc:Name>
</cac:PartyName>
<cac:PartyLegalEntity>
<cbc:RegistrationName>Region West</cbc:RegistrationName>
<cbc:CompanyID schemeID="0007">2041277711</cbc:CompanyID>
<cbc:CompanyID schemeID="0007">5541277710</cbc:CompanyID>
<cac:RegistrationAddress>
<cbc:CityName>Göteborg</cbc:CityName>
<cac:Country>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
</cac:SellerSupplierParty>
<cac:BuyerCustomerParty>
<cac:Party>
<cbc:EndpointID schemeID="0007">2041277711</cbc:EndpointID>
<cbc:EndpointID schemeID="0007">5541277710</cbc:EndpointID>
<cac:PartyIdentification>
<cbc:ID schemeID="0007">2041277711</cbc:ID>
<cbc:ID schemeID="0007">5541277710</cbc:ID>
</cac:PartyIdentification>
</cac:Party>
</cac:BuyerCustomerParty>
Expand Down
4 changes: 2 additions & 2 deletions rules/use-case-examples/order-response/UC5_Order_response.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
</cac:SellerSupplierParty>
<cac:BuyerCustomerParty>
<cac:Party>
<cbc:EndpointID schemeID="0007">2041277711</cbc:EndpointID>
<cbc:EndpointID schemeID="0007">5541277710</cbc:EndpointID>
<cac:PartyIdentification>
<cbc:ID schemeID="0007">2041277711</cbc:ID>
<cbc:ID schemeID="0007">5541277710</cbc:ID>
</cac:PartyIdentification>
</cac:Party>
</cac:BuyerCustomerParty>
Expand Down
6 changes: 3 additions & 3 deletions rules/use-case-examples/order/UC5_Order.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,16 @@
</cac:Contract>
<cac:BuyerCustomerParty>
<cac:Party>
<cbc:EndpointID schemeID="0007">2041277711</cbc:EndpointID>
<cbc:EndpointID schemeID="0007">5541277710</cbc:EndpointID>
<cac:PartyIdentification>
<cbc:ID schemeID="0007">2041277711</cbc:ID>
<cbc:ID schemeID="0007">5541277710</cbc:ID>
</cac:PartyIdentification>
<cac:PartyName>
<cbc:Name>Region West</cbc:Name>
</cac:PartyName>
<cac:PartyLegalEntity>
<cbc:RegistrationName>Region West</cbc:RegistrationName>
<cbc:CompanyID schemeID="0007">2041277711</cbc:CompanyID>
<cbc:CompanyID schemeID="0007">5541277710</cbc:CompanyID>
<cac:RegistrationAddress>
<cbc:CityName>Göteborg</cbc:CityName>
<cac:Country>
Expand Down

0 comments on commit 1e30c4d

Please sign in to comment.