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.
18
18
``` xml
19
19
<?xml version =" 1.0" encoding =" UTF-8" standalone =" yes" ?>`
20
20
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"
22
23
xmlns : xs =" http://www.w3.org/2001/XMLSchema-instance"
23
24
package =" Examples" id =" 100"
24
25
description =" Test dictionary"
25
26
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" >
27
28
28
29
<types >
29
30
<type name =" enumEncoding" primitiveType =" char" />
Original file line number Diff line number Diff line change @@ -18,13 +18,13 @@ groups or variable-length data.
18
18
``` xml
19
19
<?xml version =" 1.0" encoding =" UTF-8" standalone =" yes" ?>`
20
20
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"
22
23
xmlns : xs =" http://www.w3.org/2001/XMLSchema-instance"
23
24
package =" Examples" id =" 100"
24
25
description =" Test dictionary"
25
26
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" >
28
28
<types >
29
29
<type name =" enumEncoding" primitiveType =" char" />
30
30
<type name =" idString" length =" 8" primitiveType =" char" semanticType =" String" />
You can’t perform that action at this time.
0 commit comments