New schema test submission not accepting new field - ChangeRegisteredOfficeAddress

I just tried using the new schema provided for change of company address to prepare for the live release (ChangeRegisteredOfficeAddress-v2-6.xsd) and I’m getting a error:

Invalid element Accept Appropriate Office Address Statement.

I used your template and using our test mode, is this working already or should I wait a little bit more?

In case this new schema is working in test mode, this is the submission example of what we used:

<?xml version="1.0"?><GovTalkMessage xmlns="http://www.govtalk.gov.uk/CM/envelope" xmlns:dsig="http://www.w3.org/2000/09/xmldsig#" xmlns:gt="http://www.govtalk.gov.uk/schemas/govtalk/core" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.govtalk.gov.uk/CM/envelope http://xmlgw.companieshouse.gov.uk/v2-1/schema/Egov_ch-v2-0.xsd">
  <EnvelopeVersion>1.0</EnvelopeVersion>
  <Header>
    <MessageDetails>
      <Class>ChangeRegisteredOfficeAddress</Class>
      <Qualifier>request</Qualifier>
      <GatewayTest>1</GatewayTest>
    </MessageDetails>
    <SenderDetails>
      <IDAuthentication>
        <SenderID>7b33d906fe68ca80bf27f5ddc25a0a32</SenderID>
        <Authentication>
          <Method>clear</Method>
          <Value>1eb869f19ed00d39761dccc456e4be13</Value>
        </Authentication>
      </IDAuthentication>
    </SenderDetails>
  </Header>
  <GovTalkDetails>
    <Keys/>
  </GovTalkDetails>
  <Body>
    <FormSubmission xmlns="http://xmlgw.companieshouse.gov.uk/Header" xmlns:foo="http://xmlgw.companieshouse.gov.uk" xsi:schemaLocation="http://xmlgw.companieshouse.gov.uk/Header http://xmlgw.companieshouse.gov.uk/v2-1/schema/forms/FormSubmission-v2-5.xsd">
      <FormHeader>
        <CompanyNumber>00000000</CompanyNumber>
        <CompanyType>EW</CompanyType>
        <CompanyName>TESTING LIMITED</CompanyName>
        <CompanyAuthenticationCode>UX6XP2</CompanyAuthenticationCode>
        <PackageReference>3021</PackageReference>
        <FormIdentifier>ChangeRegisteredOfficeAddress</FormIdentifier>
        <SubmissionNumber>44b7cf</SubmissionNumber>
        <ContactName>Contact Name</ContactName>
        <ContactNumber>xxxx</ContactNumber>
      </FormHeader>
      <DateSigned>2024-01-15</DateSigned>
      <Form>
        <ChangeRegisteredOfficeAddress xmlns="http://xmlgw.companieshouse.gov.uk" xsi:schemaLocation="http://xmlgw.companieshouse.gov.uk http://xmlgw.companieshouse.gov.uk/v2-1//schema/forms/ChangeRegisteredOfficeAddress-v2-6.xsd">
          <Address>
            <Premise>1</Premise>
            <Street>line1</Street>
            <Thoroughfare/>
            <PostTown>London</PostTown>
            <Country>GBR</Country>
            <Postcode>SW84TP</Postcode>
            <CareofName/>
          </Address>
          <AcceptAppropriateOfficeAddressStatement>true</AcceptAppropriateOfficeAddressStatement>
        </ChangeRegisteredOfficeAddress>
      </Form>
    </FormSubmission>
  </Body>
</GovTalkMessage>