I can't reproduce this, and it looks like textTrimKind should be used to
me. What version of Daffodil are you using? Maybe the warning is from a
different simple type? Can you provide more of the schema?
On 2023-12-22 01:40 PM, Roger L Costello wrote:
Hi Folks,
I am getting a warning with this simpleType:
<xs:simpleTypename="fixedLength_string"dfdl:lengthKind="explicit"
dfdl:textPadKind="padChar"
dfdl:textStringPadCharacter="%SP;"
dfdl:textStringJustification="left"
dfdl:textTrimKind="padChar">
<xs:restrictionbase="xs:string"/>
</xs:simpleType>
Here is the warning message:
*Schema Definition Warning: DFDL property was ignored:
textTrimKind="padChar"*
Why am I getting that warning?
/Roger