79492142

Date: 2025-03-07 11:29:46
Score: 0.5
Natty:
Report link

Because you xml have namespace, change this line:

<xs:element name="value" type="xs:string" />

to:

<xs:element name="value" type="xs:string" form="qualified"/>

Reasons:
  • Low length (1):
  • No code block (0.5):
  • High reputation (-1):
Posted by: Hermann12