<?xml version="1.0" encoding="UTF-8"?>
<ukNotice xmlns="http://enotice.service.gov.uk/resource/schema/UK/UK1.0.0/reception" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" VERSION="UK1.0.0.V01" xsi:schemaLocation="http://enotice.service.gov.uk/resource/schema/UK/UK1.0.0/reception ukNotice.xsd">
  <SENDER>
    <IDENTIFICATION>
      <ESENDER_LOGIN>LOGIN123</ESENDER_LOGIN>
      <NO_DOC_EXT>2022-123456</NO_DOC_EXT>
    </IDENTIFICATION>
    <CONTACT>
      <ORGANISATION>Organisation Name</ORGANISATION>
      <COUNTRY VALUE="GB" />
      <E_MAIL>email@test.com</E_MAIL>
    </CONTACT>
  </SENDER>
  <FORM_SECTION>
    <UK1_2022 FORM="UK1" LEGAL_BASIS="32014L0024">

      <parties>
        <name>Main Buyer</name>
        <id>1</id>
        <identifier>
          <noIdentifierRationale>notOnAnyRegister</noIdentifierRationale>
        </identifier>
        <address>
          <streetAddress>1 High Street</streetAddress>
          <locality>Town</locality>
          <region>UKC21</region>
          <postalCode>CA8 7BH</postalCode>
          <countryCode>GB</countryCode>
        </address>
        <roles>buyer</roles>
        <details>
          <url>https://www.example.com/</url>
        </details>
      </parties>

      <buyer>
        <id>1</id>
      </buyer>

      <tender>
        <id>ABC123</id>
        <title>New requirement, open procedure, minimum fields</title>
        <description>This is a description.</description>

        <status>planning</status>

        <suitability>
          <sme>false</sme>
          <vcse>false</vcse>
        </suitability>

        <value>
          <amount>1234567</amount>
          <currency>EUR</currency>
        </value>

        <procurementMethod>open</procurementMethod>
        <procurementMethodDetails>Open procedure</procurementMethodDetails>
        <mainProcurementCategory>goods</mainProcurementCategory>

        <tenderPeriod>
          <startDate>2023-02-01T00:00:00Z</startDate>
        </tenderPeriod>
        <contractPeriod>
          <startDate>2023-06-01T00:00:00+01:00</startDate>
          <endDate>2023-08-31T23:59:59+01:00</endDate>
        </contractPeriod>

        <hasOptions>false</hasOptions>

        <classification>
          <scheme>CPV</scheme>
          <id>22310000</id>
        </classification>

        <techniques>
          <hasFrameworkAgreement>true</hasFrameworkAgreement>
          <hasDynamicPurchasingSystem>false</hasDynamicPurchasingSystem>
        </techniques>
      </tender>

    </UK1_2022>
  </FORM_SECTION>
</ukNotice>
