change(s)-block in XML and in Notice Type Definitions #92
-
Trying to understand the documentation of changes in changed notice-versions, I tried to reconstruct the XML-Structure from fields.json and compared it with its resembling Notice-types representation. To me, these two do not fit to each other: A. XML-representation:
According to the XML-Representation, the ChangeNoticeIdentifier and the ND-ChangeReason-Node are seated in the Change-Section’s Root-Element “ND-Changes”, which is not repeatable and therefore should contain the following BTs: all other BT (BT-718, 719, 13716, 141 belong to the ND-Change-Node below, which is repeatable. B. The Notice-Types representation looks differently: The GR-Change-Group (not repeatable, should resemble to the ND_Changes-Node) and therefore containing but it also contains: The GR-Change-Section (which is the only repeatable section in the View and therefore should resemble the ND-Change-Node) only contains I would have expected BT-718/9 belonging to the GR-Change-Section, instead. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @gabrieledall, Disclaimer: This is a quick answer. I have not actually looked at the specific fields you mention so maybe there is something there that I am missing. Having said that, as a general principle, the structure in the notice type definition files is not supposed to be the same as the XML structure. In fact, the whole point of existence of the notice type definitions is that the XML structure is not (and should not) be the same as the visual structure on the screen. The XML structure is a data structure, whereas the notice type definitions provide a visual structure. Therefore, (if I understood your notes correctly), your observation that the notice type definition presents a different structure from the XML structure is correct, but it should be expected because the differences are intentional. Unfortunately, we have not yet been able to complete the SDK 1.0.0 documentation so many things are not properly clarified yet. But we are working n that. To mitigate this, I will give you a high level explanation of the logic behind that The
|
Beta Was this translation helpful? Give feedback.
Hi @gabrieledall,
Disclaimer: This is a quick answer. I have not actually looked at the specific fields you mention so maybe there is something there that I am missing.
Having said that, as a general principle, the structure in the notice type definition files is not supposed to be the same as the XML structure. In fact, the whole point of existence of the notice type definitions is that the XML structure is not (and should not) be the same as the visual structure on the screen. The XML structure is a data structure, whereas the notice type definitions provide a visual structure.
Therefore, (if I understood your notes correctly), your observation that the notice type definition presents a…