fix-orchestra icon indicating copy to clipboard operation
fix-orchestra copied to clipboard

Wiki page session example doesn't match schema

Open EddyPronk opened this issue 4 years ago • 1 comments

On this page: Concepts Part5 Service Offerings And Session Configurations

Element fixi:value is not in ./interfaces/src/main/resources/xsd/interfaces.xsd.

	<fixi:identifier name="SenderCompID">
		<fixi:value>XYZ</fixi:value>
	</fixi:identifier>

I attached a patch and checked it using xmllint.

0001-Removed-fixi-value-because-it-doesn-t-match-schema.patch.txt

EddyPronk avatar May 27 '21 04:05 EddyPronk

Thanks @epronk. Attribute "value" was removed from the schema without changing the example.

BTW such things are the motivation for https://github.com/FIXTradingCommunity/tablature/issues/37

donmendelson avatar May 27 '21 20:05 donmendelson