<?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:simpleType name="number_4_0">
    <xsd:restriction base="xsd:decimal" />
  </xsd:simpleType>
  <xsd:simpleType name="number_19_9">
    <xsd:restriction base="xsd:decimal" />
  </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="EN_BIOACCUMULATION">
                <xsd:complexType mixed="false">
                  <xsd:all>
                    <xsd:element nillable="true" minOccurs="0" name="GEN_DATA_SOURCE_HD">
                      <xsd:annotation>
                        <xsd:documentation xml:lang="en">[Path: EN_BIOACCUMULATION.GEN_DATA_SOURCE_HD]</xsd:documentation>
                      </xsd:annotation>
                    </xsd:element>
                    <xsd:element maxOccurs="1" minOccurs="0" name="REFERENCE">
                      <xsd:annotation>
                        <xsd:documentation xml:lang="en">[Path: EN_BIOACCUMULATION.REFERENCE]
Indicate the bibliographic reference of the study report or publication the study summary is based on. Always enter the primary reference in the first block of fields (i.e. Sort no. = 1), if there are more than one reference to be cited. Copy this block of fields for specifying any other references related to this record (e.g. report of a preliminary study or other documentation). If results of a study report have been published, indicate the full citation of that publication(s) in addition to the reference of the original study.</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_REFERENCE_TYPE">
                                  <xsd:complexType mixed="false">
                                    <xsd:sequence>
                                      <xsd:element minOccurs="0" name="REFERENCE_TYPE" type="i5:phrasegroup_Z31">
                                        <xsd:annotation>
                                          <xsd:documentation xml:lang="en">[Path: EN_BIOACCUMULATION.REFERENCE.REFERENCE_TYPE]
Indicate the type of reference, e.g. "Study report" or "Publication". Select "Other company data" to characterise any unpublished information from a company other than a study report. Select "Grey literature" for any other unpublished information or "other:" and specify.</xsd:documentation>
                                        </xsd:annotation>
                                      </xsd:element>
                                      <xsd:element minOccurs="0" name="REFERENCE_TYPE.value" type="i5:picklistClearText">
                                        <xsd:annotation>
                                          <xsd:documentation xml:lang="en" />
                                        </xsd:annotation>
                                      </xsd:element>
                                      <xsd:element minOccurs="0" name="REFERENCE_TYPE_TXT" nillable="true" type="i5:string255">
                                        <xsd:annotation>
                                          <xsd:documentation xml:lang="en">[Path: EN_BIOACCUMULATION.REFERENCE.REFERENCE_TYPE_TXT]</xsd:documentation>
                                        </xsd:annotation>
                                      </xsd:element>
                                    </xsd:sequence>
                                  </xsd:complexType>
                                </xsd:element>
                                <xsd:element minOccurs="0" name="REFERENCE_AUTHOR">
                                  <xsd:complexType mixed="false">
                                    <xsd:sequence>
                                      <xsd:element minOccurs="0" name="REFERENCE_AUTHOR" nillable="true" type="i5:string2000">
                                        <xsd:annotation>
                                          <xsd:documentation xml:lang="en">[Path: EN_BIOACCUMULATION.REFERENCE.REFERENCE_AUTHOR]
For ease of sorting and searchability use following convention: Surname, Initial (Example 1: White D, Ruehl KJ, Borman SA &amp; Little J. Example 2: Hartley M &amp; Murray W (avoid unnecessary full-stops, commas)). If no individuals are cited as authors, enter name of company or organisation or "Anon." as appropriate.Note that the complete bibliographic reference may appear in this field after migration of unstructured data from existing databases.</xsd:documentation>
                                        </xsd:annotation>
                                      </xsd:element>
                                    </xsd:sequence>
                                  </xsd:complexType>
                                </xsd:element>
                                <xsd:element minOccurs="0" name="REFERENCE_YEAR">
                                  <xsd:complexType mixed="false">
                                    <xsd:sequence>
                                      <xsd:element minOccurs="0" name="REFERENCE_YEAR" nillable="true">
                                        <xsd:annotation>
                                          <xsd:documentation xml:lang="en">[Path: EN_BIOACCUMULATION.REFERENCE.REFERENCE_YEAR]
Enter year of study report or publication. For a study report this field should be completed to include it in any searches, regardless of whether the complete date is given in field "Report date".</xsd:documentation>
                                        </xsd:annotation>
                                        <xsd:simpleType>
                                          <xsd:union>
                                            <xsd:simpleType>
                                              <xsd:restriction base="i5:number_4_0">
                                                <xsd:minInclusive value="1000" />
                                                <xsd:maxInclusive value="9999" />
                                              </xsd:restriction>
                                            </xsd:simpleType>
                                            <xsd:simpleType>
                                              <xsd:restriction base="xsd:string">
                                                <xsd:maxLength value="0" />
                                              </xsd:restriction>
                                            </xsd:simpleType>
                                          </xsd:union>
                                        </xsd:simpleType>
                                      </xsd:element>
                                    </xsd:sequence>
                                  </xsd:complexType>
                                </xsd:element>
                                <xsd:element minOccurs="0" name="REFERENCE_TITLE">
                                  <xsd:complexType mixed="false">
                                    <xsd:sequence>
                                      <xsd:element minOccurs="0" name="REFERENCE_TITLE" nillable="true" type="i5:string255">
                                        <xsd:annotation>
                                          <xsd:documentation xml:lang="en">[Path: EN_BIOACCUMULATION.REFERENCE.REFERENCE_TITLE]
Include the title of the report. For publications, include the title of the article of a journal or article/chapter of a book (e.g. handbook).</xsd:documentation>
                                        </xsd:annotation>
                                      </xsd:element>
                                    </xsd:sequence>
                                  </xsd:complexType>
                                </xsd:element>
                                <xsd:element minOccurs="0" name="REFERENCE_SOURCE">
                                  <xsd:complexType mixed="false">
                                    <xsd:sequence>
                                      <xsd:element minOccurs="0" name="REFERENCE_SOURCE" nillable="true" type="i5:string255">
                                        <xsd:annotation>
                                          <xsd:documentation xml:lang="en">[Path: EN_BIOACCUMULATION.REFERENCE.REFERENCE_SOURCE]
Not relevant for any study report. For publications or any other literature source (grey literature) specify the following type of information: (i) Title of scientific journal or book (e.g. if handbook); (ii) Volume of journal; (iii) Editor, publisher, place of publication for books or articles in books; (iv) Pagination.Example 1 (journal): J. Agric. Food Chem. 38: 215-227Example 2 (handbook): In: Lyman WJ (ed.) Handbook of chemical property estimation methods. Environmental behavior of organic compounds. McGraw-Hill Book Company 15.1-15.34, New York.</xsd:documentation>
                                        </xsd:annotation>
                                      </xsd:element>
                                    </xsd:sequence>
                                  </xsd:complexType>
                                </xsd:element>
                                <xsd:element minOccurs="0" name="REFERENCE_TESTLAB">
                                  <xsd:complexType mixed="false">
                                    <xsd:sequence>
                                      <xsd:element minOccurs="0" name="REFERENCE_TESTLAB" nillable="true" type="i5:string255">
                                        <xsd:annotation>
                                          <xsd:documentation xml:lang="en">[Path: EN_BIOACCUMULATION.REFERENCE.REFERENCE_TESTLAB]
Either manually enter the name of the testing laboratory or select it from the picklist. In either case, editing is possible.</xsd:documentation>
                                        </xsd:annotation>
                                      </xsd:element>
                                    </xsd:sequence>
                                  </xsd:complexType>
                                </xsd:element>
                                <xsd:element minOccurs="0" name="REFERENCE_REPORT_NO">
                                  <xsd:complexType mixed="false">
                                    <xsd:sequence>
                                      <xsd:element minOccurs="0" name="REFERENCE_REPORT_NO" nillable="true" type="i5:string255">
                                        <xsd:annotation>
                                          <xsd:documentation xml:lang="en">[Path: EN_BIOACCUMULATION.REFERENCE.REFERENCE_REPORT_NO]
Specify the report number allocated by the testing laboratory. Note that any company-specific study number should be included in the respective field.</xsd:documentation>
                                        </xsd:annotation>
                                      </xsd:element>
                                    </xsd:sequence>
                                  </xsd:complexType>
                                </xsd:element>
                                <xsd:element minOccurs="0" name="REFERENCE_COMPANY_ID">
                                  <xsd:complexType mixed="false">
                                    <xsd:sequence>
                                      <xsd:element minOccurs="0" name="REFERENCE_COMPANY_ID" nillable="true" type="i5:string255">
                                        <xsd:annotation>
                                          <xsd:documentation xml:lang="en">[Path: EN_BIOACCUMULATION.REFERENCE.REFERENCE_COMPANY_ID]
Either manually enter the identity of the company who owns the data or select it from the picklist. In either case, editing is possible.</xsd:documentation>
                                        </xsd:annotation>
                                      </xsd:element>
                                    </xsd:sequence>
                                  </xsd:complexType>
                                </xsd:element>
                                <xsd:element minOccurs="0" name="REFERENCE_COMPANY_STUDY_NO">
                                  <xsd:complexType mixed="false">
                                    <xsd:sequence>
                                      <xsd:element minOccurs="0" name="REFERENCE_COMPANY_STUDY_NO" nillable="true" type="i5:string255">
                                        <xsd:annotation>
                                          <xsd:documentation xml:lang="en">[Path: EN_BIOACCUMULATION.REFERENCE.REFERENCE_COMPANY_STUDY_NO]
Specify any company study no. if there is such a number and if it is different from the report no. of the testing laboratory. Otherwise leave field empty.</xsd:documentation>
                                        </xsd:annotation>
                                      </xsd:element>
                                    </xsd:sequence>
                                  </xsd:complexType>
                                </xsd:element>
                                <xsd:element minOccurs="0" name="REFERENCE_REPORT_DATE">
                                  <xsd:complexType mixed="false">
                                    <xsd:sequence>
                                      <xsd:element minOccurs="0" name="REFERENCE_REPORT_DATE" nillable="true" type="i5:timestamp">
                                        <xsd:annotation>
                                          <xsd:documentation xml:lang="en">[Path: EN_BIOACCUMULATION.REFERENCE.REFERENCE_REPORT_DATE]
Specify the complete date of the study report, e.g. "2005-05-12" for 12 May 2005. Note that subfield "Year" should be completed in any case for sorting and searching purposes.</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="DATA_ACCESS">
                      <xsd:annotation>
                        <xsd:documentation xml:lang="en">[Path: EN_BIOACCUMULATION.DATA_ACCESS]
Select appropriate indication for data access. Enter "Not applicable" if the summary consists of information that is commonly accessible such as guidance on safe use.</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">
                                  <xsd:complexType mixed="false">
                                    <xsd:sequence>
                                      <xsd:element minOccurs="0" name="LIST_POP" type="i5:phrasegroup_Z03">
                                        <xsd:annotation>
                                          <xsd:documentation xml:lang="en">[Path: EN_BIOACCUMULATION.DATA_ACCESS.LIST_POP]</xsd:documentation>
                                        </xsd:annotation>
                                      </xsd:element>
                                      <xsd:element minOccurs="0" name="LIST_POP.value" type="i5:picklistClearText">
                                        <xsd:annotation>
                                          <xsd:documentation xml:lang="en" />
                                        </xsd:annotation>
                                      </xsd:element>
                                      <xsd:element minOccurs="0" name="LIST_POP_TXT" nillable="true" type="i5:string255">
                                        <xsd:annotation>
                                          <xsd:documentation xml:lang="en">[Path: EN_BIOACCUMULATION.DATA_ACCESS.LIST_POP_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="DATA_PROT_CLAIM">
                      <xsd:annotation>
                        <xsd:documentation xml:lang="en">[Path: EN_BIOACCUMULATION.DATA_PROT_CLAIM]
Indicate as appropriate. Note: "yes" should be selected only if "Data submitter is data owner" or "Data submitter has Letter of Access". Options "yes, but willing to share" or "yes, but not willing to share" may be relevant for specific regulatory programmes where the submitter is requested to indicate whether he is willing to share studies (e.g. with vertebrates).In the supplementary remarks field, include an explanation as appropriate, i.e. justification for denial of sharing the corresponding study or refer to a document attached that provides justification (e.g. "for justification see attached document X")</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_Z30">
                                        <xsd:annotation>
                                          <xsd:documentation xml:lang="en">[Path: EN_BIOACCUMULATION.DATA_PROT_CLAIM.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: EN_BIOACCUMULATION.DATA_PROT_CLAIM.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="CROSSREF_SAMESTUDY">
                      <xsd:annotation>
                        <xsd:documentation xml:lang="en">[Path: EN_BIOACCUMULATION.CROSSREF_SAMESTUDY]
A cross-reference can be included to indicate that the same study is recorded in another record. Indicate the respective chapter and record ID and enter relevant explanatory text. This may be useful if specific endpoints of a given study are described in another chapter (e.g. results on reproduction toxicity in case of a combined repeated dose / reproduction toxicity study) or if more than one experiment is described by the same study report, but included in separate records.Check with the relevant guidance document whether all the methodology details must be repeated or whether a cross-reference to the same study in another chapter may suffice.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: EN_BIOACCUMULATION.CROSSREF_SAMESTUDY.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:element nillable="true" minOccurs="0" name="GEN_MAT_ME_HD">
                      <xsd:annotation>
                        <xsd:documentation xml:lang="en">[Path: EN_BIOACCUMULATION.GEN_MAT_ME_HD]</xsd:documentation>
                      </xsd:annotation>
                    </xsd:element>
                    <xsd:element maxOccurs="1" minOccurs="0" name="GUIDELINE">
                      <xsd:annotation>
                        <xsd:documentation xml:lang="en">[Path: EN_BIOACCUMULATION.GUIDELINE]
Indicate according to which test guideline the study was conducted. If no test guideline was explicitly followed, but the methodology used is equivalent or similar to a specific guideline, you can indicate so in the "Qualifier" subfield preceding the field "Guideline".Copy this block of fields for specifying more than one guideline (e.g. US EPA in addition to OECD guideline).</xsd:documentation>
                      </xsd:annotation>
                      <xsd:complexType mixed="false">
                        <xsd:sequence>
                          <xsd:element maxOccurs="5" minOccurs="0" name="set">
                            <xsd:complexType mixed="false">
                              <xsd:sequence>
                                <xsd:element minOccurs="0" name="QUALIFIER">
                                  <xsd:complexType mixed="false">
                                    <xsd:sequence>
                                      <xsd:element minOccurs="0" name="QUALIFIER" type="i5:phrasegroup_Z06">
                                        <xsd:annotation>
                                          <xsd:documentation xml:lang="en">[Path: EN_BIOACCUMULATION.GUIDELINE.QUALIFIER]
Select appropriate qualifier, i.e.- "according to" (if a given test guideline was followed);- "equivalent or similar to" (if no test guideline was explicitly followed, but the methodology is equivalent or similar to a specific guideline);- "no guideline followed" (if none of above qualifiers apply. If so, fill in field "Principles of method if other than guideline");- "no guideline available" (if so, fill in field "Principles of method if other than guideline").- "no guideline required" (if so, fill in field "Principles of method if other than guideline").</xsd:documentation>
                                        </xsd:annotation>
                                      </xsd:element>
                                      <xsd:element minOccurs="0" name="QUALIFIER.value" type="i5:picklistClearText">
                                        <xsd:annotation>
                                          <xsd:documentation xml:lang="en" />
                                        </xsd:annotation>
                                      </xsd:element>
                                    </xsd:sequence>
                                  </xsd:complexType>
                                </xsd:element>
                                <xsd:element minOccurs="0" name="PHRASEOTHER_GUIDELINE">
                                  <xsd:complexType mixed="false">
                                    <xsd:sequence>
                                      <xsd:element minOccurs="0" name="GUIDELINE" type="i5:phrasegroup_F34">
                                        <xsd:annotation>
                                          <xsd:documentation xml:lang="en">[Path: EN_BIOACCUMULATION.GUIDELINE.GUIDELINE]
Select the applicable test guideline, e.g. "OECD Guideline xxx". If the test guideline used is not listed, choose "other guideline:" and specify the test guideline in the related text field.In this text field, you can also enter any remarks as applicable, particularly:- To include any other title of the test guideline draft used, a subtitle, another version or update number and the year of update (For instance, different titles and/or numbers may exist for a given EU test guideline.);- To indicate if a the study was performed prior to the adoption of the test guideline specified;- To indicate if the methodology used was based on an extension of the test guideline specified.</xsd:documentation>
                                        </xsd:annotation>
                                      </xsd:element>
                                      <xsd:element minOccurs="0" name="GUIDELINE.value" type="i5:picklistClearText">
                                        <xsd:annotation>
                                          <xsd:documentation xml:lang="en" />
                                        </xsd:annotation>
                                      </xsd:element>
                                      <xsd:element minOccurs="0" name="GUIDELINE_TXT" nillable="true" type="i5:string255">
                                        <xsd:annotation>
                                          <xsd:documentation xml:lang="en">[Path: EN_BIOACCUMULATION.GUIDELINE.GUIDELINE_TXT]</xsd:documentation>
                                        </xsd:annotation>
                                      </xsd:element>
                                    </xsd:sequence>
                                  </xsd:complexType>
                                </xsd:element>
                                <xsd:element minOccurs="0" name="PHRASEOTHER_DEVIATION">
                                  <xsd:complexType mixed="false">
                                    <xsd:sequence>
                                      <xsd:element minOccurs="0" name="DEVIATION" type="i5:phrasegroup_Z08">
                                        <xsd:annotation>
                                          <xsd:documentation xml:lang="en">[Path: EN_BIOACCUMULATION.GUIDELINE.DEVIATION]
For robust study summaries or as requested by the regulatory programme, indicate if there are any deviations from the test guideline specified. If "yes" is selected, only briefly state relevant deviations in the supplementary remarks field (e.g. "other species used"); details should be described in the respective fields of the section MATERIALS AND METHODS.</xsd:documentation>
                                        </xsd:annotation>
                                      </xsd:element>
                                      <xsd:element minOccurs="0" name="DEVIATION.value" type="i5:picklistClearText">
                                        <xsd:annotation>
                                          <xsd:documentation xml:lang="en" />
                                        </xsd:annotation>
                                      </xsd:element>
                                      <xsd:element minOccurs="0" name="DEVIATION_TXT" nillable="true" type="i5:string255">
                                        <xsd:annotation>
                                          <xsd:documentation xml:lang="en">[Path: EN_BIOACCUMULATION.GUIDELINE.DEVIATION_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="METHOD_NOGUIDELINE">
                      <xsd:annotation>
                        <xsd:documentation xml:lang="en">[Path: EN_BIOACCUMULATION.METHOD_NOGUIDELINE]
If no guideline was followed, include a description of the principles of the test protocol or estimated method used in the study. Details should be entered in appropriate distinct fields of section MATERIALS AND METHODS if available. Also provide a justification for using this method if appropriate.If an estimation method was used (to be indicated in field "Study result type") state the equation(s) and/or computer software or other methods applied to calculate the value(s).</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: EN_BIOACCUMULATION.METHOD_NOGUIDELINE.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="GLP_COMPLIANCE_STATEMENT">
                      <xsd:annotation>
                        <xsd:documentation xml:lang="en">[Path: EN_BIOACCUMULATION.GLP_COMPLIANCE_STATEMENT]
Indicate whether the study was conducted following Good Laboratory Practice or not. Select "yes (incl. certificate)" if a GLP certificate of a test facility is available. Select "yes" if a GLP compliance statement is available, but no information on a GLP certificate. You can give an explanation in the supplementary remarks field, e.g. for explaining why GLP was not complied with or for specifying which (national) GLP was followed.</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_FIX">
                                  <xsd:complexType mixed="false">
                                    <xsd:sequence>
                                      <xsd:element minOccurs="0" name="LIST_SEL_FIX" type="i5:phrasegroup_Z40">
                                        <xsd:annotation>
                                          <xsd:documentation xml:lang="en">[Path: EN_BIOACCUMULATION.GLP_COMPLIANCE_STATEMENT.LIST_SEL_FIX]</xsd:documentation>
                                        </xsd:annotation>
                                      </xsd:element>
                                      <xsd:element minOccurs="0" name="LIST_SEL_FIX.value" type="i5:picklistClearText">
                                        <xsd:annotation>
                                          <xsd:documentation xml:lang="en" />
                                        </xsd:annotation>
                                      </xsd:element>
                                      <xsd:element minOccurs="0" name="LIST_SEL_FIX_TXT" nillable="true" type="i5:string255">
                                        <xsd:annotation>
                                          <xsd:documentation xml:lang="en">[Path: EN_BIOACCUMULATION.GLP_COMPLIANCE_STATEMENT.LIST_SEL_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 nillable="true" minOccurs="0" name="TESTMAT_HD">
                      <xsd:annotation>
                        <xsd:documentation xml:lang="en">[Path: EN_BIOACCUMULATION.TESTMAT_HD]</xsd:documentation>
                      </xsd:annotation>
                    </xsd:element>
                    <xsd:element maxOccurs="1" minOccurs="0" name="TESTMAT_INDICATOR">
                      <xsd:annotation>
                        <xsd:documentation xml:lang="en">[Path: EN_BIOACCUMULATION.TESTMAT_INDICATOR]
Select "yes" or "no" from the drop-down list for indicating that the identity of the test material is the same or is not the same, respectively, as for substance defined in section 1 (General information). In addition, the identity of the test material should be specified in the subsequent block of fields "Test material identity".NOTE: You cannot update this field, if a completed record is copied to another submission substance as reference. Therefore, in case of read-across the indication of "yes" is not relevant.</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="LIST_BELOW_SEL">
                                  <xsd:complexType mixed="false">
                                    <xsd:sequence>
                                      <xsd:element minOccurs="0" name="LIST_BELOW_SEL" type="i5:phrasegroup_Z38">
                                        <xsd:annotation>
                                          <xsd:documentation xml:lang="en">[Path: EN_BIOACCUMULATION.TESTMAT_INDICATOR.LIST_BELOW_SEL]</xsd:documentation>
                                        </xsd:annotation>
                                      </xsd:element>
                                      <xsd:element minOccurs="0" name="LIST_BELOW_SEL.value" type="i5:picklistClearText">
                                        <xsd:annotation>
                                          <xsd:documentation xml:lang="en" />
                                        </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="TESTMAT">
                      <xsd:annotation>
                        <xsd:documentation xml:lang="en">[Path: EN_BIOACCUMULATION.TESTMAT]
Indicate the identity of the test material for one or more appropriate identifiers, e.g. CAS number, CAS name, IUPAC name. Copy this block of fields as appropriate.NOTE: In order to avoid confusion on the test material identity it is highly recommended to enter at least one substance identifier, regardless of what has been enterd in field "Identity of test material same as for substance defined in section 1 (if not read-across)".</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_IDENTIFIER">
                                  <xsd:complexType mixed="false">
                                    <xsd:sequence>
                                      <xsd:element minOccurs="0" name="IDENTIFIER" type="i5:phrasegroup_Z39">
                                        <xsd:annotation>
                                          <xsd:documentation xml:lang="en">[Path: EN_BIOACCUMULATION.TESTMAT.IDENTIFIER]
Select an appropriate identifier from drop-down list, e.g. "CAS number". Use "Other:" and specify, if identity according to a standard identifier is not known or if an additional chemical name or number is provided.</xsd:documentation>
                                        </xsd:annotation>
                                      </xsd:element>
                                      <xsd:element minOccurs="0" name="IDENTIFIER.value" type="i5:picklistClearText">
                                        <xsd:annotation>
                                          <xsd:documentation xml:lang="en" />
                                        </xsd:annotation>
                                      </xsd:element>
                                      <xsd:element minOccurs="0" name="IDENTIFIER_TXT" nillable="true" type="i5:string255">
                                        <xsd:annotation>
                                          <xsd:documentation xml:lang="en">[Path: EN_BIOACCUMULATION.TESTMAT.IDENTIFIER_TXT]</xsd:documentation>
                                        </xsd:annotation>
                                      </xsd:element>
                                    </xsd:sequence>
                                  </xsd:complexType>
                                </xsd:element>
                                <xsd:element minOccurs="0" name="ID">
                                  <xsd:complexType mixed="false">
                                    <xsd:sequence>
                                      <xsd:element minOccurs="0" name="ID" nillable="true" type="i5:string2000">
                                        <xsd:annotation>
                                          <xsd:documentation xml:lang="en">[Path: EN_BIOACCUMULATION.TESTMAT.ID]
Select the corresponding substance identity from drop-down list or enter manually if the identity is not available from the list or if no list is provided for the type of identifier selected.</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="TESTMAT_FORM">
                      <xsd:annotation>
                        <xsd:documentation xml:lang="en">[Path: EN_BIOACCUMULATION.TESTMAT_FORM]
Select the test material form from the drop-down list. If the form of the test chemical is not available in the list, select 'other:' and specify in the adjacent field. If the test material form is unknown, select 'no 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="PHRASEOTHER_TESTMAT_FORM">
                                  <xsd:complexType mixed="false">
                                    <xsd:sequence>
                                      <xsd:element minOccurs="0" name="TESTMAT_FORM" type="i5:phrasegroup_A101">
                                        <xsd:annotation>
                                          <xsd:documentation xml:lang="en">[Path: EN_BIOACCUMULATION.TESTMAT_FORM.TESTMAT_FORM]</xsd:documentation>
                                        </xsd:annotation>
                                      </xsd:element>
                                      <xsd:element minOccurs="0" name="TESTMAT_FORM.value" type="i5:picklistClearText">
                                        <xsd:annotation>
                                          <xsd:documentation xml:lang="en" />
                                        </xsd:annotation>
                                      </xsd:element>
                                      <xsd:element minOccurs="0" name="TESTMAT_FORM_TXT" nillable="true" type="i5:string255">
                                        <xsd:annotation>
                                          <xsd:documentation xml:lang="en">[Path: EN_BIOACCUMULATION.TESTMAT_FORM.TESTMAT_FORM_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="RADIO_LABEL">
                      <xsd:annotation>
                        <xsd:documentation xml:lang="en">[Path: EN_BIOACCUMULATION.RADIO_LABEL]
Indicate if labelled or non-labelled test material was used. Details on labelled material to be described in field "Details on test material".</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="LIST_BELOW_SEL">
                                  <xsd:complexType mixed="false">
                                    <xsd:sequence>
                                      <xsd:element minOccurs="0" name="LIST_BELOW_SEL" type="i5:phrasegroup_F14">
                                        <xsd:annotation>
                                          <xsd:documentation xml:lang="en">[Path: EN_BIOACCUMULATION.RADIO_LABEL.LIST_BELOW_SEL]</xsd:documentation>
                                        </xsd:annotation>
                                      </xsd:element>
                                      <xsd:element minOccurs="0" name="LIST_BELOW_SEL.value" type="i5:picklistClearText">
                                        <xsd:annotation>
                                          <xsd:documentation xml:lang="en" />
                                        </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="TESTMAT_DETAILS">
                      <xsd:annotation>
                        <xsd:documentation xml:lang="en">[Path: EN_BIOACCUMULATION.TESTMAT_DETAILS]
Use freetext template and delete/add elements as appropriate. Enter any details that could be relevant for evaluating this study summary or that are requested by the respective regulatory programme. Consult the programme-specific guidance (e.g. OECD HPVC, Pesticides NAFTA or EU REACH) thereof.Note that any information that can be claimed confidential should be included in the subsequent field "Confidential details on test material".Explanations:- Name of test material (as cited in study report): only if different from any other identifiers provided in the preceding fields.- Molecular formula (if other than submission substance): specify- Molecular weight (if other than submission substance): specify- Smiles notation (if other than submission substance): provide if available- InChl (if other than submission substance): provide if available- Structural formula attached as image file (if other than submission substance): see Fig.: only if different from submission substance. Indicate Fig. no. if a file is attached in field "Attached document", e.g. state "see Fig. 1".- Substance type: indicate whether pure active substance, technical product, formulation or other.- Physical state: indicate "gas", "solid" or "liquid" only if different from submission substance or if substance can occur in different physical states.- Analytical purity: specify in %- Impurities (identity and concentrations): specify- Composition of the test material, percentage of components: specify if applicable- Isomers composition: specify if applicable- Purity test date: provide if available- Lot/batch No.: provide if available- Expiration date of the lot/batch: provide if available- Radiochemical purity (if radiolabelling): specify if applicable- Specific activity (if radiolabelling): specify if applicable- Locations of the label (if radiolabelling): specify if applicable- Expiration date of radiochemical substance (if radiolabelling): specify if applicable- Storage condition of test substance: specify if applicable- Stability under test conditions: indicate if available</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: EN_BIOACCUMULATION.TESTMAT_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="TESTMAT_CONFIDENTIAL_DETAILS">
                      <xsd:annotation>
                        <xsd:documentation xml:lang="en">[Path: EN_BIOACCUMULATION.TESTMAT_CONFIDENTIAL_DETAILS]
Enter any confidential information on the test material in this separate field. Use freetext template and delete/add elements as appropriate. Enter any details that could be relevant for evaluating this study summary or that are requested by the respective regulatory programme. Consult the programme-specific guidance (e.g. OECD HPVC, Pesticides NAFTA or EU REACH) thereof.Explanations:- Analytical purity: specify in %- Impurities (identity and concentrations): specify- Composition of the test material, percentage of components: specify if applicable- Purity test date: provide if available- Lot/batch No.: : provide if available- Expiration date of the lot/batch: : provide if available- Isomers composition: specify 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="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: EN_BIOACCUMULATION.TESTMAT_CONFIDENTIAL_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="PROPERTIES_TESTMAT_DETAILS">
                      <xsd:annotation>
                        <xsd:documentation xml:lang="en">[Path: EN_BIOACCUMULATION.PROPERTIES_TESTMAT_DETAILS]
ONLY if another substance, i.e. analogue or surrogate (e.g. degradation/transformation product) was used as test material, enter any relevant details on the properties of this substance that may possibly affect the test performance, particularly physico-chemical properties.Use freetext template and delete/add elements as appropriate.Note that the physico-chemical properties of the substance for which the submission is made should be recorded in the corresponding templates and therefore need not be repeated here. Nevertheless, the possible influence of any physico-chemical properties should be indicated / discussed in appropriate fields, particularly in fields "Details on test conditions" and "Details on results". This holds also true if any property of the substance is different in the test medium as compared to the data recorded in the section on physico-chemical properties, e.g. lower water solubility.</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: EN_BIOACCUMULATION.PROPERTIES_TESTMAT_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="SAMPLING_DETAILS">
                      <xsd:annotation>
                        <xsd:documentation xml:lang="en">[Path: EN_BIOACCUMULATION.SAMPLING_DETAILS]
Enter details on sampling. Use freetext template as appropriate and delete/add elements as appropriate. For sediment study, distinguish between sampling of sediment, pore water, and overlying water.</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: EN_BIOACCUMULATION.SAMPLING_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="ANALYT_METHOD_DETAILS">
                      <xsd:annotation>
                        <xsd:documentation xml:lang="en">[Path: EN_BIOACCUMULATION.ANALYT_METHOD_DETAILS]
Enter any details on the analytical methods used. Use freetext template and delete/add elements as appropriate. Specify treatment of fish and water samples, including details of preparation, storage, extraction and analytical procedures (and precision) for the test substance and lipid content (if measured).Copy any subheading(s) for the different matrices as appropriate.</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: EN_BIOACCUMULATION.ANALYT_METHOD_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="VEHICLE_FATE">
                      <xsd:annotation>
                        <xsd:documentation xml:lang="en">[Path: EN_BIOACCUMULATION.VEHICLE_FATE]
Indicate whether vehicle was used to emulsify or mix the experimental test material to enhance its solubility. If yes, specify in field "Details on test solutions".</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="LIST_BELOW_SEL">
                                  <xsd:complexType mixed="false">
                                    <xsd:sequence>
                                      <xsd:element minOccurs="0" name="LIST_BELOW_SEL" type="i5:phrasegroup_A03">
                                        <xsd:annotation>
                                          <xsd:documentation xml:lang="en">[Path: EN_BIOACCUMULATION.VEHICLE_FATE.LIST_BELOW_SEL]</xsd:documentation>
                                        </xsd:annotation>
                                      </xsd:element>
                                      <xsd:element minOccurs="0" name="LIST_BELOW_SEL.value" type="i5:picklistClearText">
                                        <xsd:annotation>
                                          <xsd:documentation xml:lang="en" />
                                        </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="TESTSOLUTIONS_DETAILS">
                      <xsd:annotation>
                        <xsd:documentation xml:lang="en">[Path: EN_BIOACCUMULATION.TESTSOLUTIONS_DETAILS]
Select freetext template for the respective type of study (i.e. aquatic or sediment) and delete/add elements as appropriate.</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: EN_BIOACCUMULATION.TESTSOLUTIONS_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="ORGANISM_HD">
                      <xsd:annotation>
                        <xsd:documentation xml:lang="en">[Path: EN_BIOACCUMULATION.ORGANISM_HD]</xsd:documentation>
                      </xsd:annotation>
                    </xsd:element>
                    <xsd:element maxOccurs="1" minOccurs="0" name="ORGANISM">
                      <xsd:annotation>
                        <xsd:documentation xml:lang="en">[Path: EN_BIOACCUMULATION.ORGANISM]
Select species from picklist. If not available, select "other" and enter name of organism (species).</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">
                                  <xsd:complexType mixed="false">
                                    <xsd:sequence>
                                      <xsd:element minOccurs="0" name="LIST_POP" type="i5:phrasegroup_E147">
                                        <xsd:annotation>
                                          <xsd:documentation xml:lang="en">[Path: EN_BIOACCUMULATION.ORGANISM.LIST_POP]</xsd:documentation>
                                        </xsd:annotation>
                                      </xsd:element>
                                      <xsd:element minOccurs="0" name="LIST_POP.value" type="i5:picklistClearText">
                                        <xsd:annotation>
                                          <xsd:documentation xml:lang="en" />
                                        </xsd:annotation>
                                      </xsd:element>
                                      <xsd:element minOccurs="0" name="LIST_POP_TXT" nillable="true" type="i5:string255">
                                        <xsd:annotation>
                                          <xsd:documentation xml:lang="en">[Path: EN_BIOACCUMULATION.ORGANISM.LIST_POP_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="ORGANISM_DETAILS">
                      <xsd:annotation>
                        <xsd:documentation xml:lang="en">[Path: EN_BIOACCUMULATION.ORGANISM_DETAILS]
Use freetext template and delete/add elements as appropriate. Enter any details that could be relevant for evaluating this study summary or that are requested by the respective regulatory programme. 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="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: EN_BIOACCUMULATION.ORGANISM_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="STUDY_DESIGN_HD">
                      <xsd:annotation>
                        <xsd:documentation xml:lang="en">[Path: EN_BIOACCUMULATION.STUDY_DESIGN_HD]</xsd:documentation>
                      </xsd:annotation>
                    </xsd:element>
                    <xsd:element maxOccurs="1" minOccurs="0" name="ROUTE">
                      <xsd:annotation>
                        <xsd:documentation xml:lang="en">[Path: EN_BIOACCUMULATION.ROUTE]
Indicate if exposure was to aquatic medium, sediment or through feed (i.e. dietary exposure).</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">
                                  <xsd:complexType mixed="false">
                                    <xsd:sequence>
                                      <xsd:element minOccurs="0" name="LIST_POP" type="i5:phrasegroup_F142">
                                        <xsd:annotation>
                                          <xsd:documentation xml:lang="en">[Path: EN_BIOACCUMULATION.ROUTE.LIST_POP]</xsd:documentation>
                                        </xsd:annotation>
                                      </xsd:element>
                                      <xsd:element minOccurs="0" name="LIST_POP.value" type="i5:picklistClearText">
                                        <xsd:annotation>
                                          <xsd:documentation xml:lang="en" />
                                        </xsd:annotation>
                                      </xsd:element>
                                      <xsd:element minOccurs="0" name="LIST_POP_TXT" nillable="true" type="i5:string255">
                                        <xsd:annotation>
                                          <xsd:documentation xml:lang="en">[Path: EN_BIOACCUMULATION.ROUTE.LIST_POP_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="SEDIMENT_TYPE">
                      <xsd:annotation>
                        <xsd:documentation xml:lang="en">[Path: EN_BIOACCUMULATION.SEDIMENT_TYPE]
Indicate whether natural or formulated sediment was used as substrate</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="LIST_BELOW_SEL">
                                  <xsd:complexType mixed="false">
                                    <xsd:sequence>
                                      <xsd:element minOccurs="0" name="LIST_BELOW_SEL" type="i5:phrasegroup_E133">
                                        <xsd:annotation>
                                          <xsd:documentation xml:lang="en">[Path: EN_BIOACCUMULATION.SEDIMENT_TYPE.LIST_BELOW_SEL]</xsd:documentation>
                                        </xsd:annotation>
                                      </xsd:element>
                                      <xsd:element minOccurs="0" name="LIST_BELOW_SEL.value" type="i5:picklistClearText">
                                        <xsd:annotation>
                                          <xsd:documentation xml:lang="en" />
                                        </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="TESTTYPE_BIOACCUMULATION">
                      <xsd:annotation>
                        <xsd:documentation xml:lang="en">[Path: EN_BIOACCUMULATION.TESTTYPE_BIOACCUMULATION]
Select appropriate test type.</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">
                                  <xsd:complexType mixed="false">
                                    <xsd:sequence>
                                      <xsd:element minOccurs="0" name="LIST_POP" type="i5:phrasegroup_F122">
                                        <xsd:annotation>
                                          <xsd:documentation xml:lang="en">[Path: EN_BIOACCUMULATION.TESTTYPE_BIOACCUMULATION.LIST_POP]</xsd:documentation>
                                        </xsd:annotation>
                                      </xsd:element>
                                      <xsd:element minOccurs="0" name="LIST_POP.value" type="i5:picklistClearText">
                                        <xsd:annotation>
                                          <xsd:documentation xml:lang="en" />
                                        </xsd:annotation>
                                      </xsd:element>
                                      <xsd:element minOccurs="0" name="LIST_POP_TXT" nillable="true" type="i5:string255">
                                        <xsd:annotation>
                                          <xsd:documentation xml:lang="en">[Path: EN_BIOACCUMULATION.TESTTYPE_BIOACCUMULATION.LIST_POP_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="WATERTYPE">
                      <xsd:annotation>
                        <xsd:documentation xml:lang="en">[Path: EN_BIOACCUMULATION.WATERTYPE]
Indicate whether organisms were tested in fresh-/salt- or brackish/estuarine water.</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="LIST_BELOW_POP">
                                  <xsd:complexType mixed="false">
                                    <xsd:sequence>
                                      <xsd:element minOccurs="0" name="LIST_BELOW_POP" type="i5:phrasegroup_E102">
                                        <xsd:annotation>
                                          <xsd:documentation xml:lang="en">[Path: EN_BIOACCUMULATION.WATERTYPE.LIST_BELOW_POP]</xsd:documentation>
                                        </xsd:annotation>
                                      </xsd:element>
                                      <xsd:element minOccurs="0" name="LIST_BELOW_POP.value" type="i5:picklistClearText">
                                        <xsd:annotation>
                                          <xsd:documentation xml:lang="en" />
                                        </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="EXP_DURATION">
                      <xsd:annotation>
                        <xsd:documentation xml:lang="en">[Path: EN_BIOACCUMULATION.EXP_DURATION]
Indicate duration of exposure (uptake).</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="PRECISION_LOQUALIFIER">
                                  <xsd:complexType mixed="false">
                                    <xsd:sequence>
                                      <xsd:element minOccurs="0" name="LOQUALIFIER" type="i5:phrasegroup_A02-1">
                                        <xsd:annotation>
                                          <xsd:documentation xml:lang="en">[Path: EN_BIOACCUMULATION.EXP_DURATION.LOQUALIFIER]
Enter a numeric value or a range of numeric values according to following conventions:(i) In the first numeric field, enter a single value (Qualifier subfield left blank) or a value if preceded by "&gt;", "&gt;=" or "ca." (e.g. "20", "ca. 20", "&gt;20").(ii) In the second numeric field, enter a single value if preceded by "&lt;" or "&lt;=".(iii) Use both numeric fields and, as required, the lower and upper qualifier field to enter a range of numeric values (e.g. "2 - 8" or "&gt;2 &lt;8").</xsd:documentation>
                                        </xsd:annotation>
                                      </xsd:element>
                                      <xsd:element minOccurs="0" name="LOQUALIFIER.value" type="i5:picklistClearText">
                                        <xsd:annotation>
                                          <xsd:documentation xml:lang="en" />
                                        </xsd:annotation>
                                      </xsd:element>
                                      <xsd:element minOccurs="0" name="LOVALUE" nillable="true">
                                        <xsd:annotation>
                                          <xsd:documentation xml:lang="en">[Path: EN_BIOACCUMULATION.EXP_DURATION.LOVALUE]</xsd:documentation>
                                        </xsd:annotation>
                                        <xsd:simpleType>
                                          <xsd:union>
                                            <xsd:simpleType>
                                              <xsd:restriction base="i5:number_19_9" />
                                            </xsd:simpleType>
                                            <xsd:simpleType>
                                              <xsd:restriction base="xsd:string">
                                                <xsd:maxLength value="0" />
                                              </xsd:restriction>
                                            </xsd:simpleType>
                                          </xsd:union>
                                        </xsd:simpleType>
                                      </xsd:element>
                                      <xsd:element minOccurs="0" name="UPQUALIFIER" type="i5:phrasegroup_A02-2">
                                        <xsd:annotation>
                                          <xsd:documentation xml:lang="en">[Path: EN_BIOACCUMULATION.EXP_DURATION.UPQUALIFIER]</xsd:documentation>
                                        </xsd:annotation>
                                      </xsd:element>
                                      <xsd:element minOccurs="0" name="UPQUALIFIER.value" type="i5:picklistClearText">
                                        <xsd:annotation>
                                          <xsd:documentation xml:lang="en" />
                                        </xsd:annotation>
                                      </xsd:element>
                                      <xsd:element minOccurs="0" name="UPVALUE" nillable="true">
                                        <xsd:annotation>
                                          <xsd:documentation xml:lang="en">[Path: EN_BIOACCUMULATION.EXP_DURATION.UPVALUE]</xsd:documentation>
                                        </xsd:annotation>
                                        <xsd:simpleType>
                                          <xsd:union>
                                            <xsd:simpleType>
                                              <xsd:restriction base="i5:number_19_9" />
                                            </xsd:simpleType>
                                            <xsd:simpleType>
                                              <xsd:restriction base="xsd:string">
                                                <xsd:maxLength value="0" />
                                              </xsd:restriction>
                                            </xsd:simpleType>
                                          </xsd:union>
                                        </xsd:simpleType>
                                      </xsd:element>
                                      <xsd:element minOccurs="0" name="UNIT" type="i5:phrasegroup_E04">
                                        <xsd:annotation>
                                          <xsd:documentation xml:lang="en">[Path: EN_BIOACCUMULATION.EXP_DURATION.UNIT]
Select from drop-down list.</xsd:documentation>
                                        </xsd:annotation>
                                      </xsd:element>
                                      <xsd:element minOccurs="0" name="UNIT.value" type="i5:picklistClearText">
                                        <xsd:annotation>
                                          <xsd:documentation xml:lang="en" />
                                        </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="DEPUR_DURATION">
                      <xsd:annotation>
                        <xsd:documentation xml:lang="en">[Path: EN_BIOACCUMULATION.DEPUR_DURATION]
Indicate duration of depuration.</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="PRECISION_LOQUALIFIER">
                                  <xsd:complexType mixed="false">
                                    <xsd:sequence>
                                      <xsd:element minOccurs="0" name="LOQUALIFIER" type="i5:phrasegroup_A02-1">
                                        <xsd:annotation>
                                          <xsd:documentation xml:lang="en">[Path: EN_BIOACCUMULATION.DEPUR_DURATION.LOQUALIFIER]
Enter a numeric value or a range of numeric values according to following conventions:(i) In the first numeric field, enter a single value (Qualifier subfield left blank) or a value if preceded by "&gt;", "&gt;=" or "ca." (e.g. "20", "ca. 20", "&gt;20").(ii) In the second numeric field, enter a single value if preceded by "&lt;" or "&lt;=".(iii) Use both numeric fields and, as required, the lower and upper qualifier field to enter a range of numeric values (e.g. "2 - 8" or "&gt;2 &lt;8").</xsd:documentation>
                                        </xsd:annotation>
                                      </xsd:element>
                                      <xsd:element minOccurs="0" name="LOQUALIFIER.value" type="i5:picklistClearText">
                                        <xsd:annotation>
                                          <xsd:documentation xml:lang="en" />
                                        </xsd:annotation>
                                      </xsd:element>
                                      <xsd:element minOccurs="0" name="LOVALUE" nillable="true">
                                        <xsd:annotation>
                                          <xsd:documentation xml:lang="en">[Path: EN_BIOACCUMULATION.DEPUR_DURATION.LOVALUE]</xsd:documentation>
                                        </xsd:annotation>
                                        <xsd:simpleType>
                                          <xsd:union>
                                            <xsd:simpleType>
                                              <xsd:restriction base="i5:number_19_9" />
                                            </xsd:simpleType>
                                            <xsd:simpleType>
                                              <xsd:restriction base="xsd:string">
                                                <xsd:maxLength value="0" />
                                              </xsd:restriction>
                                            </xsd:simpleType>
                                          </xsd:union>
                                        </xsd:simpleType>
                                      </xsd:element>
                                      <xsd:element minOccurs="0" name="UPQUALIFIER" type="i5:phrasegroup_A02-2">
                                        <xsd:annotation>
                                          <xsd:documentation xml:lang="en">[Path: EN_BIOACCUMULATION.DEPUR_DURATION.UPQUALIFIER]</xsd:documentation>
                                        </xsd:annotation>
                                      </xsd:element>
                                      <xsd:element minOccurs="0" name="UPQUALIFIER.value" type="i5:picklistClearText">
                                        <xsd:annotation>
                                          <xsd:documentation xml:lang="en" />
                                        </xsd:annotation>
                                      </xsd:element>
                                      <xsd:element minOccurs="0" name="UPVALUE" nillable="true">
                                        <xsd:annotation>
                                          <xsd:documentation xml:lang="en">[Path: EN_BIOACCUMULATION.DEPUR_DURATION.UPVALUE]</xsd:documentation>
                                        </xsd:annotation>
                                        <xsd:simpleType>
                                          <xsd:union>
                                            <xsd:simpleType>
                                              <xsd:restriction base="i5:number_19_9" />
                                            </xsd:simpleType>
                                            <xsd:simpleType>
                                              <xsd:restriction base="xsd:string">
                                                <xsd:maxLength value="0" />
                                              </xsd:restriction>
                                            </xsd:simpleType>
                                          </xsd:union>
                                        </xsd:simpleType>
                                      </xsd:element>
                                      <xsd:element minOccurs="0" name="UNIT" type="i5:phrasegroup_E04">
                                        <xsd:annotation>
                                          <xsd:documentation xml:lang="en">[Path: EN_BIOACCUMULATION.DEPUR_DURATION.UNIT]
Select from drop-down list.</xsd:documentation>
                                        </xsd:annotation>
                                      </xsd:element>
                                      <xsd:element minOccurs="0" name="UNIT.value" type="i5:picklistClearText">
                                        <xsd:annotation>
                                          <xsd:documentation xml:lang="en" />
                                        </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="TESTCONDITIONS_HD">
                      <xsd:annotation>
                        <xsd:documentation xml:lang="en">[Path: EN_BIOACCUMULATION.TESTCONDITIONS_HD]</xsd:documentation>
                      </xsd:annotation>
                    </xsd:element>
                    <xsd:element maxOccurs="1" minOccurs="0" name="HARDNESS">
                      <xsd:annotation>
                        <xsd:documentation xml:lang="en">[Path: EN_BIOACCUMULATION.HARDNESS]
For freshwater tests, indicate water hardness as mg/l calcium carbonate equivalent values measured during test. Include range, mean, standard deviation and unit. Alternatively refer to table (e.g. "see table no. 2") if the test conditions are presented in tabular form in the rich text editor 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="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: EN_BIOACCUMULATION.HARDNESS.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:element maxOccurs="1" minOccurs="0" name="TEST_TEMP">
                      <xsd:annotation>
                        <xsd:documentation xml:lang="en">[Path: EN_BIOACCUMULATION.TEST_TEMP]
Indicate test temperature values measured during test. Include range, mean, standard deviation and unit. As appropriate state the location (e.g. water bath, test chambers) and type of measurement (e.g. continuous monitoring). Alternatively refer to table (e.g. "see table no. 2") if the test conditions are presented in tabular form in the rich text editor 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="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: EN_BIOACCUMULATION.TEST_TEMP.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:element maxOccurs="1" minOccurs="0" name="PH">
                      <xsd:annotation>
                        <xsd:documentation xml:lang="en">[Path: EN_BIOACCUMULATION.PH]
Indicate pH values measured during test. Include range, mean, standard deviation and unit. Alternatively refer to table (e.g. "see table no. 2") if the test conditions are presented in tabular form in the rich text editor 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="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: EN_BIOACCUMULATION.PH.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:element maxOccurs="1" minOccurs="0" name="DISS_OXYGEN">
                      <xsd:annotation>
                        <xsd:documentation xml:lang="en">[Path: EN_BIOACCUMULATION.DISS_OXYGEN]
Indicate dissolved oxygen values measured during test. Include range, mean, standard deviation and unit. Alternatively refer to table (e.g. "see table no. 2" ) if the test conditions are presented in tabular form in the rich text editor 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="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: EN_BIOACCUMULATION.DISS_OXYGEN.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:element maxOccurs="1" minOccurs="0" name="TOC">
                      <xsd:annotation>
                        <xsd:documentation xml:lang="en">[Path: EN_BIOACCUMULATION.TOC]
Indicate TOC (total organic carbon) values measured during test. Include range, mean, standard deviation and unit. Alternatively refer to table (e.g. "see table no. 2") if the test conditions are presented in tabular form in the rich text editor 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="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: EN_BIOACCUMULATION.TOC.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:element maxOccurs="1" minOccurs="0" name="SALINITY">
                      <xsd:annotation>
                        <xsd:documentation xml:lang="en">[Path: EN_BIOACCUMULATION.SALINITY]
For marine studies, indicate salinity values measured during test. Include range, mean, standard deviation and unit. Alternatively refer to table (e.g. "see table no. 2" ) if the test conditions are presented in tabular form in the rich text editor 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="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: EN_BIOACCUMULATION.SALINITY.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:element maxOccurs="1" minOccurs="0" name="NOM_MEAS_CONC">
                      <xsd:annotation>
                        <xsd:documentation xml:lang="en">[Path: EN_BIOACCUMULATION.NOM_MEAS_CONC]
List nominal and, if available, measured test concentrations (with unit, i.e. µg/l, mg/l, g/l, mmol/l, mol/l, µmol/l or other) for all sampling times. As appropriate tabulate nominal vs. measured concentrations; include table(s) in the rich text field "Any other information on results incl. tables". Upload predefined table(s) if any or adapt table(s) from study report. Use table numbers in the sequence in which you refer to them in the text (e.g. "... see Table 1").Use alternative predefined tables if data for both the technical end product and the active ingredient are to be recorded.If exposure is through diet, provide the nominal and measured dietary concentrations and the doses applied.Note: Specific tables may be required. 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="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: EN_BIOACCUMULATION.NOM_MEAS_CONC.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:element maxOccurs="1" minOccurs="0" name="TESTCONDIT_DETAILS">
                      <xsd:annotation>
                        <xsd:documentation xml:lang="en">[Path: EN_BIOACCUMULATION.TESTCONDIT_DETAILS]
Use freetext template and delete/add elements as appropriate. Enter any details that could be relevant for evaluating this study summary or that are requested by the respective regulatory programme. 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="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: EN_BIOACCUMULATION.TESTCONDIT_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="REFERENCE_SUBSTANCE">
                      <xsd:annotation>
                        <xsd:documentation xml:lang="en">[Path: EN_BIOACCUMULATION.REFERENCE_SUBSTANCE]
Indicate if a positive control was tested, i.e. a reference substance with known bioaccumulation potential. If yes, include the identity of the substance(s) and the concentrations in the supplementary remarks 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_FIX">
                                  <xsd:complexType mixed="false">
                                    <xsd:sequence>
                                      <xsd:element minOccurs="0" name="LIST_SEL_FIX" type="i5:phrasegroup_Z36">
                                        <xsd:annotation>
                                          <xsd:documentation xml:lang="en">[Path: EN_BIOACCUMULATION.REFERENCE_SUBSTANCE.LIST_SEL_FIX]</xsd:documentation>
                                        </xsd:annotation>
                                      </xsd:element>
                                      <xsd:element minOccurs="0" name="LIST_SEL_FIX.value" type="i5:picklistClearText">
                                        <xsd:annotation>
                                          <xsd:documentation xml:lang="en" />
                                        </xsd:annotation>
                                      </xsd:element>
                                      <xsd:element minOccurs="0" name="LIST_SEL_FIX_TXT" nillable="true" type="i5:string255">
                                        <xsd:annotation>
                                          <xsd:documentation xml:lang="en">[Path: EN_BIOACCUMULATION.REFERENCE_SUBSTANCE.LIST_SEL_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="ESTIMATION_BCF_DETAILS">
                      <xsd:annotation>
                        <xsd:documentation xml:lang="en">[Path: EN_BIOACCUMULATION.ESTIMATION_BCF_DETAILS]
If the intrinsic potential of the test substance for bioconcentration was estimated, indicate physico-chemical properties, experimental toxicokinetic/residue studies or monitoring data the bioconcentration potential was based on.Indicate the applied software (e.g. BCFWIN, v 2.13) and the basis for BCF calculation (e.g. measured log Pow).</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: EN_BIOACCUMULATION.ESTIMATION_BCF_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="REM_ME_TC">
                      <xsd:annotation>
                        <xsd:documentation xml:lang="en">[Path: EN_BIOACCUMULATION.REM_ME_TC]
In this field, you can enter any information on materials and methods, for which no distinct field is available, 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: EN_BIOACCUMULATION.REM_ME_TC.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 nillable="true" minOccurs="0" name="GEN_RESULTS_HD">
                      <xsd:annotation>
                        <xsd:documentation xml:lang="en">[Path: EN_BIOACCUMULATION.GEN_RESULTS_HD]</xsd:documentation>
                      </xsd:annotation>
                    </xsd:element>
                    <xsd:element maxOccurs="1" minOccurs="0" name="LIPID_CONTENT">
                      <xsd:annotation>
                        <xsd:documentation xml:lang="en">[Path: EN_BIOACCUMULATION.LIPID_CONTENT]
Indicate the lipid content of test organisms with unit. If appropriate specify the time point at which the measurement was made, e.g. start or end of experiment.Copy this block of fields for specifying the lipid content ratio in % if required.</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="PRECISION_LOQUALIFIER">
                                  <xsd:complexType mixed="false">
                                    <xsd:sequence>
                                      <xsd:element minOccurs="0" name="LOQUALIFIER" type="i5:phrasegroup_A02-1">
                                        <xsd:annotation>
                                          <xsd:documentation xml:lang="en">[Path: EN_BIOACCUMULATION.LIPID_CONTENT.LOQUALIFIER]
Enter a numeric value or a range of numeric values according to following conventions:(i) In the first numeric field, enter a single value (Qualifier subfield left blank) or a value if preceded by "&gt;", "&gt;=" or "ca." (e.g. "20", "ca. 20", "&gt;20").(ii) In the second numeric field, enter a single value if preceded by "&lt;" or "&lt;=".(iii) Use both numeric fields and, as required, the lower and upper qualifier field to enter a range of numeric values (e.g. "2 - 8" or "&gt;2 &lt;8").</xsd:documentation>
                                        </xsd:annotation>
                                      </xsd:element>
                                      <xsd:element minOccurs="0" name="LOQUALIFIER.value" type="i5:picklistClearText">
                                        <xsd:annotation>
                                          <xsd:documentation xml:lang="en" />
                                        </xsd:annotation>
                                      </xsd:element>
                                      <xsd:element minOccurs="0" name="LOVALUE" nillable="true">
                                        <xsd:annotation>
                                          <xsd:documentation xml:lang="en">[Path: EN_BIOACCUMULATION.LIPID_CONTENT.LOVALUE]</xsd:documentation>
                                        </xsd:annotation>
                                        <xsd:simpleType>
                                          <xsd:union>
                                            <xsd:simpleType>
                                              <xsd:restriction base="i5:number_19_9" />
                                            </xsd:simpleType>
                                            <xsd:simpleType>
                                              <xsd:restriction base="xsd:string">
                                                <xsd:maxLength value="0" />
                                              </xsd:restriction>
                                            </xsd:simpleType>
                                          </xsd:union>
                                        </xsd:simpleType>
                                      </xsd:element>
                                      <xsd:element minOccurs="0" name="UPQUALIFIER" type="i5:phrasegroup_A02-2">
                                        <xsd:annotation>
                                          <xsd:documentation xml:lang="en">[Path: EN_BIOACCUMULATION.LIPID_CONTENT.UPQUALIFIER]</xsd:documentation>
                                        </xsd:annotation>
                                      </xsd:element>
                                      <xsd:element minOccurs="0" name="UPQUALIFIER.value" type="i5:picklistClearText">
                                        <xsd:annotation>
                                          <xsd:documentation xml:lang="en" />
                                        </xsd:annotation>
                                      </xsd:element>
                                      <xsd:element minOccurs="0" name="UPVALUE" nillable="true">
                                        <xsd:annotation>
                                          <xsd:documentation xml:lang="en">[Path: EN_BIOACCUMULATION.LIPID_CONTENT.UPVALUE]</xsd:documentation>
                                        </xsd:annotation>
                                        <xsd:simpleType>
                                          <xsd:union>
                                            <xsd:simpleType>
                                              <xsd:restriction base="i5:number_19_9" />
                                            </xsd:simpleType>
                                            <xsd:simpleType>
                                              <xsd:restriction base="xsd:string">
                                                <xsd:maxLength value="0" />
                                              </xsd:restriction>
                                            </xsd:simpleType>
                                          </xsd:union>
                                        </xsd:simpleType>
                                      </xsd:element>
                                      <xsd:element minOccurs="0" name="UNIT" type="i5:phrasegroup_F119">
                                        <xsd:annotation>
                                          <xsd:documentation xml:lang="en">[Path: EN_BIOACCUMULATION.LIPID_CONTENT.UNIT]
Select from drop-down list.</xsd:documentation>
                                        </xsd:annotation>
                                      </xsd:element>
                                      <xsd:element minOccurs="0" name="UNIT.value" type="i5:picklistClearText">
                                        <xsd:annotation>
                                          <xsd:documentation xml:lang="en" />
                                        </xsd:annotation>
                                      </xsd:element>
                                      <xsd:element minOccurs="0" name="UNIT_TXT" nillable="true" type="i5:string255">
                                        <xsd:annotation>
                                          <xsd:documentation xml:lang="en">[Path: EN_BIOACCUMULATION.LIPID_CONTENT.UNIT_TXT]</xsd:documentation>
                                        </xsd:annotation>
                                      </xsd:element>
                                    </xsd:sequence>
                                  </xsd:complexType>
                                </xsd:element>
                                <xsd:element minOccurs="0" name="PHRASEOTHER_TIME">
                                  <xsd:complexType mixed="false">
                                    <xsd:sequence>
                                      <xsd:element minOccurs="0" name="TIME" type="i5:phrasegroup_F138">
                                        <xsd:annotation>
                                          <xsd:documentation xml:lang="en">[Path: EN_BIOACCUMULATION.LIPID_CONTENT.TIME]
Select from drop-down list.</xsd:documentation>
                                        </xsd:annotation>
                                      </xsd:element>
                                      <xsd:element minOccurs="0" name="TIME.value" type="i5:picklistClearText">
                                        <xsd:annotation>
                                          <xsd:documentation xml:lang="en" />
                                        </xsd:annotation>
                                      </xsd:element>
                                      <xsd:element minOccurs="0" name="TIME_TXT" nillable="true" type="i5:string255">
                                        <xsd:annotation>
                                          <xsd:documentation xml:lang="en">[Path: EN_BIOACCUMULATION.LIPID_CONTENT.TIME_TXT]</xsd:documentation>
                                        </xsd:annotation>
                                      </xsd:element>
                                    </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: EN_BIOACCUMULATION.LIPID_CONTENT.REM]
Enter any remarks related to the recorded values as appropriate.</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="BCF">
                      <xsd:annotation>
                        <xsd:documentation xml:lang="en">[Path: EN_BIOACCUMULATION.BCF]
This repeatable block of fields allows to report the steady-state BCFs and/or the kinetic BCFk.As appropriate or requested by the regulatory programme include table(s) in the rich text field "Any other information on results incl. tables" showing the BCFs measured at different time points and concentrations in the water. Upload predefined table(s) if any or adapt table(s) from study report. Use table numbers in the sequence in which you refer to them in the Remarks text (e.g. "... see Table 1").</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="CONCLEVEL">
                                  <xsd:complexType mixed="false">
                                    <xsd:sequence>
                                      <xsd:element minOccurs="0" name="CONCLEVEL" nillable="true" type="i5:string255">
                                        <xsd:annotation>
                                          <xsd:documentation xml:lang="en">[Path: EN_BIOACCUMULATION.BCF.CONCLEVEL]
Give the concentration in surrounding water (and/or sediment, if sediment study) or the dose level applied (if feeding study). If more than one concentration or dose was tested for which different bioaccumulation factors are reported, e.g. for high and low concentration levels, multiply this block of fields and indicate nominal and, if available, measured test concentration(s) (with unit, i.e. µg/l, mg/l, g/l, mmol/l, mol/l, µmol/l, ng/kg, µg/kg or mg/kg sediment dw or other).</xsd:documentation>
                                        </xsd:annotation>
                                      </xsd:element>
                                    </xsd:sequence>
                                  </xsd:complexType>
                                </xsd:element>
                                <xsd:element minOccurs="0" name="PHRASEOTHER_TYPE">
                                  <xsd:complexType mixed="false">
                                    <xsd:sequence>
                                      <xsd:element minOccurs="0" name="TYPE" type="i5:phrasegroup_F141">
                                        <xsd:annotation>
                                          <xsd:documentation xml:lang="en">[Path: EN_BIOACCUMULATION.BCF.TYPE]
Indicate the reported bioconcentration factor, i.e. either BCF (bioconcentration factor which accounts for substance intake from the surrounding water only), BFA (bioaccumulation factor which accounts for substance intake from both food and surrounding water), BSAF (biota-sediment accumulation factor), BMF (biomagnification factor, i.e. the ratio between the relative concentration in a predatory animal and the concentration in (part of) its prey) or other (to be specified).</xsd:documentation>
                                        </xsd:annotation>
                                      </xsd:element>
                                      <xsd:element minOccurs="0" name="TYPE.value" type="i5:picklistClearText">
                                        <xsd:annotation>
                                          <xsd:documentation xml:lang="en" />
                                        </xsd:annotation>
                                      </xsd:element>
                                      <xsd:element minOccurs="0" name="TYPE_TXT" nillable="true" type="i5:string255">
                                        <xsd:annotation>
                                          <xsd:documentation xml:lang="en">[Path: EN_BIOACCUMULATION.BCF.TYPE_TXT]</xsd:documentation>
                                        </xsd:annotation>
                                      </xsd:element>
                                    </xsd:sequence>
                                  </xsd:complexType>
                                </xsd:element>
                                <xsd:element minOccurs="0" name="PRECISION_LOQUALIFIER">
                                  <xsd:complexType mixed="false">
                                    <xsd:sequence>
                                      <xsd:element minOccurs="0" name="LOQUALIFIER" type="i5:phrasegroup_A02-1">
                                        <xsd:annotation>
                                          <xsd:documentation xml:lang="en">[Path: EN_BIOACCUMULATION.BCF.LOQUALIFIER]
Enter a numeric value or a range of numeric values according to following conventions:(i) In the first numeric field, enter a single value (Qualifier subfield left blank) or a value if preceded by "&gt;", "&gt;=" or "ca." (e.g. "20", "ca. 20", "&gt;20").(ii) In the second numeric field, enter a single value if preceded by "&lt;" or "&lt;=".(iii) Use both numeric fields and, as required, the lower and upper qualifier field to enter a range of numeric values (e.g. "2 - 8" or "&gt;2 &lt;8").</xsd:documentation>
                                        </xsd:annotation>
                                      </xsd:element>
                                      <xsd:element minOccurs="0" name="LOQUALIFIER.value" type="i5:picklistClearText">
                                        <xsd:annotation>
                                          <xsd:documentation xml:lang="en" />
                                        </xsd:annotation>
                                      </xsd:element>
                                      <xsd:element minOccurs="0" name="LOVALUE" nillable="true">
                                        <xsd:annotation>
                                          <xsd:documentation xml:lang="en">[Path: EN_BIOACCUMULATION.BCF.LOVALUE]</xsd:documentation>
                                        </xsd:annotation>
                                        <xsd:simpleType>
                                          <xsd:union>
                                            <xsd:simpleType>
                                              <xsd:restriction base="i5:number_19_9" />
                                            </xsd:simpleType>
                                            <xsd:simpleType>
                                              <xsd:restriction base="xsd:string">
                                                <xsd:maxLength value="0" />
                                              </xsd:restriction>
                                            </xsd:simpleType>
                                          </xsd:union>
                                        </xsd:simpleType>
                                      </xsd:element>
                                      <xsd:element minOccurs="0" name="UPQUALIFIER" type="i5:phrasegroup_A02-2">
                                        <xsd:annotation>
                                          <xsd:documentation xml:lang="en">[Path: EN_BIOACCUMULATION.BCF.UPQUALIFIER]</xsd:documentation>
                                        </xsd:annotation>
                                      </xsd:element>
                                      <xsd:element minOccurs="0" name="UPQUALIFIER.value" type="i5:picklistClearText">
                                        <xsd:annotation>
                                          <xsd:documentation xml:lang="en" />
                                        </xsd:annotation>
                                      </xsd:element>
                                      <xsd:element minOccurs="0" name="UPVALUE" nillable="true">
                                        <xsd:annotation>
                                          <xsd:documentation xml:lang="en">[Path: EN_BIOACCUMULATION.BCF.UPVALUE]</xsd:documentation>
                                        </xsd:annotation>
                                        <xsd:simpleType>
                                          <xsd:union>
                                            <xsd:simpleType>
                                              <xsd:restriction base="i5:number_19_9" />
                                            </xsd:simpleType>
                                            <xsd:simpleType>
                                              <xsd:restriction base="xsd:string">
                                                <xsd:maxLength value="0" />
                                              </xsd:restriction>
                                            </xsd:simpleType>
                                          </xsd:union>
                                        </xsd:simpleType>
                                      </xsd:element>
                                      <xsd:element minOccurs="0" name="UNIT" type="i5:phrasegroup_TD330">
                                        <xsd:annotation>
                                          <xsd:documentation xml:lang="en">[Path: EN_BIOACCUMULATION.BCF.UNIT]
Select from drop-down list.</xsd:documentation>
                                        </xsd:annotation>
                                      </xsd:element>
                                      <xsd:element minOccurs="0" name="UNIT.value" type="i5:picklistClearText">
                                        <xsd:annotation>
                                          <xsd:documentation xml:lang="en" />
                                        </xsd:annotation>
                                      </xsd:element>
                                      <xsd:element minOccurs="0" name="UNIT_TXT" nillable="true" type="i5:string255">
                                        <xsd:annotation>
                                          <xsd:documentation xml:lang="en">[Path: EN_BIOACCUMULATION.BCF.UNIT_TXT]</xsd:documentation>
                                        </xsd:annotation>
                                      </xsd:element>
                                    </xsd:sequence>
                                  </xsd:complexType>
                                </xsd:element>
                                <xsd:element minOccurs="0" name="PHRASEOTHER_BASIS">
                                  <xsd:complexType mixed="false">
                                    <xsd:sequence>
                                      <xsd:element minOccurs="0" name="BASIS" type="i5:phrasegroup_F120">
                                        <xsd:annotation>
                                          <xsd:documentation xml:lang="en">[Path: EN_BIOACCUMULATION.BCF.BASIS]
From drop-down list, select the basis for the BCF, i.e. expressed in relation to the whole body, the total lipid content or specific tissues of the test organisms (w.w. = wet weight; d.w. = dry weight).</xsd:documentation>
                                        </xsd:annotation>
                                      </xsd:element>
                                      <xsd:element minOccurs="0" name="BASIS.value" type="i5:picklistClearText">
                                        <xsd:annotation>
                                          <xsd:documentation xml:lang="en" />
                                        </xsd:annotation>
                                      </xsd:element>
                                      <xsd:element minOccurs="0" name="BASIS_TXT" nillable="true" type="i5:string255">
                                        <xsd:annotation>
                                          <xsd:documentation xml:lang="en">[Path: EN_BIOACCUMULATION.BCF.BASIS_TXT]</xsd:documentation>
                                        </xsd:annotation>
                                      </xsd:element>
                                    </xsd:sequence>
                                  </xsd:complexType>
                                </xsd:element>
                                <xsd:element minOccurs="0" name="VALUEUNIT_PLATEAU_VALUE">
                                  <xsd:complexType mixed="false">
                                    <xsd:sequence>
                                      <xsd:element minOccurs="0" name="PLATEAU_VALUE" nillable="true">
                                        <xsd:annotation>
                                          <xsd:documentation xml:lang="en">[Path: EN_BIOACCUMULATION.BCF.PLATEAU_VALUE]
If applicable, indicate time at which plateau was reached (for tissue concentration).</xsd:documentation>
                                        </xsd:annotation>
                                        <xsd:simpleType>
                                          <xsd:union>
                                            <xsd:simpleType>
                                              <xsd:restriction base="i5:number_19_9" />
                                            </xsd:simpleType>
                                            <xsd:simpleType>
                                              <xsd:restriction base="xsd:string">
                                                <xsd:maxLength value="0" />
                                              </xsd:restriction>
                                            </xsd:simpleType>
                                          </xsd:union>
                                        </xsd:simpleType>
                                      </xsd:element>
                                      <xsd:element minOccurs="0" name="PLATEAU_UNIT" type="i5:phrasegroup_E04">
                                        <xsd:annotation>
                                          <xsd:documentation xml:lang="en">[Path: EN_BIOACCUMULATION.BCF.PLATEAU_UNIT]
Select from drop-down list.</xsd:documentation>
                                        </xsd:annotation>
                                      </xsd:element>
                                      <xsd:element minOccurs="0" name="PLATEAU_UNIT.value" type="i5:picklistClearText">
                                        <xsd:annotation>
                                          <xsd:documentation xml:lang="en" />
                                        </xsd:annotation>
                                      </xsd:element>
                                    </xsd:sequence>
                                  </xsd:complexType>
                                </xsd:element>
                                <xsd:element minOccurs="0" name="PHRASEOTHER_CALC_BASE">
                                  <xsd:complexType mixed="false">
                                    <xsd:sequence>
                                      <xsd:element minOccurs="0" name="CALC_BASE" type="i5:phrasegroup_F121">
                                        <xsd:annotation>
                                          <xsd:documentation xml:lang="en">[Path: EN_BIOACCUMULATION.BCF.CALC_BASE]
If the BCF was not calculated at steady state, select "kinetic:" and briefly specify using the supplementary remarks field (e.g. "kinetic: steady state at 80% of equilibrium).</xsd:documentation>
                                        </xsd:annotation>
                                      </xsd:element>
                                      <xsd:element minOccurs="0" name="CALC_BASE.value" type="i5:picklistClearText">
                                        <xsd:annotation>
                                          <xsd:documentation xml:lang="en" />
                                        </xsd:annotation>
                                      </xsd:element>
                                      <xsd:element minOccurs="0" name="CALC_BASE_TXT" nillable="true" type="i5:string255">
                                        <xsd:annotation>
                                          <xsd:documentation xml:lang="en">[Path: EN_BIOACCUMULATION.BCF.CALC_BASE_TXT]</xsd:documentation>
                                        </xsd:annotation>
                                      </xsd:element>
                                    </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: EN_BIOACCUMULATION.BCF.REM]
Enter any remarks related to the recorded values as appropriate, e.g. for indicating if BCF is based on parent compound instead of radioactivity.</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="DEPURATION">
                      <xsd:annotation>
                        <xsd:documentation xml:lang="en">[Path: EN_BIOACCUMULATION.DEPURATION]
Indicate if clearance of test substance or metabolites from test organisms was observed; give depuration time required for clearance of 50% (DT50), 90% (DT90) and or any other percent of residues.</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="INDICATOR">
                                  <xsd:complexType mixed="false">
                                    <xsd:sequence>
                                      <xsd:element minOccurs="0" name="INDICATOR" type="i5:phrasegroup_A03">
                                        <xsd:annotation>
                                          <xsd:documentation xml:lang="en">[Path: EN_BIOACCUMULATION.DEPURATION.INDICATOR]
Indicate whether elimination of test substance or metabolites occurred or not.</xsd:documentation>
                                        </xsd:annotation>
                                      </xsd:element>
                                      <xsd:element minOccurs="0" name="INDICATOR.value" type="i5:picklistClearText">
                                        <xsd:annotation>
                                          <xsd:documentation xml:lang="en" />
                                        </xsd:annotation>
                                      </xsd:element>
                                    </xsd:sequence>
                                  </xsd:complexType>
                                </xsd:element>
                                <xsd:element minOccurs="0" name="PHRASEOTHER_ENDPOINT">
                                  <xsd:complexType mixed="false">
                                    <xsd:sequence>
                                      <xsd:element minOccurs="0" name="ENDPOINT" type="i5:phrasegroup_F123">
                                        <xsd:annotation>
                                          <xsd:documentation xml:lang="en">[Path: EN_BIOACCUMULATION.DEPURATION.ENDPOINT]
Indicate to which endpoint type the effect concentration refers, , e.g. DT50.</xsd:documentation>
                                        </xsd:annotation>
                                      </xsd:element>
                                      <xsd:element minOccurs="0" name="ENDPOINT.value" type="i5:picklistClearText">
                                        <xsd:annotation>
                                          <xsd:documentation xml:lang="en" />
                                        </xsd:annotation>
                                      </xsd:element>
                                      <xsd:element minOccurs="0" name="ENDPOINT_TXT" nillable="true" type="i5:string255">
                                        <xsd:annotation>
                                          <xsd:documentation xml:lang="en">[Path: EN_BIOACCUMULATION.DEPURATION.ENDPOINT_TXT]</xsd:documentation>
                                        </xsd:annotation>
                                      </xsd:element>
                                    </xsd:sequence>
                                  </xsd:complexType>
                                </xsd:element>
                                <xsd:element minOccurs="0" name="VALUEUNIT_TIME_VALUE">
                                  <xsd:complexType mixed="false">
                                    <xsd:sequence>
                                      <xsd:element minOccurs="0" name="TIME_VALUE" nillable="true">
                                        <xsd:annotation>
                                          <xsd:documentation xml:lang="en">[Path: EN_BIOACCUMULATION.DEPURATION.TIME_VALUE]
Enter numeric value.</xsd:documentation>
                                        </xsd:annotation>
                                        <xsd:simpleType>
                                          <xsd:union>
                                            <xsd:simpleType>
                                              <xsd:restriction base="i5:number_19_9" />
                                            </xsd:simpleType>
                                            <xsd:simpleType>
                                              <xsd:restriction base="xsd:string">
                                                <xsd:maxLength value="0" />
                                              </xsd:restriction>
                                            </xsd:simpleType>
                                          </xsd:union>
                                        </xsd:simpleType>
                                      </xsd:element>
                                      <xsd:element minOccurs="0" name="TIME_UNIT" type="i5:phrasegroup_E04">
                                        <xsd:annotation>
                                          <xsd:documentation xml:lang="en">[Path: EN_BIOACCUMULATION.DEPURATION.TIME_UNIT]
Select from drop-down list.</xsd:documentation>
                                        </xsd:annotation>
                                      </xsd:element>
                                      <xsd:element minOccurs="0" name="TIME_UNIT.value" type="i5:picklistClearText">
                                        <xsd:annotation>
                                          <xsd:documentation xml:lang="en" />
                                        </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="KINETIC_PARAMETERS">
                      <xsd:annotation>
                        <xsd:documentation xml:lang="en">[Path: EN_BIOACCUMULATION.KINETIC_PARAMETERS]
Give values (including 95 % confidence limits and standard deviations) for the uptake and depuration rate constants (all expressed in relation to whole body, total lipid content or specific tissues of the test organisms); give relevant details on computation/data analysis.</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: EN_BIOACCUMULATION.KINETIC_PARAMETERS.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="METABOLITES">
                      <xsd:annotation>
                        <xsd:documentation xml:lang="en">[Path: EN_BIOACCUMULATION.METABOLITES]
If identified, include table(s) in the rich text field "Any other information on results incl. tables" with data on any metabolites of the test substance accumulated in test organisms (total) and specific tissues thereof (e.g. lipid) (at least those, accounting for &gt; 10 % of residues). Upload predefined table(s) if any or adapt table(s) from study report. Use table numbers in the sequence in which you refer to them in the Remarks text (e.g. "... see Table 1").</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: EN_BIOACCUMULATION.METABOLITES.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="RS_REF_SUBSTANCE">
                      <xsd:annotation>
                        <xsd:documentation xml:lang="en">[Path: EN_BIOACCUMULATION.RS_REF_SUBSTANCE]
If reference substance(s) was/were tested, indicate whether the results with it/them are valid.</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: EN_BIOACCUMULATION.RS_REF_SUBSTANCE.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 maxOccurs="1" minOccurs="0" name="RESULTS_DETAILS">
                      <xsd:annotation>
                        <xsd:documentation xml:lang="en">[Path: EN_BIOACCUMULATION.RESULTS_DETAILS]
Report any other relevant results using freetext template as appropriate. Indicate any results related to the chemical properties of the test material. Compare the results for the test substance with that for the reference substance.</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: EN_BIOACCUMULATION.RESULTS_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="STATISTICS">
                      <xsd:annotation>
                        <xsd:documentation xml:lang="en">[Path: EN_BIOACCUMULATION.STATISTICS]
Indicate the parameters analysed, the statistical method used and the statistical test performed.</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: EN_BIOACCUMULATION.STATISTICS.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 maxOccurs="1" minOccurs="0" name="REM_RS">
                      <xsd:annotation>
                        <xsd:documentation xml:lang="en">[Path: EN_BIOACCUMULATION.REM_RS]
In this field, you can enter any other remarks on results. 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: Both the "Materials and methods" section 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: EN_BIOACCUMULATION.REM_RS.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 nillable="true" minOccurs="0" name="GEN_OVERALL_HD">
                      <xsd:annotation>
                        <xsd:documentation xml:lang="en">[Path: EN_BIOACCUMULATION.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: EN_BIOACCUMULATION.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: EN_BIOACCUMULATION.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: EN_BIOACCUMULATION.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: EN_BIOACCUMULATION.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: EN_BIOACCUMULATION.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: EN_BIOACCUMULATION.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: EN_BIOACCUMULATION.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: EN_BIOACCUMULATION.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: EN_BIOACCUMULATION.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: EN_BIOACCUMULATION.GEN_APPL_SUM_HD]</xsd:documentation>
                      </xsd:annotation>
                    </xsd:element>
                    <xsd:element maxOccurs="1" minOccurs="0" name="VALIDITY_CRIT_SUBM">
                      <xsd:annotation>
                        <xsd:documentation xml:lang="en">[Path: EN_BIOACCUMULATION.VALIDITY_CRIT_SUBM]
Indicate whether validity criteria given by test guideline have been fulfilled or not. Use supplementary remarks field for indicating the criteria and entering remarks. Clearly indicate if the criteria used are not consistent with those given by the test guideline. If so, give justification in field "Rationale for reliability incl. deficiences" as to why this study summary is considered reliable.</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_FIX">
                                  <xsd:complexType mixed="false">
                                    <xsd:sequence>
                                      <xsd:element minOccurs="0" name="LIST_SEL_FIX" type="i5:phrasegroup_F102">
                                        <xsd:annotation>
                                          <xsd:documentation xml:lang="en">[Path: EN_BIOACCUMULATION.VALIDITY_CRIT_SUBM.LIST_SEL_FIX]</xsd:documentation>
                                        </xsd:annotation>
                                      </xsd:element>
                                      <xsd:element minOccurs="0" name="LIST_SEL_FIX.value" type="i5:picklistClearText">
                                        <xsd:annotation>
                                          <xsd:documentation xml:lang="en" />
                                        </xsd:annotation>
                                      </xsd:element>
                                      <xsd:element minOccurs="0" name="LIST_SEL_FIX_TXT" nillable="true" type="i5:string255">
                                        <xsd:annotation>
                                          <xsd:documentation xml:lang="en">[Path: EN_BIOACCUMULATION.VALIDITY_CRIT_SUBM.LIST_SEL_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="APPL_CL">
                      <xsd:annotation>
                        <xsd:documentation xml:lang="en">[Path: EN_BIOACCUMULATION.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: EN_BIOACCUMULATION.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: EN_BIOACCUMULATION.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: EN_BIOACCUMULATION.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: EN_BIOACCUMULATION.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: EN_BIOACCUMULATION.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>

