Skip to content

Commit

Permalink
Merge branch 'refs/heads/pr/17'
Browse files Browse the repository at this point in the history
# Conflicts:
#	v1-0-RC4/doc/04MessageSchema.md
  • Loading branch information
donmendelson committed Jan 18, 2016
2 parents da4cf05 + f264b1e commit f8d4ca0
Show file tree
Hide file tree
Showing 10 changed files with 18 additions and 17 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ RC3 and previous versions of SBE, as well as other FIX high performance protocol
are available as MS Word documents at [High Performance Specifications](http://www.fixtradingcommunity.org/pg/structure/tech-specs/high-performance-specifications).

## License
SBE specifications are ©Copyright 2014-2015 FIX Protocol Limited.
SBE specifications are ©Copyright 2014-2016 FIX Protocol Limited.

<a rel="license" href="http://creativecommons.org/licenses/by-nd/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-nd/4.0/88x31.png" /></a><br /><span xmlns:dct="http://purl.org/dc/terms/" href="http://purl.org/dc/dcmitype/Text" property="dct:title" rel="dct:type">FIX Simple Binary Encoding</span> by <a xmlns:cc="http://creativecommons.org/ns#" href="http://www.fixtradingcommunity.org/" property="cc:attributionName" rel="cc:attributionURL">FIX Trading Community</a> is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nd/4.0/">Creative Commons Attribution-NoDerivatives 4.0 International License</a>.<br />Based on a work at <a xmlns:dct="http://purl.org/dc/terms/" href="https://github.com/FIXTradingCommunity/fix-simple-binary-encoding" rel="dct:source">https://github.com/FIXTradingCommunity/fix-simple-binary-encoding</a>

Expand Down
2 changes: 1 addition & 1 deletion v1-0-RC3/doc/04MessageSchema.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ XML namespace
The Simple Binary Encoding XML schema is identified by this URL:

```xml
xmlns:sbe=[http://www.fixprotocol.org/ns/simple/](http://www.fixtradingcommunity.org/ns/simple/1.0)RC3
xmlns:sbe=http://fixprotocol.io/sbe/rc3
```

Conventionally, the URI of the XML schema is aliased by the prefix
Expand Down
4 changes: 2 additions & 2 deletions v1-0-RC3/doc/07Examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ groups or variable-length data.
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>`

<sbe:messageSchema
xmlns:sbe="https://github.com/FIXTradingCommunity/fix-simple-binary-encoding/blob/master/v1-0-RC3/resources"
xmlns:sbe="http://fixprotocol.io/sbe/rc3"
xmlns:xs="http://www.w3.org/2001/XMLSchema-instance"
package="Examples" id="100"
description="Test dictionary"
byteOrder="littleEndian"
xsi:schemaLocation="https://github.com/FIXTradingCommunity/fix-simple-binary-encoding/blob/master/v1-0-RC3/resources SimpleBinary1-0.xsd">
xsi:schemaLocation="http://fixprotocol.io/sbe/rc3 SimpleBinary1-0.xsd">

<types>
<type name="enumEncoding" primitiveType="char"/>
Expand Down
4 changes: 2 additions & 2 deletions v1-0-RC3/resources/Examples.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<messageSchema
xmlns:sbe="https://github.com/FIXTradingCommunity/fix-simple-binary-encoding/blob/master/v1-0-RC3/resources"
xmlns:sbe="http://fixprotocol.io/sbe/rc3"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" package="Examples"
id="91" version="0" byteOrder="littleEndian"
xsi:schemaLocation="https://github.com/FIXTradingCommunity/fix-simple-binary-encoding/blob/master/v1-0-RC3/resources SimpleBinary1-0.xsd">
xsi:schemaLocation="http://fixprotocol.io/sbe/rc3 SimpleBinary1-0.xsd">
<types>
<type name="date" primitiveType="uint16" semanticType="LocalMktDate" />
<type name="enumEncoding" primitiveType="char" />
Expand Down
4 changes: 2 additions & 2 deletions v1-0-RC3/resources/SimpleBinary1-0.xsd
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<xs:schema targetNamespace="http://www.fixprotocol.org/ns/simple/RC3"
<xs:schema targetNamespace="http://fixprotocol.io/sbe/rc3"
version="1.0RC3" elementFormDefault="unqualified"
xmlns:sbe="http://www.fixprotocol.org/ns/simple/RC3" xmlns:xs="http://www.w3.org/2001/XMLSchema">
xmlns:sbe="http://fixprotocol.io/sbe/rc3" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:annotation>
<xs:documentation>
Message schema for FIX Simple Binary Encoding
Expand Down
2 changes: 1 addition & 1 deletion v1-0-RC4/doc/00Title.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ FEEDBACK TO THE RELEASE CANDIDATE WILL DETERMINE IF ANOTHER REVISION AND
RELEASE CANDIDATE IS NECESSARY OR IF THE RELEASE CANDIDATE CAN BE
PROMOTED TO BECOME A FIX TECHNICAL STANDARD DRAFT.**

**©Copyright 2015 FIX Protocol Limited**
**©Copyright 2015-2016 FIX Protocol Limited**
2 changes: 1 addition & 1 deletion v1-0-RC4/doc/04MessageSchema.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ XML namespace
The Simple Binary Encoding XML schema is identified by this URL:

```xml
xmlns:sbe=https://github.com/FIXTradingCommunity/fix-simple-binary-encoding/blob/master/v1-0-RC4/resources
xmlns:sbe=http://fixprotocol.io/sbe/rc4
```

Conventionally, the URI of the XML schema is aliased by the prefix
Expand Down
4 changes: 2 additions & 2 deletions v1-0-RC4/doc/07Examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ groups or variable-length data.
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>`

<sbe:messageSchema
xmlns:sbe="https://github.com/FIXTradingCommunity/fix-simple-binary-encoding/blob/master/v1-0-RC4/resources"
xmlns:sbe="http://fixprotocol.io/sbe/rc4"
xmlns:xs="http://www.w3.org/2001/XMLSchema-instance"
package="Examples" id="100"
description="Test dictionary"
byteOrder="littleEndian"
xsi:schemaLocation="https://github.com/FIXTradingCommunity/fix-simple-binary-encoding/blob/master/v1-0-RC4/resources SimpleBinary1-0.xsd">
xsi:schemaLocation="http://fixprotocol.io/sbe/rc4 SimpleBinary1-0.xsd">
<types>
<type name="enumEncoding" primitiveType="char"/>
<type name="idString" length="8" primitiveType="char" semanticType="String"/>
Expand Down
4 changes: 2 additions & 2 deletions v1-0-RC4/resources/Examples.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<messageSchema
xmlns:sbe="https://github.com/FIXTradingCommunity/fix-simple-binary-encoding/blob/master/v1-0-RC4/resources"
xmlns:sbe="http://fixprotocol.io/sbe/rc4"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" package="Examples"
id="91" version="0" byteOrder="littleEndian"
xsi:schemaLocation="https://github.com/FIXTradingCommunity/fix-simple-binary-encoding/blob/master/v1-0-RC4/resources SimpleBinary1-0.xsd">
xsi:schemaLocation="http://fixprotocol.io/sbe/rc4 SimpleBinary1-0.xsd">
<types>
<type name="date" primitiveType="uint16" semanticType="LocalMktDate" />
<type name="enumEncoding" primitiveType="char" />
Expand Down
7 changes: 4 additions & 3 deletions v1-0-RC4/resources/SimpleBinary1-0.xsd
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<xs:schema targetNamespace="http://www.fixprotocol.org/ns/simple/RC4"
<xs:schema targetNamespace="http://fixprotocol.io/sbe/rc4"
version="1.0RC4" elementFormDefault="unqualified"
xmlns:sbe="http://www.fixprotocol.org/ns/simple/RC4" xmlns:xs="http://www.w3.org/2001/XMLSchema">
xmlns:sbe="http://fixprotocol.io/sbe/rc4"
xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:annotation>
<xs:documentation>
Message schema for FIX Simple Binary Encoding
Version: Release Candidate 4
©Copyright 2014-2015 FIX Protocol Limited
©Copyright 2014-2016 FIX Protocol Limited
</xs:documentation>
</xs:annotation>

Expand Down

0 comments on commit f8d4ca0

Please sign in to comment.