File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -18,12 +18,13 @@ groups or variable-length data.
1818``` xml
1919<?xml version =" 1.0" encoding =" UTF-8" standalone =" yes" ?>`
2020
21- <sbe : messageSchema xmlns : sbe =" http://www.fixprotocol.org/ns/simple/RC3"
21+ <sbe : messageSchema
22+ xmlns:sbe=" https://github.com/FIXTradingCommunity/fix-simple-binary-encoding/blob/master/v1-0-RC3/resources"
2223 xmlns : xs =" http://www.w3.org/2001/XMLSchema-instance"
2324 package =" Examples" id =" 100"
2425 description =" Test dictionary"
2526 byteOrder =" littleEndian"
26- xs : schemaLocation =" http ://www.fixprotocol.org/ns/ simple/ RC3/SimpleBinary1-0.xsd" >
27+ xsi :schemaLocation=" https ://github.com/FIXTradingCommunity/fix- simple-binary-encoding/blob/master/v1-0- RC3/resources SimpleBinary1-0.xsd" >
2728
2829<types >
2930 <type name =" enumEncoding" primitiveType =" char" />
Original file line number Diff line number Diff line change @@ -18,13 +18,13 @@ groups or variable-length data.
1818``` xml
1919<?xml version =" 1.0" encoding =" UTF-8" standalone =" yes" ?>`
2020
21- <sbe : messageSchema xmlns : sbe =" http://www.fixprotocol.org/ns/simple/RC3"
21+ <sbe : messageSchema
22+ xmlns:sbe=" https://github.com/FIXTradingCommunity/fix-simple-binary-encoding/blob/master/v1-0-RC4/resources"
2223 xmlns : xs =" http://www.w3.org/2001/XMLSchema-instance"
2324 package =" Examples" id =" 100"
2425 description =" Test dictionary"
2526 byteOrder =" littleEndian"
26- xs : schemaLocation =" http://www.fixprotocol.org/ns/simple/RC3/SimpleBinary1-0.xsd" >
27-
27+ xsi:schemaLocation=" https://github.com/FIXTradingCommunity/fix-simple-binary-encoding/blob/master/v1-0-RC4/resources SimpleBinary1-0.xsd" >
2828<types >
2929 <type name =" enumEncoding" primitiveType =" char" />
3030 <type name =" idString" length =" 8" primitiveType =" char" semanticType =" String" />
You can’t perform that action at this time.
0 commit comments