Skip to content
Discussion options

You must be logged in to vote

Although it has code list with id "notice-type" and "form-type" (i believe this is how you get those elements at the end) and i agreee with you, well it is what it is. Lets take a look in to it.

"id" : "BT-02-notice",
"xpathRelative" : "cbc:NoticeTypeCode",
-> Value of Field represent value of element

"id" : "BT-03-notice",
"xpathRelative" : "cbc:NoticeTypeCode/@listname",
-> value of field represent value of attribute.
/@listname represent information about that this field is pure attribute value of element NoticeTypeCode.

Another example but different (little bit)
[cbc:ID/@schemeName='Lot']
Value of Field represent value of element but it has defined attribute schemeName with value Lot.

A…

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
xml generation Discussions on how to generate valid XML
2 participants