Reported by Jörg Thonnes in FIX Forum:
currently, I started to produce a specific FIX Orchestra file in both XML and Markdown formats to describe our FIX Trading Adapter.
To indicate that some specific code set values are forbidden or unsupported, I used the supported attribute of the fixr:codeset element. The resulting Markdown table lacks the column, though.
If I add the column “supported” to the Markdown table, the result is a new XML sub-element:
<fixr:appinfo purpose="supported">forbidden</fixr:appinfo>
Reported by Jörg Thonnes in FIX Forum: