Hi Folks, I have a DFDL schema. I use xs: to namespace-qualify XSD elements.
Except, I forgot to namespace qualify this simpleType: <simpleType> <restriction base="xs:string"> <pattern value="[A-Z]{10}|-"/> </restriction> </simpleType> How did Daffodil behave with that DFDL schema? Answer: it did not report any error. It simply hung. I had to ctrl-c to terminate Daffodil. /Roger