Skip to content

Commit fd8b9ac

Browse files
authored
Merge pull request #107 from donmendelson/issue106
Version number in SBE.XSD file name #106
2 parents d776cc9 + 33a6b4d commit fd8b9ac

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

v2-0-RC2/doc/04MessageSchema.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
XML schema for SBE message schemas
55
---------
6-
See [sbe.xsd](../resources/sbe.xsd) for the normative XML Schema Definition (XSD) for SBE.
6+
See [SBE XSD](../resources/sbe-2.0rc2.xsd) for the normative XML Schema Definition (XSD) for SBE.
77

88
The SBE schema is defined with W3C XML Schema Definition Language (XSD) version 1.0. (XSD version 1.1 was standardized.
99
However, since it is not supported by all XML processors, the SBE XSD is constrained to features of version 1.0.)

v2-0-RC2/resources/xml/examples.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2-
<sbe:messageSchema xmlns:sbe="http://fixprotocol.io/2017/sbe" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xi="http://www.w3.org/2001/XInclude" package="examples" id="91" version="0" byteOrder="littleEndian" xsi:schemaLocation="http://fixprotocol.io/2017/sbe ../xsd/sbe.xsd">
2+
<sbe:messageSchema xmlns:sbe="http://fixprotocol.io/2017/sbe" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xi="http://www.w3.org/2001/XInclude" package="examples" id="91" version="0" byteOrder="littleEndian" xsi:schemaLocation="http://fixprotocol.io/2017/sbe ../xsd/sbe-2.0rc2.xsd">
33
<!-- include commonly used types -->
44
<xi:include href="types-include.xml" parse="xml"/>
55
<types>

0 commit comments

Comments
 (0)