Don Mendelson

Results 105 comments of Don Mendelson

The optional name is for convenience but will not be enforced by referential integrity. Only the name in a referred object (field, component, group, message) is authoritative.

@YuvalCohen the Orchestra repository schema does both things recommended by that article. It imports xml.xsd and it declares xml:base in top-level elements under ``. Unfortunately, Xinclude requires that attribute in...

I altered a unit test for RepositoryValidator as follows and got it to run with an Xinclude: Modified test resource OrchestraFIXLatest.xml and moved a portion to another file. 1. Added...

@YuvalCohen since XIinclude requires explicit include points to be declared in the schema, what you ask requires a modification. We are about to promote Orchestra version 1.0 to Technical Standard,...

Now that Orchestra version 1.0 is Technical Standard, we should reconsider all requests for schema changes to become version 1.1.

The SBE v1.0 specification states: > The `` root element contains a version number attribute. By default, version is zero, the initial version of a message schema. Each time a...

Agree that count should be 99.

Still an open topic after RC4.

I agree that the example should be corrected to show a second RetransmissionRequest as you suggest.

@danjmarques the intention of the design is that real-time messages should not be blocked by long retransmissions. Thus, retransmissions should be sent in blocks of limited size, and the retransmitter...