<?xml version="1.0" encoding="UTF-8"?>
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <xsd:element name="ProductRegistrationResponse">
    <xsd:annotation>
      <xsd:documentation>This is the root element of the Product Registration Response schema.</xsd:documentation>
    </xsd:annotation>
    <xsd:complexType>
      <xsd:sequence>
        <xsd:element name="Response" type="ResponseType" minOccurs="0">
          <xsd:annotation>
            <xsd:documentation>This element group is for basic response information from a web service host.</xsd:documentation>
          </xsd:annotation>
        </xsd:element>
      </xsd:sequence>
    </xsd:complexType>
  </xsd:element>
  <xsd:complexType name="ResponseType">
    <xsd:annotation>
      <xsd:documentation>This element group is for basic response information from a web service host.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
      <xsd:element name="SubmitId" type="xsd:string">
        <xsd:annotation>
          <xsd:documentation>This element is for the SubmitId that was provided in the original message. It is the number the submitter&apos;s system assigned.</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
      <xsd:element name="RecipientId" type="xsd:string" minOccurs="0">
        <xsd:annotation>
          <xsd:documentation>This element is for the internal Id assigned to the original message by the web service host. It is used to advise the original submitter how the host is identifying the original message within its system.</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
      <xsd:element name="SubmitStatus" type="xsd:string">
        <xsd:annotation>
          <xsd:documentation>This element is for advising the submitter of the status of the original message.</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
      <xsd:element name="Note" type="xsd:string" minOccurs="0">
        <xsd:annotation>
          <xsd:documentation>This element is for free text which will provide whatever additional information the web service host chooses to provide.</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
    </xsd:sequence>
  </xsd:complexType>
</xsd:schema>

