The payment schema for ISO-20022
lxml.etree.XMLSchemaParseError: Element
'{http://www.w3.org/2001/XMLSchema}pattern': The value
'[\p{IsBasicLatin}\p{IsLatin-1Supplement}\p{IsLatinExtended-A}€ȘșȚț-[\p{C}]]+'
of the facet 'pattern' is not a valid regular expression., line 1434
Here is the XSD part
<xs:simpleType name="SPSText">
<xs:restriction base="xs:string">
<xs:pattern
value="[\p{IsBasicLatin}\p{IsLatin-1Supplement}\p{IsLatinExtended-A}€ȘșȚț-[\p{C}]]+"/>
</xs:restriction>
</xs:simpleType>
_______________________________________________
lxml - The Python XML Toolkit mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/lxml.python.org/
Member address: [email protected]