Re: Multiple children of DIDocument

2019-03-19 Thread Sloane, Brandon
. From: Steve Lawrence Sent: Tuesday, March 19, 2019 4:36:52 PM To: dev@daffodil.apache.org; Beckerle, Mike Subject: Re: Multiple children of DIDocument You might also take a look at prefixed lengths and how they are implemented. It sounds somewhat similar. Prefixed lengths used the concept

Re: Multiple children of DIDocument

2019-03-19 Thread Steve Lawrence
> From: Sloane, Brandon > Sent: Tuesday, March 19, 2019 7:24:18 PM > To: dev@daffodil.apache.org > Subject: Multiple children of DIDocument > > As you may have heard, I am working on the proposal to implement a > TypeValueCalc feature, whe

Re: Multiple children of DIDocument

2019-03-19 Thread Beckerle, Mike
i36> From: Sloane, Brandon Sent: Tuesday, March 19, 2019 7:24:18 PM To: dev@daffodil.apache.org Subject: Multiple children of DIDocument As you may have heard, I am working on the proposal to implement a TypeValueCalc feature, where a simple type can be defined by its representation type, desc

Multiple children of DIDocument

2019-03-19 Thread Sloane, Brandon
As you may have heard, I am working on the proposal to implement a TypeValueCalc feature, where a simple type can be defined by its representation type, describing how it appears in the bitstream, and some conversion functions to translate that to a logical type. To implement this, I am