PSC Related Data - Important Clarification

*There has been an incorrect update to a number of PSC related data items on the live schema page:

https://xmlgw.companieshouse.gov.uk/SchemaStatus

The schemas incorrectly updated are:

baseTypes-v3-7.xsd

PSCStatementNotification-v1-2.xsd

PSCBaseTypes-v1-4.xsd

The errors include unnecessary additional PSC RLE elements, plus incorrectly reverting back to the use of ‘register entry date’.

Do not update your systems to accommodate these latest erroneous changes.

Companies House will revert the schemas back to their original versions and codebase on Wednesday 5th November through its scheduled release process.

The schemas were not updated on the ‘sandpit’ test version - and these versions can be used as a point of reference until the live schema page is updated

Sandpit test XML schema page:

https://xmlgw-sandpit-staging.companieshouse.gov.uk/SchemaStatus

Please accept our sincere apologies for these update errors, plus any confusion and undue concern it has caused.

SDN

Simon is this why our submissions today (18/11/2025) to cease or appoint or edit a PSC are being rejected? We are using the latest Live schema, but getting error responses as follows (example is from a PSC cessation (PSC07):


[{"raised_by":"PSCCessation","number":"9999","type":"fatal","text":"No element 'ConfirmationDate' in class CompaniesHouse::Filing::PSCCessation","location":""}]

This suggest the CH validation has not updated to reflect the new use of “Confirmation date”. Is it still expecting the old “Register Entry Date”?

3 Likes

Good morning and apologies for late response.

This is a known issue at our end that we are working hard to resolve.

SDN

1 Like

Great, thank you so much Simon!

Do you have any updates regarding the PSC filings? We continue to experience this issue across all PSC related submissions.

[{"raised_by":"PSCCessation","number":"9999","type":"fatal","text":"No element 'ConfirmationDate' in class CompaniesHouse::Filing::PSCCessation","location":""}]

Hi,

We are actively working on something as we speak - we may have something ready fix wise this afternoon but it all depends on our testing of it.

SDN

1 Like

This finally seems to be fixed

Unfortunately it has not been fixed. While the original issue of: "text":"No element 'ConfirmationDate' in class CompaniesHouse::Filing::PSCCessation"

has been resolved, submissions are now being rejected because:

**[{"reject_code":"12139","description":"You have not stated the Confirmation date.","instance_number":"1"}]**

However the submissions do include this date! e.g.

 },
        "date_of_change": "2025-11-19",
        "confirmation_date": "2025-11-19"
      }

Any update on this please @snicholas @xml? Almost all PSC filings are being rejected currently. The odd one is getting through, but we can’t work out why they are, but the majority are being rejected.

Colleagues are also still investigating Oli - I would refer you again to my posting on this forum yesterday afternoon: Important message - IDV change related software filing issues - Service Performance - Companies Hou…

Thank you @snicholas. I had not seen that, apologies. We shall try resubmitting the various rejected submissions.

We have submitted new (this morning 27th Nov) PSC change filings, and have had the same rejection already (You have not stated the Confirmation date.), so PSC change filings at least don’t seem to be fixed as that post suggests. We are sending you the details.

Morning Ben,

Apparently a fair number of PSC forms are now processing normally, your " You have not stated the Confirmation date" issue is the last remaining issue that we need to resolve.

SDN

PSC08 → PSCStatementNotification is still failing with a fatal error.
It would be great if this could be resolved as well.

1 Like

We are still facing issues with PSCChangeOfDetails below is the error

Thank you for submitting your PSC Form. Unfortunately a system issue has resulted in your submission being corrupted and as such we are unable to process it. We are working to resolve this system issue. We apologise for the inconvenience caused. Please note there are alternative ways to file this document. A PSC form can be filed via our webfiling service Sign in to WebFiling - Companies House - GOV.UK You may also file a PSC Form on paper. You can download the form from our website. Companies House - GOV.UK Please note paper filings usually take longer to process.

@snicholas & @xml thanks for the fix on PSC IDV filings (now allowing filings without a title!). We are still having no luck with PSC08/PSC09 filings. It appears that CH has not been updated to pick up on the new name of the date field: “Confirmation Date”.

Any update on when this will be resolved? Thanks!

This is an example of a rejected PSC08:

<Error>
	    <RaisedBy>CH_XML_Gateway</RaisedBy>
	    <Number>100</Number>
	    <Type>fatal</Type>
	    <Text>XML failed schema validation: Invalid XML: Unknown element 'ConfirmationDate'  line 40 column 29</Text>
	    <Location></Location>
	  </Error>

This is an example of a rejected PSC09 (same error):


<Error>
	    <RaisedBy>CH_XML_Gateway</RaisedBy>
	    <Number>100</Number>
	    <Type>fatal</Type>
	    <Text>XML failed schema validation: Invalid XML: Unknown element 'ConfirmationDate'  line 41 column 29</Text>
	    <Location></Location>
	  </Error>
1 Like

Hi,

We were under the impression we had fixed this - can you please supply FULL submission data and our system response to xml@companieshouse.gov.uk.

SDN

In terms of PSC08 and PSC09 xml submission examples. You have included confirmation date. The PSCStatementNotifcation and PSCStatementWithdrawal schemas don’t have confirmation date. Should be relevant or withdrawal date.

SDN

@snicholas @oliver Think I’ve identified the root cause of the issue.
It appears the schema examples may have led us in the wrong direction.

Instead of using <ConfirmationDate>, you should use <RelevantDate>.