<?xml version="1.0" encoding="UTF-8"?>
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:i5="http://echa.europa.eu/schemas/iuclid5/20120101" xmlns:aug="http://www.ecb.jrc.it/ecb-net/augmenting" attributeFormDefault="unqualified" elementFormDefault="qualified" targetNamespace="http://echa.europa.eu/schemas/iuclid5/20120101" version="2012-06-14 15:26:47 +0300">
  <xsd:include schemaLocation="xsd/phrases.xsd" />
  <xsd:simpleType name="string255">
    <xsd:restriction base="xsd:string">
      <xsd:maxLength value="255" />
    </xsd:restriction>
  </xsd:simpleType>
  <xsd:simpleType name="string2000">
    <xsd:restriction base="xsd:string">
      <xsd:maxLength value="2000" />
    </xsd:restriction>
  </xsd:simpleType>
  <xsd:simpleType name="string32768">
    <xsd:restriction base="xsd:string">
      <xsd:maxLength value="32768" />
    </xsd:restriction>
  </xsd:simpleType>
  <xsd:simpleType name="string256000">
    <xsd:restriction base="xsd:string">
      <xsd:maxLength value="256000" />
    </xsd:restriction>
  </xsd:simpleType>
  <xsd:simpleType name="uuidType">
    <xsd:restriction base="xsd:string">
      <xsd:maxLength fixed="false" value="41" />
      <xsd:pattern value="\w{0,4}(\-[0-9a-f]+){5}" />
    </xsd:restriction>
  </xsd:simpleType>
  <xsd:simpleType name="documentReferencePKType">
    <xsd:restriction base="xsd:string">
      <xsd:maxLength fixed="false" value="83" />
      <xsd:pattern value="\w{1,4}(\-[0-9a-f]+){5}/0" />
      <xsd:pattern value="\w{1,4}(\-[0-9a-f]+){5}/\w{1,4}(\-[0-9a-f]+){5}" />
    </xsd:restriction>
  </xsd:simpleType>
  <xsd:simpleType name="documentTypeType">
    <xsd:restriction base="xsd:string">
      <xsd:enumeration value="LegalEntity" />
      <xsd:enumeration value="Substance" />
      <xsd:enumeration value="Dossier" />
      <xsd:enumeration value="DossierRecreationInfo" />
      <xsd:enumeration value="Annotation" />
      <xsd:enumeration value="Category" />
      <xsd:enumeration value="Mixture" />
      <xsd:enumeration value="ReferenceSubstance" />
      <xsd:enumeration value="Template" />
      <xsd:enumeration value="AttachmentDocument" />
      <xsd:enumeration value="EndpointStudyRecord" />
      <xsd:enumeration value="EndpointSummary" />
      <xsd:enumeration value="EndpointRecord" />
      <xsd:enumeration value="Site" />
      <xsd:enumeration value="DocumentReferenceGroup" />
      <xsd:enumeration value="ExtendedAttribute" />
    </xsd:restriction>
  </xsd:simpleType>
  <xsd:simpleType name="picklistClearText">
    <xsd:restriction base="xsd:string">
      <xsd:maxLength fixed="false" value="255" />
    </xsd:restriction>
  </xsd:simpleType>
  <xsd:simpleType name="escapedStringUserType">
    <xsd:restriction base="xsd:string">
      <xsd:maxLength fixed="false" value="255" />
    </xsd:restriction>
  </xsd:simpleType>
  <xsd:simpleType name="datetimeType">
    <xsd:union>
      <xsd:simpleType>
        <xsd:restriction base="xsd:dateTime" />
      </xsd:simpleType>
      <xsd:simpleType>
        <xsd:restriction base="xsd:string">
          <xsd:maxLength value="0" />
        </xsd:restriction>
      </xsd:simpleType>
    </xsd:union>
  </xsd:simpleType>
  <xsd:simpleType name="timestamp">
    <xsd:union>
      <xsd:simpleType>
        <xsd:restriction base="xsd:dateTime" />
      </xsd:simpleType>
      <xsd:simpleType>
        <xsd:restriction base="xsd:string">
          <xsd:maxLength value="0" />
        </xsd:restriction>
      </xsd:simpleType>
    </xsd:union>
  </xsd:simpleType>
  <xsd:element name="EndpointStudyRecord">
    <xsd:annotation>
      <xsd:documentation xml:lang="en">The &lt;code&gt;EndpointStudyRecord&lt;/code&gt; is used for modelling Endpoints in the
  flexible model such as containers for 'all endpoint study records', 'all
  endpoints' or even further &lt;code&gt;EndpointStudyRecord&lt;/code&gt; entries. Basically
  everything that is an entry on the 'hierarchical chapter tree' is represented
  by a &lt;code&gt;EndpointStudyRecord&lt;/code&gt;. &lt;p/&gt;The &lt;code&gt;EndpointStudyRecord&lt;/code&gt;
  can be direct parent for &lt;code&gt;Element&lt;/code&gt; objects. The latter are
  already flexible data objects yet provide no addressing capabilities.</xsd:documentation>
    </xsd:annotation>
    <xsd:complexType mixed="false">
      <xsd:sequence>
        <xsd:element name="modificationHistory">
          <xsd:annotation>
            <xsd:documentation xml:lang="en">Modification tracking of this object - any trackable document needs such
a record since the queryLastModified() and similar methods
require this structure to be present.</xsd:documentation>
          </xsd:annotation>
          <xsd:complexType mixed="false">
            <xsd:sequence>
              <xsd:element maxOccurs="unbounded" minOccurs="1" name="modification">
                <xsd:complexType mixed="false">
                  <xsd:sequence>
                    <xsd:element maxOccurs="1" minOccurs="0" nillable="true" name="comment" type="i5:escapedStringUserType">
                      <xsd:annotation>
                        <xsd:documentation xml:lang="en">An optional modification comment.</xsd:documentation>
                      </xsd:annotation>
                    </xsd:element>
                    <xsd:element maxOccurs="1" minOccurs="0" nillable="true" name="modificationBy" type="i5:escapedStringUserType">
                      <xsd:annotation>
                        <xsd:documentation xml:lang="en">The party performing the modification.</xsd:documentation>
                      </xsd:annotation>
                    </xsd:element>
                  </xsd:sequence>
                  <xsd:attribute use="required" name="date" type="i5:datetimeType">
                    <xsd:annotation>
                      <xsd:documentation xml:lang="en">The modification date.</xsd:documentation>
                    </xsd:annotation>
                  </xsd:attribute>
                </xsd:complexType>
              </xsd:element>
            </xsd:sequence>
          </xsd:complexType>
        </xsd:element>
        <xsd:element maxOccurs="1" minOccurs="1" name="ownershipProtection">
          <xsd:annotation>
            <xsd:documentation xml:lang="en">This structure defines properies on ownership, authentication of the
original author, and authorized uses of the current document.</xsd:documentation>
          </xsd:annotation>
          <xsd:complexType mixed="false">
            <xsd:attribute type="xsd:boolean" name="fractionalDocument">
              <xsd:annotation>
                <xsd:documentation xml:lang="en">If a document originally was filtered during export and thus the data
contained within the document is only a subset of the overall, this flag
should be set to true. It can be used during import to advise
the user if he can safely import the document or should rather take a
closer look inside since otherwise data may effectively be lost!</xsd:documentation>
              </xsd:annotation>
            </xsd:attribute>
            <xsd:attribute type="xsd:boolean" name="sealed">
              <xsd:annotation>
                <xsd:documentation xml:lang="en">Usually no document is sealed and thus can be modified at any time by
virtually anybody allowed by the access control. However, there is one
big exception: IUCLID5 Agency and management of Dossier documents. Once
dossiers have been created, the dossier itself and anything referenced
from within is not modifyable anymore - therefore, it can be sealed.</xsd:documentation>
              </xsd:annotation>
            </xsd:attribute>
            <xsd:attribute type="xsd:boolean" name="copyProtection">
              <xsd:annotation>
                <xsd:documentation xml:lang="en">Flag that allows or prevents the current document to be copied and pasted.</xsd:documentation>
              </xsd:annotation>
            </xsd:attribute>
          </xsd:complexType>
        </xsd:element>
        <xsd:element name="name" minOccurs="1" type="i5:escapedStringUserType">
          <xsd:annotation>
            <xsd:documentation xml:lang="en">A user-specified name for the endpoint study record.
      This name is not to be confused with the so called 
      'default endpoint names' for REACH-IT. It is just a simple
      name where the user (or later some system automatism) can store
      text which is displayed in the section tree, the reference tracker,
      the import/export module, etc.</xsd:documentation>
          </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" name="ownerRef">
          <xsd:complexType mixed="false">
            <xsd:sequence>
              <xsd:element minOccurs="0" name="description" type="i5:escapedStringUserType">
                <xsd:annotation>
                  <xsd:documentation xml:lang="en">This is the alphanumeric description field which is displayed on screen as
indicator where the document reference points to. Usually this
field has to be set when the document reference is created and should
carry some clear indication where it points to such as the company name,
the substance name, etc.</xsd:documentation>
                </xsd:annotation>
              </xsd:element>
              <xsd:element minOccurs="0" name="notes" type="i5:escapedStringUserType">
                <xsd:annotation>
                  <xsd:documentation xml:lang="en">This is a free-text field for user convenience to attach additional text
to a DocumentReference.</xsd:documentation>
                </xsd:annotation>
              </xsd:element>
            </xsd:sequence>
            <xsd:attribute name="lastModificationDate" type="i5:datetimeType">
              <xsd:annotation>
                <xsd:documentation xml:lang="en">Last modification date of the target document. This field is not
member of the primary key. Only at dossier creation time, the content of
the field is encoded into timeStamp thus virtually creating a
snapshot copy of the original object.</xsd:documentation>
              </xsd:annotation>
            </xsd:attribute>
            <xsd:attribute use="required" name="type" type="i5:documentTypeType">
              <xsd:annotation>
                <xsd:documentation xml:lang="en">Type of the target document, required for reference resolving.</xsd:documentation>
              </xsd:annotation>
            </xsd:attribute>
            <xsd:attribute use="required" name="uniqueKey" type="i5:documentReferencePKType">
              <xsd:annotation>
                <xsd:documentation xml:lang="en">Unique identifier of the target document

Note: primary key composition. Yet this does not belong
to the primary key of the current class since there may be any number of
DocumentReference objects pointing to the same document
effectively.</xsd:documentation>
              </xsd:annotation>
            </xsd:attribute>
          </xsd:complexType>
        </xsd:element>
        <xsd:element minOccurs="0" name="origin">
          <xsd:complexType mixed="false">
            <xsd:sequence>
              <xsd:element minOccurs="0" name="description" type="i5:escapedStringUserType">
                <xsd:annotation>
                  <xsd:documentation xml:lang="en">This is the alphanumeric description field which is displayed on screen as
indicator where the document reference points to. Usually this
field has to be set when the document reference is created and should
carry some clear indication where it points to such as the company name,
the substance name, etc.</xsd:documentation>
                </xsd:annotation>
              </xsd:element>
              <xsd:element minOccurs="0" name="notes" type="i5:escapedStringUserType">
                <xsd:annotation>
                  <xsd:documentation xml:lang="en">This is a free-text field for user convenience to attach additional text
to a DocumentReference.</xsd:documentation>
                </xsd:annotation>
              </xsd:element>
              <xsd:element minOccurs="0" name="endpointKind" type="i5:escapedStringUserType">
                <xsd:annotation>
                  <xsd:documentation xml:lang="en">The endpoint kind of the endpoint this reference points to. This field is
not reliable, it may be null although the
referenced document carries an 'endpoint kind' of course. Yet not all
code might be changed to properly support this. 
Also, IUC-468 (sorting) assumes that the 'endpointKind' of the referenced
FlexibleEndpoint will never change.</xsd:documentation>
                </xsd:annotation>
              </xsd:element>
            </xsd:sequence>
            <xsd:attribute name="lastModificationDate" type="i5:datetimeType">
              <xsd:annotation>
                <xsd:documentation xml:lang="en">Last modification date of the target document. This field is not
member of the primary key. Only at dossier creation time, the content of
the field is encoded into timeStamp thus virtually creating a
snapshot copy of the original object.</xsd:documentation>
              </xsd:annotation>
            </xsd:attribute>
            <xsd:attribute use="required" name="type" type="i5:documentTypeType">
              <xsd:annotation>
                <xsd:documentation xml:lang="en">Type of the target document, required for reference resolving.</xsd:documentation>
              </xsd:annotation>
            </xsd:attribute>
            <xsd:attribute use="required" name="uniqueKey" type="i5:documentReferencePKType">
              <xsd:annotation>
                <xsd:documentation xml:lang="en">Unique identifier of the target document

Note: primary key composition. Yet this does not belong
to the primary key of the current class since there may be any number of
DocumentReference objects pointing to the same document
effectively.</xsd:documentation>
              </xsd:annotation>
            </xsd:attribute>
            <xsd:attribute type="xsd:long" name="targetType">
              <xsd:annotation>
                <xsd:documentation xml:lang="en">The target type for the referenced flexible element.</xsd:documentation>
              </xsd:annotation>
            </xsd:attribute>
          </xsd:complexType>
        </xsd:element>
        <xsd:element name="dataProtection" minOccurs="0">
          <xsd:complexType mixed="false">
            <xsd:sequence>
              <xsd:element name="confidentiality" minOccurs="0">
                <xsd:annotation>
                  <xsd:documentation xml:lang="en">the level of data protection == confidentiality intended for the associated data / entities</xsd:documentation>
                </xsd:annotation>
                <xsd:complexType mixed="false">
                  <xsd:simpleContent>
                    <xsd:extension base="xsd:string">
                      <xsd:attribute name="valueID" type="i5:phrasegroup_N64" />
                    </xsd:extension>
                  </xsd:simpleContent>
                </xsd:complexType>
              </xsd:element>
              <xsd:element name="justification" minOccurs="0" type="i5:string32768">
                <xsd:annotation>
                  <xsd:documentation xml:lang="en">A free-text justification on the current confidentiality setting (see member confidentiality)</xsd:documentation>
                </xsd:annotation>
              </xsd:element>
              <xsd:element name="regulatoryPurposes" minOccurs="0">
                <xsd:annotation>
                  <xsd:documentation xml:lang="en">Pick list &lt;b&gt;N78 &lt;/b&gt; &lt;p/&gt;The regulatory purpose which applies:
      &lt;ul&gt;
      &lt;li&gt;Canada: Existing Substances Program under CEPA&lt;/li&gt;
      &lt;li&gt;Canada: Pest Control Products Act (PCPA)&lt;/li&gt;
      &lt;li&gt;EU: Biocides Programme&lt;/li&gt;
      &lt;li&gt;EU: Existing Chemicals Programme&lt;/li&gt;
      &lt;li&gt;EU: New Chemicals Programme&lt;/li&gt;
      &lt;li&gt;EU: Registration, Evaluation and Authorisation of Chemicals (REACH)&lt;/li&gt;
      &lt;li&gt;Japan: Chemical Substances Control Law&lt;/li&gt;
      &lt;li&gt;OECD: HPV Chemicals Programme&lt;/li&gt;
      &lt;li&gt;US: EPA HPV Chemical Challenge Programme&lt;/li&gt;
      &lt;li&gt;US: Federal Insecticide, Fungicide, and Rodenticide Act (FIFRA)&lt;/li&gt;
      &lt;li&gt;US: Toxic Substances Control Act&lt;/li&gt;
      &lt;li&gt;[other]&lt;/li&gt;
      &lt;/ul&gt;</xsd:documentation>
                </xsd:annotation>
                <xsd:complexType mixed="false">
                  <xsd:sequence maxOccurs="unbounded" minOccurs="0">
                    <xsd:element name="regulatoryPurpose">
                      <xsd:complexType mixed="false">
                        <xsd:sequence>
                          <xsd:element minOccurs="0" nillable="true" name="otherValue" type="i5:picklistClearText" />
                        </xsd:sequence>
                        <xsd:attribute name="valueID" type="i5:phrasegroup_N78" />
                      </xsd:complexType>
                    </xsd:element>
                  </xsd:sequence>
                </xsd:complexType>
              </xsd:element>
            </xsd:sequence>
          </xsd:complexType>
        </xsd:element>
        <xsd:element name="purposeFlag" minOccurs="0">
          <xsd:annotation>
            <xsd:documentation xml:lang="en">the purpose flag</xsd:documentation>
          </xsd:annotation>
          <xsd:complexType mixed="false">
            <xsd:simpleContent>
              <xsd:extension base="xsd:string">
                <xsd:attribute name="valueID" type="i5:phrasegroup_Y14-3" />
              </xsd:extension>
            </xsd:simpleContent>
          </xsd:complexType>
        </xsd:element>
        <xsd:element name="dataWaiving" minOccurs="0">
          <xsd:annotation>
            <xsd:documentation xml:lang="en">the data waiving</xsd:documentation>
          </xsd:annotation>
          <xsd:complexType mixed="false">
            <xsd:simpleContent>
              <xsd:extension base="xsd:string">
                <xsd:attribute name="valueID" type="i5:phrasegroup_Z02" />
              </xsd:extension>
            </xsd:simpleContent>
          </xsd:complexType>
        </xsd:element>
        <xsd:element name="dataWaivingJustification" minOccurs="0" type="i5:string32768">
          <xsd:annotation>
            <xsd:documentation xml:lang="en">the justification for the data waiving</xsd:documentation>
          </xsd:annotation>
        </xsd:element>
        <xsd:element name="studyResultType" minOccurs="0">
          <xsd:annotation>
            <xsd:documentation xml:lang="en">the study result type</xsd:documentation>
          </xsd:annotation>
          <xsd:complexType mixed="false">
            <xsd:sequence>
              <xsd:element minOccurs="0" nillable="true" name="otherValue" type="i5:picklistClearText" />
            </xsd:sequence>
            <xsd:attribute name="valueID" type="i5:phrasegroup_Z05" />
          </xsd:complexType>
        </xsd:element>
        <xsd:element name="studyPeriod" minOccurs="0" type="i5:escapedStringUserType">
          <xsd:annotation>
            <xsd:documentation xml:lang="en">the study period</xsd:documentation>
          </xsd:annotation>
        </xsd:element>
        <xsd:element name="reliability" minOccurs="0">
          <xsd:annotation>
            <xsd:documentation xml:lang="en">the reliablility</xsd:documentation>
          </xsd:annotation>
          <xsd:complexType mixed="false">
            <xsd:sequence>
              <xsd:element minOccurs="0" nillable="true" name="otherValue" type="i5:picklistClearText" />
            </xsd:sequence>
            <xsd:attribute name="valueID" type="i5:phrasegroup_A36" />
          </xsd:complexType>
        </xsd:element>
        <xsd:element name="rationalReliability" minOccurs="0" type="i5:string32768">
          <xsd:annotation>
            <xsd:documentation xml:lang="en">the rational reliablility</xsd:documentation>
          </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="1" minOccurs="1" name="scientificPart">
          <xsd:complexType mixed="false">
            <xsd:sequence>
              <xsd:element maxOccurs="1" minOccurs="1" name="EF_EFFECTIVENESS">
                <xsd:complexType mixed="false">
                  <xsd:all>
                    <xsd:element nillable="true" minOccurs="0" name="GENERAL_INFO_HD">
                      <xsd:annotation>
                        <xsd:documentation xml:lang="en">[Path: EF_EFFECTIVENESS.GENERAL_INFO_HD]</xsd:documentation>
                      </xsd:annotation>
                    </xsd:element>
                    <xsd:element maxOccurs="1" minOccurs="0" name="BACKGROUND_INFORMATION">
                      <xsd:annotation>
                        <xsd:documentation xml:lang="en">[Path: EF_EFFECTIVENESS.BACKGROUND_INFORMATION]
Use this field to include any background information, if required, or any relevant introductory remark. Leave field empty if not applicable. Do not include information for which specific fields are provided.PURPOSE OF THIS TEMPLATE:This template can be used for recording general information on the effectiveness of an active substance or a biocidal product, together with its active substances (as required by the relevant legislation).For products,efficacy studies should be reported using the corresponding template "Efficacy data". For active substances, the effectiveness achieved or claimed should be briefly described in this template. If required or sensible such description can be supported by including summary table(s) which give an overview of relevant efficacy studies performed with a product or products.As appropriate, the general information can be provided in one record or in several individual records. For instance, one record may be sensible if several target organisms, but same function and product type are addressed. Separate records may be sensible for addressing different types of target organisms and functions.Note that this template focuses primarily on biocides. If used for other than this purpose additional pieces of information may have to be added in several fields. Consult the programme-specific guidance on the details to be included.</xsd:documentation>
                      </xsd:annotation>
                      <xsd:complexType mixed="false">
                        <xsd:sequence>
                          <xsd:element maxOccurs="1" minOccurs="0" name="set">
                            <xsd:complexType mixed="false">
                              <xsd:sequence>
                                <xsd:element minOccurs="0" name="TEXT_INT">
                                  <xsd:complexType mixed="false">
                                    <xsd:sequence>
                                      <xsd:element minOccurs="0" name="TEXT_INT" nillable="true" type="i5:string2000">
                                        <xsd:annotation>
                                          <xsd:documentation xml:lang="en">[Path: EF_EFFECTIVENESS.BACKGROUND_INFORMATION.TEXT_INT]</xsd:documentation>
                                        </xsd:annotation>
                                      </xsd:element>
                                    </xsd:sequence>
                                  </xsd:complexType>
                                </xsd:element>
                              </xsd:sequence>
                            </xsd:complexType>
                          </xsd:element>
                        </xsd:sequence>
                      </xsd:complexType>
                    </xsd:element>
                    <xsd:element nillable="true" minOccurs="0" name="ORGANISM_HD">
                      <xsd:annotation>
                        <xsd:documentation xml:lang="en">[Path: EF_EFFECTIVENESS.ORGANISM_HD]</xsd:documentation>
                      </xsd:annotation>
                    </xsd:element>
                    <xsd:element maxOccurs="1" minOccurs="0" name="TARGETORGANISM">
                      <xsd:annotation>
                        <xsd:documentation xml:lang="en">[Path: EF_EFFECTIVENESS.TARGETORGANISM]
Specify the target organism(s) to be controlled. Repeat this block of fields as necessary. Due to the great number of possible target organisms this picklist is not exhaustive. If the species name is not listed, choose an appropriate superior term (e.g. "Acaridae:") and specify by entering free text in the related field. If organism is not listed at all, choose "other:" and enter the name or several names in a row in the related text field.</xsd:documentation>
                      </xsd:annotation>
                      <xsd:complexType mixed="false">
                        <xsd:sequence>
                          <xsd:element maxOccurs="40" minOccurs="0" name="set">
                            <xsd:complexType mixed="false">
                              <xsd:sequence>
                                <xsd:element minOccurs="0" name="PHRASEOTHER_SCIENTIFIC_NAME">
                                  <xsd:complexType mixed="false">
                                    <xsd:sequence>
                                      <xsd:element minOccurs="0" name="SCIENTIFIC_NAME" type="i5:phrasegroup_C109">
                                        <xsd:annotation>
                                          <xsd:documentation xml:lang="en">[Path: EF_EFFECTIVENESS.TARGETORGANISM.SCIENTIFIC_NAME]
Select appropriate scientific name from picklist. If not listed, select "other" and specify. If not given/known, select "no data". See also instructions on this block of fields.Any remarks can be entered in the supplementary remarks field, for instance any code for target organism if required so according to programme-specific guidance. If so, indicate the type of coding system in parentheses, e.g. "I.1.1.1 (EU BPD)".</xsd:documentation>
                                        </xsd:annotation>
                                      </xsd:element>
                                      <xsd:element minOccurs="0" name="SCIENTIFIC_NAME.value" type="i5:picklistClearText">
                                        <xsd:annotation>
                                          <xsd:documentation xml:lang="en" />
                                        </xsd:annotation>
                                      </xsd:element>
                                      <xsd:element minOccurs="0" name="SCIENTIFIC_NAME_TXT" nillable="true" type="i5:string255">
                                        <xsd:annotation>
                                          <xsd:documentation xml:lang="en">[Path: EF_EFFECTIVENESS.TARGETORGANISM.SCIENTIFIC_NAME_TXT]</xsd:documentation>
                                        </xsd:annotation>
                                      </xsd:element>
                                    </xsd:sequence>
                                  </xsd:complexType>
                                </xsd:element>
                                <xsd:element minOccurs="0" name="PHRASEOTHER_COMMON_NAME">
                                  <xsd:complexType mixed="false">
                                    <xsd:sequence>
                                      <xsd:element minOccurs="0" name="COMMON_NAME" type="i5:phrasegroup_C110">
                                        <xsd:annotation>
                                          <xsd:documentation xml:lang="en">[Path: EF_EFFECTIVENESS.TARGETORGANISM.COMMON_NAME]
Select appropriate common name from picklist. If not listed, select "other" and specify. If not given/known, select "no data". See also instructions on this block of fields.Any remarks can be entered in the supplementary remarks field.</xsd:documentation>
                                        </xsd:annotation>
                                      </xsd:element>
                                      <xsd:element minOccurs="0" name="COMMON_NAME.value" type="i5:picklistClearText">
                                        <xsd:annotation>
                                          <xsd:documentation xml:lang="en" />
                                        </xsd:annotation>
                                      </xsd:element>
                                      <xsd:element minOccurs="0" name="COMMON_NAME_TXT" nillable="true" type="i5:string255">
                                        <xsd:annotation>
                                          <xsd:documentation xml:lang="en">[Path: EF_EFFECTIVENESS.TARGETORGANISM.COMMON_NAME_TXT]</xsd:documentation>
                                        </xsd:annotation>
                                      </xsd:element>
                                    </xsd:sequence>
                                  </xsd:complexType>
                                </xsd:element>
                                <xsd:element minOccurs="0" name="PHRASEOTHER_DEVELSTAGE">
                                  <xsd:complexType mixed="false">
                                    <xsd:sequence>
                                      <xsd:element minOccurs="0" name="DEVELSTAGE" type="i5:phrasegroup_C116">
                                        <xsd:annotation>
                                          <xsd:documentation xml:lang="en">[Path: EF_EFFECTIVENESS.TARGETORGANISM.DEVELSTAGE]
Indicate the developmental stage of the target organism. If not listed, select "other" and specify. If not given/known, select "no data". If not applicable, leave field empty.Any remarks can be entered in the supplementary remarks field, for instance any code for the developmental stage if required so according to programme-specific guidance. If so, indicate the type of coding system in parentheses, e.g. "I.1.1.1 (EU BPD)".</xsd:documentation>
                                        </xsd:annotation>
                                      </xsd:element>
                                      <xsd:element minOccurs="0" name="DEVELSTAGE.value" type="i5:picklistClearText">
                                        <xsd:annotation>
                                          <xsd:documentation xml:lang="en" />
                                        </xsd:annotation>
                                      </xsd:element>
                                      <xsd:element minOccurs="0" name="DEVELSTAGE_TXT" nillable="true" type="i5:string255">
                                        <xsd:annotation>
                                          <xsd:documentation xml:lang="en">[Path: EF_EFFECTIVENESS.TARGETORGANISM.DEVELSTAGE_TXT]</xsd:documentation>
                                        </xsd:annotation>
                                      </xsd:element>
                                    </xsd:sequence>
                                  </xsd:complexType>
                                </xsd:element>
                              </xsd:sequence>
                            </xsd:complexType>
                          </xsd:element>
                        </xsd:sequence>
                      </xsd:complexType>
                    </xsd:element>
                    <xsd:element nillable="true" minOccurs="0" name="OBJECTS_PROTECTED_HD">
                      <xsd:annotation>
                        <xsd:documentation xml:lang="en">[Path: EF_EFFECTIVENESS.OBJECTS_PROTECTED_HD]</xsd:documentation>
                      </xsd:annotation>
                    </xsd:element>
                    <xsd:element maxOccurs="1" minOccurs="0" name="OBJECTS_PROTECTED">
                      <xsd:annotation>
                        <xsd:documentation xml:lang="en">[Path: EF_EFFECTIVENESS.OBJECTS_PROTECTED]
Describe and specify the organism(s) or materials(s) / object(s) to be protected, e.g. human, pets, farm animals, fur- and wool-bearing animals, drinking water, hard surface material , porous surface.</xsd:documentation>
                      </xsd:annotation>
                      <xsd:complexType mixed="false">
                        <xsd:sequence>
                          <xsd:element maxOccurs="1" minOccurs="0" name="set">
                            <xsd:complexType mixed="false">
                              <xsd:sequence>
                                <xsd:element minOccurs="0" name="TEXT_INT">
                                  <xsd:complexType mixed="false">
                                    <xsd:sequence>
                                      <xsd:element minOccurs="0" name="TEXT_INT" nillable="true" type="i5:string2000">
                                        <xsd:annotation>
                                          <xsd:documentation xml:lang="en">[Path: EF_EFFECTIVENESS.OBJECTS_PROTECTED.TEXT_INT]</xsd:documentation>
                                        </xsd:annotation>
                                      </xsd:element>
                                    </xsd:sequence>
                                  </xsd:complexType>
                                </xsd:element>
                              </xsd:sequence>
                            </xsd:complexType>
                          </xsd:element>
                        </xsd:sequence>
                      </xsd:complexType>
                    </xsd:element>
                    <xsd:element nillable="true" minOccurs="0" name="INTENDED_USE_HD">
                      <xsd:annotation>
                        <xsd:documentation xml:lang="en">[Path: EF_EFFECTIVENESS.INTENDED_USE_HD]</xsd:documentation>
                      </xsd:annotation>
                    </xsd:element>
                    <xsd:element maxOccurs="1" minOccurs="0" name="FUNCTION">
                      <xsd:annotation>
                        <xsd:documentation xml:lang="en">[Path: EF_EFFECTIVENESS.FUNCTION]
Indicate the function of the substance. You can copy this field for indicating additional functions provided they relate to the same product type indicated in the next field. However, it may be sensible or required according to legislation-specific guidance to use separate records for each function.Any remarks can be entered in the supplementary remarks field, for instance any code for the function if required so according to programme-specific guidance. If so, indicate the type of coding system in parentheses, e.g. "III.1.1 (EU BPD)".</xsd:documentation>
                      </xsd:annotation>
                      <xsd:complexType mixed="false">
                        <xsd:sequence>
                          <xsd:element maxOccurs="10" minOccurs="0" name="set">
                            <xsd:complexType mixed="false">
                              <xsd:sequence>
                                <xsd:element minOccurs="0" name="PHRASEOTHER_LIST_POP_FIX">
                                  <xsd:complexType mixed="false">
                                    <xsd:sequence>
                                      <xsd:element minOccurs="0" name="LIST_POP_FIX" type="i5:phrasegroup_C70">
                                        <xsd:annotation>
                                          <xsd:documentation xml:lang="en">[Path: EF_EFFECTIVENESS.FUNCTION.LIST_POP_FIX]</xsd:documentation>
                                        </xsd:annotation>
                                      </xsd:element>
                                      <xsd:element minOccurs="0" name="LIST_POP_FIX.value" type="i5:picklistClearText">
                                        <xsd:annotation>
                                          <xsd:documentation xml:lang="en" />
                                        </xsd:annotation>
                                      </xsd:element>
                                      <xsd:element minOccurs="0" name="LIST_POP_FIX_TXT" nillable="true" type="i5:string255">
                                        <xsd:annotation>
                                          <xsd:documentation xml:lang="en">[Path: EF_EFFECTIVENESS.FUNCTION.LIST_POP_FIX_TXT]</xsd:documentation>
                                        </xsd:annotation>
                                      </xsd:element>
                                    </xsd:sequence>
                                  </xsd:complexType>
                                </xsd:element>
                              </xsd:sequence>
                            </xsd:complexType>
                          </xsd:element>
                        </xsd:sequence>
                      </xsd:complexType>
                    </xsd:element>
                    <xsd:element maxOccurs="1" minOccurs="0" name="PRODUCT_TYPE">
                      <xsd:annotation>
                        <xsd:documentation xml:lang="en">[Path: EF_EFFECTIVENESS.PRODUCT_TYPE]
Indicate the product type in which the active substance is intended to be included or which is envisaged for the product. In case of multiple product types use separate records for each of them.Note that only product types related to EU BPD are listed. For other legislations, choose "other:" and specify in the related text field.</xsd:documentation>
                      </xsd:annotation>
                      <xsd:complexType mixed="false">
                        <xsd:sequence>
                          <xsd:element maxOccurs="1" minOccurs="0" name="set">
                            <xsd:complexType mixed="false">
                              <xsd:sequence>
                                <xsd:element minOccurs="0" name="PHRASEOTHER_LIST_SEL">
                                  <xsd:complexType mixed="false">
                                    <xsd:sequence>
                                      <xsd:element minOccurs="0" name="LIST_SEL" type="i5:phrasegroup_C111">
                                        <xsd:annotation>
                                          <xsd:documentation xml:lang="en">[Path: EF_EFFECTIVENESS.PRODUCT_TYPE.LIST_SEL]</xsd:documentation>
                                        </xsd:annotation>
                                      </xsd:element>
                                      <xsd:element minOccurs="0" name="LIST_SEL.value" type="i5:picklistClearText">
                                        <xsd:annotation>
                                          <xsd:documentation xml:lang="en" />
                                        </xsd:annotation>
                                      </xsd:element>
                                      <xsd:element minOccurs="0" name="LIST_SEL_TXT" nillable="true" type="i5:string255">
                                        <xsd:annotation>
                                          <xsd:documentation xml:lang="en">[Path: EF_EFFECTIVENESS.PRODUCT_TYPE.LIST_SEL_TXT]</xsd:documentation>
                                        </xsd:annotation>
                                      </xsd:element>
                                    </xsd:sequence>
                                  </xsd:complexType>
                                </xsd:element>
                              </xsd:sequence>
                            </xsd:complexType>
                          </xsd:element>
                        </xsd:sequence>
                      </xsd:complexType>
                    </xsd:element>
                    <xsd:element maxOccurs="1" minOccurs="0" name="USE_ENVISAGED">
                      <xsd:annotation>
                        <xsd:documentation xml:lang="en">[Path: EF_EFFECTIVENESS.USE_ENVISAGED]
In addition to the product type indicated, further information on the envisaged use may be required according to the relevant guidance document (e.g. EU BPD TNsG). This can include a detailed description of the overall use pattern, indication of any relations which give case to exposure, hazard classes, or specific environments in which the product will be used.Note: If the information or part of the information required by the legislation is included in another chapter, it is sufficient to include a cross-reference to that chapter / record. For instance, state "Overall use pattern described in chapter 2.5."</xsd:documentation>
                      </xsd:annotation>
                      <xsd:complexType mixed="false">
                        <xsd:sequence>
                          <xsd:element maxOccurs="1" minOccurs="0" name="set">
                            <xsd:complexType mixed="false">
                              <xsd:sequence>
                                <xsd:element minOccurs="0" name="TEXTAREA_BELOW">
                                  <xsd:complexType mixed="false">
                                    <xsd:sequence>
                                      <xsd:element minOccurs="0" name="TEXTAREA_BELOW" nillable="true" type="i5:string32768">
                                        <xsd:annotation>
                                          <xsd:documentation xml:lang="en">[Path: EF_EFFECTIVENESS.USE_ENVISAGED.TEXTAREA_BELOW]</xsd:documentation>
                                        </xsd:annotation>
                                      </xsd:element>
                                    </xsd:sequence>
                                  </xsd:complexType>
                                </xsd:element>
                              </xsd:sequence>
                            </xsd:complexType>
                          </xsd:element>
                        </xsd:sequence>
                      </xsd:complexType>
                    </xsd:element>
                    <xsd:element nillable="true" minOccurs="0" name="APPLICATION_HD">
                      <xsd:annotation>
                        <xsd:documentation xml:lang="en">[Path: EF_EFFECTIVENESS.APPLICATION_HD]</xsd:documentation>
                      </xsd:annotation>
                    </xsd:element>
                    <xsd:element maxOccurs="1" minOccurs="0" name="APPLICATION_METHOD">
                      <xsd:annotation>
                        <xsd:documentation xml:lang="en">[Path: EF_EFFECTIVENESS.APPLICATION_METHOD]
For the product, indicate the method of application. You can copy this field as appropriate for indicating more than one method. If not listed, select "other" and specify.Any remarks can be entered in the supplementary remarks field, for instance any code for the method of application if required so according to programme-specific guidance. If so, indicate the type of coding system in parentheses, e.g. "VII.1 (EU BPD)".</xsd:documentation>
                      </xsd:annotation>
                      <xsd:complexType mixed="false">
                        <xsd:sequence>
                          <xsd:element maxOccurs="10" minOccurs="0" name="set">
                            <xsd:complexType mixed="false">
                              <xsd:sequence>
                                <xsd:element minOccurs="0" name="PHRASEOTHER_LIST_POP_FIX">
                                  <xsd:complexType mixed="false">
                                    <xsd:sequence>
                                      <xsd:element minOccurs="0" name="LIST_POP_FIX" type="i5:phrasegroup_C118">
                                        <xsd:annotation>
                                          <xsd:documentation xml:lang="en">[Path: EF_EFFECTIVENESS.APPLICATION_METHOD.LIST_POP_FIX]</xsd:documentation>
                                        </xsd:annotation>
                                      </xsd:element>
                                      <xsd:element minOccurs="0" name="LIST_POP_FIX.value" type="i5:picklistClearText">
                                        <xsd:annotation>
                                          <xsd:documentation xml:lang="en" />
                                        </xsd:annotation>
                                      </xsd:element>
                                      <xsd:element minOccurs="0" name="LIST_POP_FIX_TXT" nillable="true" type="i5:string255">
                                        <xsd:annotation>
                                          <xsd:documentation xml:lang="en">[Path: EF_EFFECTIVENESS.APPLICATION_METHOD.LIST_POP_FIX_TXT]</xsd:documentation>
                                        </xsd:annotation>
                                      </xsd:element>
                                    </xsd:sequence>
                                  </xsd:complexType>
                                </xsd:element>
                              </xsd:sequence>
                            </xsd:complexType>
                          </xsd:element>
                        </xsd:sequence>
                      </xsd:complexType>
                    </xsd:element>
                    <xsd:element maxOccurs="1" minOccurs="0" name="APPLICATION_DETAILS">
                      <xsd:annotation>
                        <xsd:documentation xml:lang="en">[Path: EF_EFFECTIVENESS.APPLICATION_DETAILS]
For the product, provide further details on the method of application if required so according to the instructions given in the relevant guidance documents (e.g. EU BPD TNsG). Outline the descriptions using the freetext template as appropriate (delete/add elements). You may summarise data on application and geographical or climatic variations in tabular form. Upload predefined table(s) in the rich text field "Overall remarks". Use table numbers in the sequence in which you refer to them in the text (e.g. "... see Table 1").Note: If the information or part of the information required by the legislation is provided in another section, it is sufficient to include a cross-reference to that section / record.Explanations:- DESCRIPTION OF APPLICATION SYSTEM USED: Give name of substances used for dilution including their concentration in the biocidal product. State any other substance(s) added including purpose and concentration in the product. Describe the application technique(s). Particularly if more than one product type or application method is applicable, you may summarize these data in tabular form.- APPLICATION RATE: For each product type and application technique give the recommended dose of the biocidal product and the active substance per object (e.g. per surface area of the material to be protected or as a concentration in a water system). Refer to the instructions given in the relevant guidance documents (e.g. EU BPD TNsG).- LIKELY / FINAL CONCENTRATION AT WHICH ACTIVE SUBSTANCE OR PRODUCT WILL BE USED: self-explanatory- NUMBER AND TIMING OF APPLICATIONS: Indicate the recommeded number and timing, i.e. duration of application and possible reapplications as well as waiting periods considered necessary. Particularly if more than one product type or application method is applicable, you may summarize these data in tabular form.- GEOGRAPHICAL VARIATIONS: Where relevant, describe how the application should be varied in different parts of the Community.- CLIMATIC VARIATIONS: Where relevant, describe how the application should be varied at different climatic conditions.- WAITING PERIODS TO PROTECT MAN AND ANIMALS: Where relevant, specify any waiting periods.</xsd:documentation>
                      </xsd:annotation>
                      <xsd:complexType mixed="false">
                        <xsd:sequence>
                          <xsd:element maxOccurs="1" minOccurs="0" name="set">
                            <xsd:complexType mixed="false">
                              <xsd:sequence>
                                <xsd:element minOccurs="0" name="FREETEXT_BELOW">
                                  <xsd:complexType mixed="false">
                                    <xsd:sequence>
                                      <xsd:element minOccurs="0" name="FREETEXT_BELOW" nillable="true" type="i5:string32768">
                                        <xsd:annotation>
                                          <xsd:documentation xml:lang="en">[Path: EF_EFFECTIVENESS.APPLICATION_DETAILS.FREETEXT_BELOW]</xsd:documentation>
                                        </xsd:annotation>
                                      </xsd:element>
                                    </xsd:sequence>
                                  </xsd:complexType>
                                </xsd:element>
                              </xsd:sequence>
                            </xsd:complexType>
                          </xsd:element>
                        </xsd:sequence>
                      </xsd:complexType>
                    </xsd:element>
                    <xsd:element nillable="true" minOccurs="0" name="EFFECTIVENESS_HD">
                      <xsd:annotation>
                        <xsd:documentation xml:lang="en">[Path: EF_EFFECTIVENESS.EFFECTIVENESS_HD]</xsd:documentation>
                      </xsd:annotation>
                    </xsd:element>
                    <xsd:element maxOccurs="1" minOccurs="0" name="EFFECTS_TARGETORGANISMS">
                      <xsd:annotation>
                        <xsd:documentation xml:lang="en">[Path: EF_EFFECTIVENESS.EFFECTS_TARGETORGANISMS]
The effects on the target organisms required for the claimed efficacy should be described and specified if possible for each use and method of application if these have different effects, including any effect-concentration dependences or the possible existence of a threshold concentration of the active substance. Refer to the instructions given in the relevant guidance documents (e.g. EU BPD TNsG).In case of a submission of an active substance the effectiveness achieved or claimed should be briefly described. If required or sensible such description can be supported by including summary table(s) which give an overview of relevant efficacy studies performed with a product or products. Upload predefined table(s) in the rich text field "Overall remarks". Use table numbers in the sequence in which you refer to them in the text (e.g. "... see Table 1"). To show possible differences, the use, i.e. product type and method of application of the biocidal product(s) envisaged should also be given.For products, efficacy studies should be reported using the corresponding template "Efficacy data".</xsd:documentation>
                      </xsd:annotation>
                      <xsd:complexType mixed="false">
                        <xsd:sequence>
                          <xsd:element maxOccurs="1" minOccurs="0" name="set">
                            <xsd:complexType mixed="false">
                              <xsd:sequence>
                                <xsd:element minOccurs="0" name="TEXTAREA_BELOW">
                                  <xsd:complexType mixed="false">
                                    <xsd:sequence>
                                      <xsd:element minOccurs="0" name="TEXTAREA_BELOW" nillable="true" type="i5:string32768">
                                        <xsd:annotation>
                                          <xsd:documentation xml:lang="en">[Path: EF_EFFECTIVENESS.EFFECTS_TARGETORGANISMS.TEXTAREA_BELOW]</xsd:documentation>
                                        </xsd:annotation>
                                      </xsd:element>
                                    </xsd:sequence>
                                  </xsd:complexType>
                                </xsd:element>
                              </xsd:sequence>
                            </xsd:complexType>
                          </xsd:element>
                        </xsd:sequence>
                      </xsd:complexType>
                    </xsd:element>
                    <xsd:element maxOccurs="1" minOccurs="0" name="MODE_ACTION">
                      <xsd:annotation>
                        <xsd:documentation xml:lang="en">[Path: EF_EFFECTIVENESS.MODE_ACTION]
Indicate the principles of the mode of action for the function indicated in above field, e.g. "acute toxin: contact poison". If not listed, select "other" and specify.Any remarks can be entered in the supplementary remarks field, for instance any code for the mode of action if required so according to programme-specific guidance. If so, indicate the type of coding system in parentheses, e.g. "III.1.2 (EU BPD)".</xsd:documentation>
                      </xsd:annotation>
                      <xsd:complexType mixed="false">
                        <xsd:sequence>
                          <xsd:element maxOccurs="1" minOccurs="0" name="set">
                            <xsd:complexType mixed="false">
                              <xsd:sequence>
                                <xsd:element minOccurs="0" name="PHRASEOTHER_LIST_POP_FIX">
                                  <xsd:complexType mixed="false">
                                    <xsd:sequence>
                                      <xsd:element minOccurs="0" name="LIST_POP_FIX" type="i5:phrasegroup_C119">
                                        <xsd:annotation>
                                          <xsd:documentation xml:lang="en">[Path: EF_EFFECTIVENESS.MODE_ACTION.LIST_POP_FIX]</xsd:documentation>
                                        </xsd:annotation>
                                      </xsd:element>
                                      <xsd:element minOccurs="0" name="LIST_POP_FIX.value" type="i5:picklistClearText">
                                        <xsd:annotation>
                                          <xsd:documentation xml:lang="en" />
                                        </xsd:annotation>
                                      </xsd:element>
                                      <xsd:element minOccurs="0" name="LIST_POP_FIX_TXT" nillable="true" type="i5:string255">
                                        <xsd:annotation>
                                          <xsd:documentation xml:lang="en">[Path: EF_EFFECTIVENESS.MODE_ACTION.LIST_POP_FIX_TXT]</xsd:documentation>
                                        </xsd:annotation>
                                      </xsd:element>
                                    </xsd:sequence>
                                  </xsd:complexType>
                                </xsd:element>
                              </xsd:sequence>
                            </xsd:complexType>
                          </xsd:element>
                        </xsd:sequence>
                      </xsd:complexType>
                    </xsd:element>
                    <xsd:element maxOccurs="1" minOccurs="0" name="MODE_ACTION_DETAILS">
                      <xsd:annotation>
                        <xsd:documentation xml:lang="en">[Path: EF_EFFECTIVENESS.MODE_ACTION_DETAILS]
For the function indicated in above field, indicate the principles of the mode of action; e.g. "contact poison" or "stomach poison". Briefly describe the biochemical and physiological mechanisms, e.g. "cholinesterase inhibition" and the biochemical pathway and specify any time delay between application and effect. Use the freetext template as appropriate (delete/add elements). For further instructions refer to the relevant guidance documents (e.g. EU BPD TNsG).</xsd:documentation>
                      </xsd:annotation>
                      <xsd:complexType mixed="false">
                        <xsd:sequence>
                          <xsd:element maxOccurs="1" minOccurs="0" name="set">
                            <xsd:complexType mixed="false">
                              <xsd:sequence>
                                <xsd:element minOccurs="0" name="FREETEXT_BELOW">
                                  <xsd:complexType mixed="false">
                                    <xsd:sequence>
                                      <xsd:element minOccurs="0" name="FREETEXT_BELOW" nillable="true" type="i5:string32768">
                                        <xsd:annotation>
                                          <xsd:documentation xml:lang="en">[Path: EF_EFFECTIVENESS.MODE_ACTION_DETAILS.FREETEXT_BELOW]</xsd:documentation>
                                        </xsd:annotation>
                                      </xsd:element>
                                    </xsd:sequence>
                                  </xsd:complexType>
                                </xsd:element>
                              </xsd:sequence>
                            </xsd:complexType>
                          </xsd:element>
                        </xsd:sequence>
                      </xsd:complexType>
                    </xsd:element>
                    <xsd:element maxOccurs="1" minOccurs="0" name="RESISTANCE_OCCURRENCE">
                      <xsd:annotation>
                        <xsd:documentation xml:lang="en">[Path: EF_EFFECTIVENESS.RESISTANCE_OCCURRENCE]
Indicate whether resistance can possibly develop including cross-resistance. As appropriate include an appraisal of the information gained from the efficacy studies.</xsd:documentation>
                      </xsd:annotation>
                      <xsd:complexType mixed="false">
                        <xsd:sequence>
                          <xsd:element maxOccurs="1" minOccurs="0" name="set">
                            <xsd:complexType mixed="false">
                              <xsd:sequence>
                                <xsd:element minOccurs="0" name="TEXTAREA_BELOW">
                                  <xsd:complexType mixed="false">
                                    <xsd:sequence>
                                      <xsd:element minOccurs="0" name="TEXTAREA_BELOW" nillable="true" type="i5:string32768">
                                        <xsd:annotation>
                                          <xsd:documentation xml:lang="en">[Path: EF_EFFECTIVENESS.RESISTANCE_OCCURRENCE.TEXTAREA_BELOW]</xsd:documentation>
                                        </xsd:annotation>
                                      </xsd:element>
                                    </xsd:sequence>
                                  </xsd:complexType>
                                </xsd:element>
                              </xsd:sequence>
                            </xsd:complexType>
                          </xsd:element>
                        </xsd:sequence>
                      </xsd:complexType>
                    </xsd:element>
                    <xsd:element maxOccurs="1" minOccurs="0" name="RESISTANCE_STRATEGIES">
                      <xsd:annotation>
                        <xsd:documentation xml:lang="en">[Path: EF_EFFECTIVENESS.RESISTANCE_STRATEGIES]
Describe any appropriate management strategies towards the minimization of the development of resistance.</xsd:documentation>
                      </xsd:annotation>
                      <xsd:complexType mixed="false">
                        <xsd:sequence>
                          <xsd:element maxOccurs="1" minOccurs="0" name="set">
                            <xsd:complexType mixed="false">
                              <xsd:sequence>
                                <xsd:element minOccurs="0" name="TEXTAREA_BELOW">
                                  <xsd:complexType mixed="false">
                                    <xsd:sequence>
                                      <xsd:element minOccurs="0" name="TEXTAREA_BELOW" nillable="true" type="i5:string32768">
                                        <xsd:annotation>
                                          <xsd:documentation xml:lang="en">[Path: EF_EFFECTIVENESS.RESISTANCE_STRATEGIES.TEXTAREA_BELOW]</xsd:documentation>
                                        </xsd:annotation>
                                      </xsd:element>
                                    </xsd:sequence>
                                  </xsd:complexType>
                                </xsd:element>
                              </xsd:sequence>
                            </xsd:complexType>
                          </xsd:element>
                        </xsd:sequence>
                      </xsd:complexType>
                    </xsd:element>
                    <xsd:element maxOccurs="1" minOccurs="0" name="OTHER_LIMITATIONS">
                      <xsd:annotation>
                        <xsd:documentation xml:lang="en">[Path: EF_EFFECTIVENESS.OTHER_LIMITATIONS]
As applicable describe any other known limitations and relevant management strategies towards them.</xsd:documentation>
                      </xsd:annotation>
                      <xsd:complexType mixed="false">
                        <xsd:sequence>
                          <xsd:element maxOccurs="1" minOccurs="0" name="set">
                            <xsd:complexType mixed="false">
                              <xsd:sequence>
                                <xsd:element minOccurs="0" name="TEXTAREA_BELOW">
                                  <xsd:complexType mixed="false">
                                    <xsd:sequence>
                                      <xsd:element minOccurs="0" name="TEXTAREA_BELOW" nillable="true" type="i5:string32768">
                                        <xsd:annotation>
                                          <xsd:documentation xml:lang="en">[Path: EF_EFFECTIVENESS.OTHER_LIMITATIONS.TEXTAREA_BELOW]</xsd:documentation>
                                        </xsd:annotation>
                                      </xsd:element>
                                    </xsd:sequence>
                                  </xsd:complexType>
                                </xsd:element>
                              </xsd:sequence>
                            </xsd:complexType>
                          </xsd:element>
                        </xsd:sequence>
                      </xsd:complexType>
                    </xsd:element>
                    <xsd:element nillable="true" minOccurs="0" name="GEN_OVERALL_HD">
                      <xsd:annotation>
                        <xsd:documentation xml:lang="en">[Path: EF_EFFECTIVENESS.GEN_OVERALL_HD]</xsd:documentation>
                      </xsd:annotation>
                    </xsd:element>
                    <xsd:element maxOccurs="1" minOccurs="0" name="REM_ANYOTHER">
                      <xsd:annotation>
                        <xsd:documentation xml:lang="en">[Path: EF_EFFECTIVENESS.REM_ANYOTHER]
In this field, you can enter any overall remarks or transfer free text from other databases. You can also open a rich text editor and create formatted text and tables or insert and edit any excerpt from a word processing or spreadsheet document, provided it was converted to the HTML format.Note: One rich text editor field each is provided for the MATERIALS AND METHODS and RESULTS section. In addition the fields "Overall remarks" and "Executive summary" allow rich text entry.</xsd:documentation>
                      </xsd:annotation>
                      <xsd:complexType mixed="false">
                        <xsd:sequence>
                          <xsd:element maxOccurs="1" minOccurs="0" name="set">
                            <xsd:complexType mixed="false">
                              <xsd:sequence>
                                <xsd:element minOccurs="0" name="RICHTEXT_BELOW">
                                  <xsd:complexType mixed="false">
                                    <xsd:sequence>
                                      <xsd:element minOccurs="0" name="RICHTEXT_BELOW" nillable="true" type="i5:string256000">
                                        <xsd:annotation>
                                          <xsd:documentation xml:lang="en">[Path: EF_EFFECTIVENESS.REM_ANYOTHER.RICHTEXT_BELOW]</xsd:documentation>
                                        </xsd:annotation>
                                      </xsd:element>
                                    </xsd:sequence>
                                  </xsd:complexType>
                                </xsd:element>
                              </xsd:sequence>
                            </xsd:complexType>
                          </xsd:element>
                        </xsd:sequence>
                      </xsd:complexType>
                    </xsd:element>
                    <xsd:element maxOccurs="1" minOccurs="0" name="AD">
                      <xsd:annotation>
                        <xsd:documentation xml:lang="en">[Path: EF_EFFECTIVENESS.AD]
Attach any background document that cannot be inserted in any rich text editor field, particularly image files (e.g. an image of a structural formula).Copy this block of fields for attaching more than one file.</xsd:documentation>
                      </xsd:annotation>
                      <xsd:complexType mixed="false">
                        <xsd:sequence>
                          <xsd:element maxOccurs="10" minOccurs="0" name="set">
                            <xsd:complexType mixed="false">
                              <xsd:sequence>
                                <xsd:element minOccurs="0" name="DOC">
                                  <xsd:annotation>
                                    <xsd:documentation xml:lang="en">[Path: EF_EFFECTIVENESS.AD.DOC]
Upload file by clicking the upload icon. As appropriate, enter any additional information, e.g. language. The file name is displayed after uploading the document.</xsd:documentation>
                                  </xsd:annotation>
                                  <xsd:complexType mixed="false">
                                    <xsd:sequence>
                                      <xsd:element type="xsd:string" minOccurs="0" name="DOC" />
                                      <xsd:element type="xsd:string" minOccurs="0" name="DOC.description" />
                                      <xsd:element type="xsd:string" minOccurs="0" name="DOC.mimetype" />
                                    </xsd:sequence>
                                  </xsd:complexType>
                                </xsd:element>
                                <xsd:element minOccurs="0" name="REM">
                                  <xsd:complexType mixed="false">
                                    <xsd:sequence>
                                      <xsd:element minOccurs="0" name="REM" nillable="true" type="i5:string255">
                                        <xsd:annotation>
                                          <xsd:documentation xml:lang="en">[Path: EF_EFFECTIVENESS.AD.REM]
As appropriate, include remarks, e.g. a short description of the content of the attached document if the file name is not self-explanatory.</xsd:documentation>
                                        </xsd:annotation>
                                      </xsd:element>
                                    </xsd:sequence>
                                  </xsd:complexType>
                                </xsd:element>
                              </xsd:sequence>
                            </xsd:complexType>
                          </xsd:element>
                        </xsd:sequence>
                      </xsd:complexType>
                    </xsd:element>
                    <xsd:element maxOccurs="1" minOccurs="0" name="AD_STUDYREPORT">
                      <xsd:annotation>
                        <xsd:documentation xml:lang="en">[Path: EF_EFFECTIVENESS.AD_STUDYREPORT]
If required, an electronic copy of the full study report can be attached as WORD, pdf or other document type, which will not be integrated in any report, but must be handled as separate files.Note: In the export administration you can indicate whether the attached files should be included in the data export or not.</xsd:documentation>
                      </xsd:annotation>
                      <xsd:complexType mixed="false">
                        <xsd:sequence>
                          <xsd:element maxOccurs="10" minOccurs="0" name="set">
                            <xsd:complexType mixed="false">
                              <xsd:sequence>
                                <xsd:element minOccurs="0" name="ATTACHMENT_BELOW">
                                  <xsd:annotation>
                                    <xsd:documentation xml:lang="en">[Path: EF_EFFECTIVENESS.AD_STUDYREPORT.ATTACHMENT_BELOW]
Upload file by clicking the upload icon. As appropriate, enter any additional information, e.g. language. The file name is displayed after uploading the document.</xsd:documentation>
                                  </xsd:annotation>
                                  <xsd:complexType mixed="false">
                                    <xsd:sequence>
                                      <xsd:element type="xsd:string" minOccurs="0" name="ATTACHMENT_BELOW" />
                                      <xsd:element type="xsd:string" minOccurs="0" name="ATTACHMENT_BELOW.description" />
                                      <xsd:element type="xsd:string" minOccurs="0" name="ATTACHMENT_BELOW.mimetype" />
                                    </xsd:sequence>
                                  </xsd:complexType>
                                </xsd:element>
                              </xsd:sequence>
                            </xsd:complexType>
                          </xsd:element>
                        </xsd:sequence>
                      </xsd:complexType>
                    </xsd:element>
                    <xsd:element maxOccurs="1" minOccurs="0" name="PG_ILLUSTRATION">
                      <xsd:annotation>
                        <xsd:documentation xml:lang="en">[Path: EF_EFFECTIVENESS.PG_ILLUSTRATION]
If required, an image can be attached (e.g. jpg, png, gif).Note: Only image formats are supported.It is not possible to include MS Word (doc) or Adobe Portable Documents (pdf).</xsd:documentation>
                      </xsd:annotation>
                      <xsd:complexType mixed="false">
                        <xsd:sequence>
                          <xsd:element maxOccurs="1" minOccurs="0" name="set">
                            <xsd:complexType mixed="false">
                              <xsd:sequence>
                                <xsd:element minOccurs="0" name="PIC_BELOW">
                                  <xsd:annotation>
                                    <xsd:documentation xml:lang="en">[Path: EF_EFFECTIVENESS.PG_ILLUSTRATION.PIC_BELOW]
Upload file by clicking the upload icon. As appropriate, enter any additional information, e.g. language. The file name is displayed after uploading the document.</xsd:documentation>
                                  </xsd:annotation>
                                  <xsd:complexType mixed="false">
                                    <xsd:sequence>
                                      <xsd:element type="xsd:string" minOccurs="0" name="PIC_BELOW" />
                                      <xsd:element type="xsd:string" minOccurs="0" name="PIC_BELOW.description" />
                                      <xsd:element type="xsd:string" minOccurs="0" name="PIC_BELOW.mimetype" />
                                    </xsd:sequence>
                                  </xsd:complexType>
                                </xsd:element>
                              </xsd:sequence>
                            </xsd:complexType>
                          </xsd:element>
                        </xsd:sequence>
                      </xsd:complexType>
                    </xsd:element>
                    <xsd:element nillable="true" minOccurs="0" name="GEN_APPL_SUM_HD">
                      <xsd:annotation>
                        <xsd:documentation xml:lang="en">[Path: EF_EFFECTIVENESS.GEN_APPL_SUM_HD]</xsd:documentation>
                      </xsd:annotation>
                    </xsd:element>
                    <xsd:element maxOccurs="1" minOccurs="0" name="APPL_CL">
                      <xsd:annotation>
                        <xsd:documentation xml:lang="en">[Path: EF_EFFECTIVENESS.APPL_CL]
Enter any conclusions if applicable.</xsd:documentation>
                      </xsd:annotation>
                      <xsd:complexType mixed="false">
                        <xsd:sequence>
                          <xsd:element maxOccurs="1" minOccurs="0" name="set">
                            <xsd:complexType mixed="false">
                              <xsd:sequence>
                                <xsd:element minOccurs="0" name="TEXTAREA_BELOW">
                                  <xsd:complexType mixed="false">
                                    <xsd:sequence>
                                      <xsd:element minOccurs="0" name="TEXTAREA_BELOW" nillable="true" type="i5:string32768">
                                        <xsd:annotation>
                                          <xsd:documentation xml:lang="en">[Path: EF_EFFECTIVENESS.APPL_CL.TEXTAREA_BELOW]</xsd:documentation>
                                        </xsd:annotation>
                                      </xsd:element>
                                    </xsd:sequence>
                                  </xsd:complexType>
                                </xsd:element>
                              </xsd:sequence>
                            </xsd:complexType>
                          </xsd:element>
                        </xsd:sequence>
                      </xsd:complexType>
                    </xsd:element>
                    <xsd:element maxOccurs="1" minOccurs="0" name="APPL_EXEC_SUM">
                      <xsd:annotation>
                        <xsd:documentation xml:lang="en">[Path: EF_EFFECTIVENESS.APPL_EXEC_SUM]
If required by the respective national/regional programme, briefly summarise the relevant aspects of the study including the conclusions reached. If a specific format is prescribed, upload the respective freetext template if available from the drop-down list or copy it from the corresponding document.Consult the programme-specific guidance (e.g. OECD HPVC, Pesticides NAFTA or EU REACH) thereof.</xsd:documentation>
                      </xsd:annotation>
                      <xsd:complexType mixed="false">
                        <xsd:sequence>
                          <xsd:element maxOccurs="1" minOccurs="0" name="set">
                            <xsd:complexType mixed="false">
                              <xsd:sequence>
                                <xsd:element minOccurs="0" name="RICHTEXT_BELOW">
                                  <xsd:complexType mixed="false">
                                    <xsd:sequence>
                                      <xsd:element minOccurs="0" name="RICHTEXT_BELOW" nillable="true" type="i5:string256000">
                                        <xsd:annotation>
                                          <xsd:documentation xml:lang="en">[Path: EF_EFFECTIVENESS.APPL_EXEC_SUM.RICHTEXT_BELOW]</xsd:documentation>
                                        </xsd:annotation>
                                      </xsd:element>
                                    </xsd:sequence>
                                  </xsd:complexType>
                                </xsd:element>
                              </xsd:sequence>
                            </xsd:complexType>
                          </xsd:element>
                        </xsd:sequence>
                      </xsd:complexType>
                    </xsd:element>
                    <xsd:element maxOccurs="1" minOccurs="0" name="CROSSREF_OTHER_STUDY">
                      <xsd:annotation>
                        <xsd:documentation xml:lang="en">[Path: EF_EFFECTIVENESS.CROSSREF_OTHER_STUDY]
A Cross-reference to other study or other studies can be included which are considered relevant in the interpretation of the test results, e.g. for supporting the conclusion that an effect observed was not substance-related. Indicate the respective chapter(s) and record ID(s) and enter relevant explanatory text.Such cross-references may be useful if it is considered relevant to discuss other results at the summary level of a single study. It should be noted that the overall appraisal of results from different studies is normally done in the hazard or risk assessment.Note that any such cross-reference may become useless if a record is either printed or exchanged on its own.</xsd:documentation>
                      </xsd:annotation>
                      <xsd:complexType mixed="false">
                        <xsd:sequence>
                          <xsd:element maxOccurs="1" minOccurs="0" name="set">
                            <xsd:complexType mixed="false">
                              <xsd:sequence>
                                <xsd:element minOccurs="0" name="TEXT_BELOW">
                                  <xsd:complexType mixed="false">
                                    <xsd:sequence>
                                      <xsd:element minOccurs="0" name="TEXT_BELOW" nillable="true" type="i5:string2000">
                                        <xsd:annotation>
                                          <xsd:documentation xml:lang="en">[Path: EF_EFFECTIVENESS.CROSSREF_OTHER_STUDY.TEXT_BELOW]</xsd:documentation>
                                        </xsd:annotation>
                                      </xsd:element>
                                    </xsd:sequence>
                                  </xsd:complexType>
                                </xsd:element>
                              </xsd:sequence>
                            </xsd:complexType>
                          </xsd:element>
                        </xsd:sequence>
                      </xsd:complexType>
                    </xsd:element>
                  </xsd:all>
                </xsd:complexType>
              </xsd:element>
            </xsd:sequence>
          </xsd:complexType>
        </xsd:element>
      </xsd:sequence>
      <xsd:attribute use="required" name="version" type="i5:datetimeType">
        <xsd:annotation>
          <xsd:documentation xml:lang="en">The version timestamp associates the XSDs with the underlying data format specification version
as published by the IUCLID Management Group. See also layout.xml and the version attribute
in data documents.</xsd:documentation>
        </xsd:annotation>
      </xsd:attribute>
      <xsd:attribute use="required" name="documentReferencePK" type="i5:documentReferencePKType">
        <xsd:annotation>
          <xsd:documentation xml:lang="en">The document reference pointing to the current document</xsd:documentation>
        </xsd:annotation>
      </xsd:attribute>
      <xsd:attribute type="xsd:boolean" name="robustStudy" use="optional">
        <xsd:annotation>
          <xsd:documentation xml:lang="en">robust study flag</xsd:documentation>
        </xsd:annotation>
      </xsd:attribute>
      <xsd:attribute type="xsd:boolean" name="usedForClassification" use="optional">
        <xsd:annotation>
          <xsd:documentation xml:lang="en">used for classification flag</xsd:documentation>
        </xsd:annotation>
      </xsd:attribute>
      <xsd:attribute type="xsd:boolean" name="usedForMSDS" use="optional">
        <xsd:annotation>
          <xsd:documentation xml:lang="en">used for MSDS flag</xsd:documentation>
        </xsd:annotation>
      </xsd:attribute>
    </xsd:complexType>
  </xsd:element>
</xsd:schema>

