Closed VadimKey closed 7 years ago
Thanks for careful checking, @VadimKey. We will update Final Standard if there are only minor corrections. More substantial changes would require a new version.
A baseline was pushed for Draft Standard errata. I already corrected schema location in Examples.xml to: `xsi:schemaLocation="http://fixprotocol.io/2016/sbe sbe.xsd"
Documentation still needs to be updated to use the new namespace and XSD file name instead of the RC4 names.
https://github.com/FIXTradingCommunity/fix-simple-binary-encoding/blob/master/v1-0-RC4/doc/07Examples.md
`<?xml version="1.0" encoding="UTF-8" standalone="yes"?>``
To fix it either xsi:schemaLocation should be changed to "xs:schemaLocation" either "xmlns:xs="http://www.w3.org/2001/XMLSchema-instance" should be changed to "xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance".