Skip to content

<cbc:ActivityType>railway services</cbc:ActivityType> #84

Answered by bertrand-lorentz
troa1 asked this question in Q&A
Discussion options

You must be logged in to vote

Thank you for your feedback.

This is a mistake in the example notice veat_25.xml. It should indeed use cbc:ActivityTypeCode, as follows:

<cac:ContractingActivity>
	<cbc:ActivityTypeCode listName="entity-activity">rail</cbc:ActivityTypeCode>
</cac:ContractingActivity>

This also requires the correction of the "Buyer Legal Type" (BT-11), otherwise the value "rail" is not allowed. For example:

<cac:ContractingPartyType>
	<cbc:PartyTypeCode listName="buyer-legal-type">pub-undert-cga</cbc:PartyTypeCode>
</cac:ContractingPartyType>

The example will be corrected in the next version of the SDK.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by YvesJo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
bug Something isn't working examples
2 participants