It's not 100% clear to me what behavior you are seeing and what you expect to see. Could you maybe provide a schema snippet of your complex and assert and what result you are looking for?
- Steve On 5/30/19 3:49 PM, Kevin Moser wrote: > Another question related to this topic. During testing, we noticed that > dfdl:asserts were not failing (sending bad data to parser) if using "parsed". > > The asserts are located within the parameter complex type to check if valid > record type. Any insight? > > On Tue, May 28, 2019, 3:14 PM Kevin Moser <[email protected] > <mailto:[email protected]>> wrote: > > Working on schema and am hoping to get some assistance on writing schema > to > perform an iterative process. The protocol contains a length of > parameters > field. It does not contain the number of parameters. I want to write the > schema to handle a variable number of parameters until the length of > parameters field is consumed (essentially a for loop or while loop). Any > suggestions? > Thanks, Kevin >
