I've been trying to convert an XSD file to XML. It is a formulary provided by a government agency in order to be able to report some required data.
The XML schema says it was created by LiquidStudio, which is the reason I'm here. I've tried using the online converting tool by the same company but it marks two errors on line 450. I'm totally lost, please help.
Here's the line that marks the errors:
450:
<xs:pattern value="[A-ZÑ&]{3,4}[0-9]{2}[0-1][0-9][0-3][0-9][A-Z0-9]?[A-Z0-9]?[0-9A-Z]"/>
The message for the two errors are as follow: "The entity name must immediately follow the '&' in the entity reference." and "The reference to entity "null" must end with the ';' delimiter."
Here's the link to the XSD file I need to convert: http://formulario.cre.gob.mx/Content/templates/514/v1/volumenesExpendio.xsd
The line in question should be as follows:
XML sample