ConnectingEurope/eInvoicing-EN16931

BR-CL-24 UBL - mimeCode - typo in list BT-125

jurajmarkovic opened this issue · 1 comments

Hello,

we have found typo in mimeCode list:

<rule context="@mimeCode" flag="fatal"> <assert test="((. = 'application/pdf' or . = 'image/png' or . = 'image/jpeg' or . = 'text/csv' or . = 'application/vnd.openxmlformats-officedocument. spreadsheetml.sheet' or . = 'application/vnd.oasis.opendocument.spreadsheet'))" id="BR-CL-24" flag="fatal">[BR-CL-24]-For Mime code in attribute use MIMEMediaType.</assert> </rule>

There is an extra space in "application/vnd.openxmlformats-officedocument. spreadsheetml.sheet"
Small one, but needs correction
BR

oriol commented

corrected by @klakegg