We are trying to file an AD01 for a company that has a grave accent in the name.
We are using the following schema:
http://xmlgw.companieshouse.gov.uk/v2-1/schema/forms/ChangeRegisteredOfficeAddress-v2-1.xsd
Here is the relevant segment of our source XML.
<FormHeader>
<CompanyNumber>07217298</CompanyNumber>
<CompanyType>EW</CompanyType>
<CompanyName>##### COMM`S LTD</CompanyName>
We are getting a schema validation failure as the name does not match your regex.
RESPONSE:
RaisedBy:CH_XML_Gateway
Number:100
Type:fatal
Text:XML failed schema validation: Invalid XML: Datatype error: Type:InvalidDatatypeValueException, Message:Value 'RASGAD COMM`S LTD' does not match regular expression facet '[-,.:; 0-9A-Z&@$£¥€_'"«»‘’“”?!/\\()\[\]{}<>*=#%+a-zÀ-ÖØ-ſƒǺ-ǿẀ-ẅỲỳ]*'. line 28 column 53
Location:
Any assistance with this would be much appreciated, thanks.