Could you provide more context or the entire DFDL file is possible? I can't reproduce this issue. Are you using the latest version of Daffodil?

- Steve

On 7/29/22 11:28 AM, Roger L Costello wrote:
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

Reply via email to