That's a bit surprising. Our diagnostics are definitely an area where alot of improvement is needed, but we're usually pretty good about outputting line numbers, especially for the missing property error.
You probably just need to put 'lengthKind="implicit" in your dfdl:format tag to fix this particular error. If you can share what you have we can investigate why a line number is not included. - Steve On 1/11/19 8:52 AM, Christofer Dutz wrote: > Hi, > > I am now trying to update my dfdl using the PCAP example … when running it in > the debugger, I’m getting warnings and errors, unfortunately it’s only > telling me the file name and not what element is missing an attribute. > > [error] Schema Definition Error: Property lengthKind is not defined. > Non-default properties were combined from these locations: > Location in > file:/Users/christofer.dutz/Projects/Apache/incubator-daffodil/s7protocol.dfdl.xsd > Location in > file:/Users/christofer.dutz/Projects/Apache/incubator-daffodil/s7protocol.dfdl.xsd > > That’s sort of not really helpful … what am I doing wrong? > > Chris >
