Skip to content

Commit 29458c9

Browse files
committed
#1 Updated schemaLocation in examples
1 parent a4eabae commit 29458c9

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

v1-0-RC3/doc/07Examples.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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"/>

v1-0-RC4/doc/07Examples.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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"/>

0 commit comments

Comments
 (0)