<?xml version="1.0" encoding="UTF-8"?>
<xsd:schema attributeFormDefault="unqualified"
    elementFormDefault="qualified"
    targetNamespace="http://echa.europa.eu/schemas/iuclid5/20070330"
    version="2007-03-19 15:13:29 +0100"
    xmlns:aug="http://www.ecb.jrc.it/ecb-net/augmenting"
    xmlns:i5="http://echa.europa.eu/schemas/iuclid5/20070330" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
    <xsd:include schemaLocation="xsd/phrases.xsd"/>
    <xsd:simpleType name="string256000">
        <xsd:restriction base="xsd:string">
            <xsd:maxLength value="256000"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="string32768">
        <xsd:restriction base="xsd:string">
            <xsd:maxLength value="32768"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="string2000">
        <xsd:restriction base="xsd:string">
            <xsd:maxLength value="2000"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="string255">
        <xsd:restriction base="xsd:string">
            <xsd:maxLength value="255"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="uuidType">
        <xsd:restriction base="xsd:string">
            <xsd:maxLength fixed="false" value="42"/>
            <xsd:pattern value="\w*(\-[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*(\-[0-9a-f]+){5}/0"/>
            <xsd:pattern value="\w*(\-[0-9a-f]+){5}/\w*(\-[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:totalDigits value="4"/>
            <xsd:fractionDigits value="0"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="number_13_6">
        <xsd:restriction base="xsd:decimal">
            <xsd:totalDigits value="13"/>
            <xsd:fractionDigits value="6"/>
        </xsd:restriction>
    </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 <code>queryLastModified()</code> 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" name="comment"
                                    nillable="true" 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"
                                    name="modificationBy"
                                    nillable="true" 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 name="date"
                                    type="i5:datetimeType" use="required">
                                    <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:sequence>
                            <xsd:element minOccurs="0"
                                name="ownershipFingerprint" type="i5:escapedStringUserType">
                                <xsd:annotation>
                                    <xsd:documentation xml:lang="en">
Document ownership code. The document ownership code is a calculated
code, e. g. from author's company, plus department or any arbitrary tag.
The document ownership field is just an encoded string to prevent
additional joins from persistence point of view. <p>
                                    <b>Note:</b> If the
document ownership is empty, no ownership is claimed and the current user
can open/alter the current document in any way. There would also be need
for an additional access control operation: "take ownership".</p>
                                    </xsd:documentation>
                                </xsd:annotation>
                            </xsd:element>
                        </xsd:sequence>
                        <xsd:attribute name="fractionalDocument" type="xsd:boolean">
                            <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 <tt>true</tt>. 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 name="sealed" type="xsd:boolean">
                            <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 <b>sealed</b>.
                                    </xsd:documentation>
                            </xsd:annotation>
                        </xsd:attribute>
                        <xsd:attribute name="copyProtection" type="xsd:boolean">
                            <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 minOccurs="1" name="name" 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. <p>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.</p>
                                    </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 <tt>DocumentReference</tt>.
                            </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 <u>not</u>
member of the primary key. Only at dossier creation time, the content of
the field is encoded into <tt>timeStamp</tt> thus virtually creating a
snapshot copy of the original object.
                            </xsd:documentation>
                            </xsd:annotation>
                        </xsd:attribute>
                        <xsd:attribute name="type" type="i5:documentTypeType">
                            <xsd:annotation>
                                <xsd:documentation xml:lang="en">
Type of the target document, accelerates reference resolving. If absent,
the resolver will have to look up all 'root element' tables.
                            </xsd:documentation>
                            </xsd:annotation>
                        </xsd:attribute>
                        <xsd:attribute name="uniqueKey"
                            type="i5:documentReferencePKType" use="required">
                            <xsd:annotation>
                                <xsd:documentation xml:lang="en">
Unique identifier of the target document
<p>
                                    <b>Note:</b>
                                    <u>primary key</u> composition. Yet this does not belong
to the primary key of the current class since there may be any number of
<tt>DocumentReference</tt> objects pointing to the same document
effectively.
</p>
                                </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. <p>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.</p>
                                    </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 <tt>DocumentReference</tt>.
                            </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
<u>not</u> reliable, it may be <code>null</code> although the
referenced document carries an 'endpoint kind' of course. Yet not all
code might be changed to properly support this. <p>
Also, IUC-468 (sorting) assumes that the 'endpointKind' of the referenced
FlexibleEndpoint will <u>never</u> change.</p>
                                    </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 <u>not</u>
member of the primary key. Only at dossier creation time, the content of
the field is encoded into <tt>timeStamp</tt> thus virtually creating a
snapshot copy of the original object.
                            </xsd:documentation>
                            </xsd:annotation>
                        </xsd:attribute>
                        <xsd:attribute name="type" type="i5:documentTypeType">
                            <xsd:annotation>
                                <xsd:documentation xml:lang="en">
Type of the target document, accelerates reference resolving. If absent,
the resolver will have to look up all 'root element' tables.
                            </xsd:documentation>
                            </xsd:annotation>
                        </xsd:attribute>
                        <xsd:attribute name="uniqueKey"
                            type="i5:documentReferencePKType" use="required">
                            <xsd:annotation>
                                <xsd:documentation xml:lang="en">
Unique identifier of the target document
<p>
                                    <b>Note:</b>
                                    <u>primary key</u> composition. Yet this does not belong
to the primary key of the current class since there may be any number of
<tt>DocumentReference</tt> objects pointing to the same document
effectively.
</p>
                                </xsd:documentation>
                            </xsd:annotation>
                        </xsd:attribute>
                        <xsd:attribute name="targetType" type="xsd:long">
                            <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 minOccurs="0" name="dataProtection">
                    <xsd:complexType mixed="false">
                        <xsd:sequence>
                            <xsd:element minOccurs="0" name="confidentiality">
                                <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 minOccurs="0"
                                name="justification" type="i5:escapedStringUserType">
                                <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 minOccurs="0" name="regulatoryPurposes">
                                <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"
                                    name="otherValue"
                                    nillable="true" 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 minOccurs="0" name="purposeFlag">
                    <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 minOccurs="0" name="dataWaiving">
                    <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 minOccurs="0"
                    name="dataWaivingJustification" type="i5:string32768">
                    <xsd:annotation>
                        <xsd:documentation xml:lang="en">
      the justification for the data waiving
     </xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
                <xsd:element minOccurs="0" name="studyResultType">
                    <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" name="otherValue"
                                nillable="true" type="i5:picklistClearText"/>
                        </xsd:sequence>
                        <xsd:attribute name="valueID" type="i5:phrasegroup_Z05"/>
                    </xsd:complexType>
                </xsd:element>
                <xsd:element minOccurs="0" name="studyPeriod" type="i5:escapedStringUserType">
                    <xsd:annotation>
                        <xsd:documentation xml:lang="en">
      the study period
     </xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
                <xsd:element minOccurs="0" name="reliability">
                    <xsd:annotation>
                        <xsd:documentation xml:lang="en">
      the reliablility
     </xsd:documentation>
                    </xsd:annotation>
                    <xsd:complexType mixed="false">
                        <xsd:sequence>
                            <xsd:element minOccurs="0" name="otherValue"
                                nillable="true" type="i5:picklistClearText"/>
                        </xsd:sequence>
                        <xsd:attribute name="valueID" type="i5:phrasegroup_A36"/>
                    </xsd:complexType>
                </xsd:element>
                <xsd:element minOccurs="0" name="rationalReliability" 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="TO_REPEATED_ORAL">
                                <xsd:complexType mixed="false">
                                    <xsd:all>
                                    <xsd:element minOccurs="0"
                                    name="GEN_DATA_SOURCE_HD" nillable="true">
                                    <xsd:annotation>
                                    <xsd:documentation xml:lang="en">
            [Path: TO_REPEATED_ORAL.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: TO_REPEATED_ORAL.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: TO_REPEATED_ORAL.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: TO_REPEATED_ORAL.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: TO_REPEATED_ORAL.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: TO_REPEATED_ORAL.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: TO_REPEATED_ORAL.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: TO_REPEATED_ORAL.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: TO_REPEATED_ORAL.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: TO_REPEATED_ORAL.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: TO_REPEATED_ORAL.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: TO_REPEATED_ORAL.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: TO_REPEATED_ORAL.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: TO_REPEATED_ORAL.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: TO_REPEATED_ORAL.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: TO_REPEATED_ORAL.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: TO_REPEATED_ORAL.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: TO_REPEATED_ORAL.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: TO_REPEATED_ORAL.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: TO_REPEATED_ORAL.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: TO_REPEATED_ORAL.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 minOccurs="0"
                                    name="GEN_MAT_ME_HD" nillable="true">
                                    <xsd:annotation>
                                    <xsd:documentation xml:lang="en">
            [Path: TO_REPEATED_ORAL.GEN_MAT_ME_HD]
</xsd:documentation>
                                    </xsd:annotation>
                                    </xsd:element>
                                    <xsd:element maxOccurs="1"
                                    minOccurs="0" name="TESTTYPE_TOX">
                                    <xsd:annotation>
                                    <xsd:documentation xml:lang="en">
            [Path: TO_REPEATED_ORAL.TESTTYPE_TOX]
Select appropriate test type. Note: This field may be redundant with the information given in field "Guideline", but is considered useful for searching reasons.</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_C07">
                                    <xsd:annotation>

                                    <xsd:documentation xml:lang="en">
            [Path: TO_REPEATED_ORAL.TESTTYPE_TOX.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: TO_REPEATED_ORAL.TESTTYPE_TOX.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="LIMIT_TEST">
                                    <xsd:annotation>
                                    <xsd:documentation xml:lang="en">
            [Path: TO_REPEATED_ORAL.LIMIT_TEST]
Indicate if the experiment was a limit test.</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_RIGHT_SEL">

                                    <xsd:complexType mixed="false">
                                    <xsd:sequence>

                                    <xsd:element
                                    minOccurs="0"
                                    name="LIST_RIGHT_SEL" type="i5:phrasegroup_Z38">
                                    <xsd:annotation>

                                    <xsd:documentation xml:lang="en">
            [Path: TO_REPEATED_ORAL.LIMIT_TEST.LIST_RIGHT_SEL]
</xsd:documentation>
                                    </xsd:annotation>
                                    </xsd:element>

                                    <xsd:element
                                    minOccurs="0"
                                    name="LIST_RIGHT_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="GUIDELINE">
                                    <xsd:annotation>
                                    <xsd:documentation xml:lang="en">
            [Path: TO_REPEATED_ORAL.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: TO_REPEATED_ORAL.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_T26-1">
                                    <xsd:annotation>

                                    <xsd:documentation xml:lang="en">
            [Path: TO_REPEATED_ORAL.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: TO_REPEATED_ORAL.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: TO_REPEATED_ORAL.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: TO_REPEATED_ORAL.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: TO_REPEATED_ORAL.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 "Test 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: TO_REPEATED_ORAL.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: TO_REPEATED_ORAL.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: TO_REPEATED_ORAL.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: TO_REPEATED_ORAL.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 minOccurs="0"
                                    name="TESTMAT_HD" nillable="true">
                                    <xsd:annotation>
                                    <xsd:documentation xml:lang="en">
            [Path: TO_REPEATED_ORAL.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: TO_REPEATED_ORAL.TESTMAT_INDICATOR]
Indicate if the test material used in the study is equivalent to the submission substance identity. If "yes" is selected, the corresponding identity is automatically entered in the subsequent block of fields "Test material identity".
				If "no" is selected, identify the test material in the subsequent block of fields "Test material identity". In this case, also make sure that the information entered in field "Study result type" is consistent, i.e. "read-across from supporting substance (structural analogue or surrogate)".
				NOTE: If a completed record is used for another submission, you may have to update both fields "Study result type" and "Test material equivalent to submission substance identity".</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: TO_REPEATED_ORAL.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: TO_REPEATED_ORAL.TESTMAT]
If the identity of the test material used for this study is not included in this block of fields automatically, indicate the identity for one or more appropriate identifiers, e.g. CAS number, CAS name, IUPAC name. Copy this block of fields as appropriate.
				If another than the submission substance identity was selected erraneously, go back to field "Test material equivalent to submission substance identity" and select  "yes". This will prompt automatic entry of the respective identifiers.</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: TO_REPEATED_ORAL.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: TO_REPEATED_ORAL.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: TO_REPEATED_ORAL.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_DETAILS">
                                    <xsd:annotation>
                                    <xsd:documentation xml:lang="en">
            [Path: TO_REPEATED_ORAL.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: TO_REPEATED_ORAL.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: TO_REPEATED_ORAL.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: TO_REPEATED_ORAL.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 minOccurs="0"
                                    name="ORGANISM_HD" nillable="true">
                                    <xsd:annotation>
                                    <xsd:documentation xml:lang="en">
            [Path: TO_REPEATED_ORAL.ORGANISM_HD]
</xsd:documentation>
                                    </xsd:annotation>
                                    </xsd:element>
                                    <xsd:element maxOccurs="1"
                                    minOccurs="0" name="ORGANISM">
                                    <xsd:annotation>
                                    <xsd:documentation xml:lang="en">
            [Path: TO_REPEATED_ORAL.ORGANISM]
Select name of species from respective sub-picklist, i.e. "Common rodent species" (for rat and mouse), "Common non-rodent species" (for dog if applicable) or "Other species" (for any other).</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_T02-3">
                                    <xsd:annotation>

                                    <xsd:documentation xml:lang="en">
            [Path: TO_REPEATED_ORAL.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: TO_REPEATED_ORAL.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="STRAIN">
                                    <xsd:annotation>
                                    <xsd:documentation xml:lang="en">
            [Path: TO_REPEATED_ORAL.STRAIN]
Select strain as appropriate. If not available from picklist, select "other" and specify.</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_T23-123456">
                                    <xsd:annotation>

                                    <xsd:documentation xml:lang="en">
            [Path: TO_REPEATED_ORAL.STRAIN.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: TO_REPEATED_ORAL.STRAIN.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="SEX">
                                    <xsd:annotation>
                                    <xsd:documentation xml:lang="en">
            [Path: TO_REPEATED_ORAL.SEX]
Select 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="LIST_BELOW_POP">

                                    <xsd:complexType mixed="false">
                                    <xsd:sequence>

                                    <xsd:element
                                    minOccurs="0"
                                    name="LIST_BELOW_POP" type="i5:phrasegroup_T24">
                                    <xsd:annotation>

                                    <xsd:documentation xml:lang="en">
            [Path: TO_REPEATED_ORAL.SEX.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="ORGANISM_DETAILS">
                                    <xsd:annotation>
                                    <xsd:documentation xml:lang="en">
            [Path: TO_REPEATED_ORAL.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.
				Explanations:- Diet: Describe type of diet (e.g. conventional laboratory diet / caloric restriction) and whether it was provided ad libitum. - Water: Describe type (e.g. drinking water) and whether it was provided ad libitum.- IN-LIFE DATES: If required, specify the in-life dates (i.e. the phase of a study following treatment in which the test system is alive/growing).</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: TO_REPEATED_ORAL.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 minOccurs="0"
                                    name="ADMIN_EXP_HD" nillable="true">
                                    <xsd:annotation>
                                    <xsd:documentation xml:lang="en">
            [Path: TO_REPEATED_ORAL.ADMIN_EXP_HD]
</xsd:documentation>
                                    </xsd:annotation>
                                    </xsd:element>
                                    <xsd:element maxOccurs="1"
                                    minOccurs="0" name="ROUTE">
                                    <xsd:annotation>
                                    <xsd:documentation xml:lang="en">
            [Path: TO_REPEATED_ORAL.ROUTE]
Select as appropriate. If not available from picklist, select "other" and specify.</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_T25-1">
                                    <xsd:annotation>

                                    <xsd:documentation xml:lang="en">
            [Path: TO_REPEATED_ORAL.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: TO_REPEATED_ORAL.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="VEHICLE_TOX">
                                    <xsd:annotation>
                                    <xsd:documentation xml:lang="en">
            [Path: TO_REPEATED_ORAL.VEHICLE_TOX]
Select "unchanged (no vehicle)" if none was used or select vehicle used if any. If not available from picklist, select "other" and specify.Note that some of the vehicles provided in this list are used for specific routes of administration only.</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_T48">
                                    <xsd:annotation>

                                    <xsd:documentation xml:lang="en">
            [Path: TO_REPEATED_ORAL.VEHICLE_TOX.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: TO_REPEATED_ORAL.VEHICLE_TOX.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="ORAL_EXP_DETAILS">
                                    <xsd:annotation>
                                    <xsd:documentation xml:lang="en">
            [Path: TO_REPEATED_ORAL.ORAL_EXP_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: TO_REPEATED_ORAL.ORAL_EXP_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_VERIF_DOSE_CONC">
                                    <xsd:annotation>
                                    <xsd:documentation xml:lang="en">
            [Path: TO_REPEATED_ORAL.ANALYT_VERIF_DOSE_CONC]
Indicate whether the doses or concentrations were analytically verified.</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: TO_REPEATED_ORAL.ANALYT_VERIF_DOSE_CONC.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="ANALYT_VERIF_DETAILS">
                                    <xsd:annotation>
                                    <xsd:documentation xml:lang="en">
            [Path: TO_REPEATED_ORAL.ANALYT_VERIF_DETAILS]
For robust study summaries or as requested by the regulatory programme, include a short description on the method of analysis. State whether the analytical data indicated that the variance between nominal and actual dosage (if diet is route of administration) or concentrations (for drinking water study) was acceptable.If diet is the route of administration, briefly record when and at what dose levels the dosage analyses were made and include the results (range of values) of (i) Homogeneity analysis, (ii) Stability analysis and (iii) Concentration analysis.If any problems occurred in any of these procedures, then they should be reported in more detail. If this could have affected the veracity or conclusions of the study, discuss this in field "Rationale for reliability incl. deficiences".
				It may be appropriate to include a cross-reference to another study in which stability analysis was performed and reported. If so, a justification should also be included briefly explaining the rationale of referring to another study.</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: TO_REPEATED_ORAL.ANALYT_VERIF_DETAILS.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="EXP_PERIOD">
                                    <xsd:annotation>
                                    <xsd:documentation xml:lang="en">
            [Path: TO_REPEATED_ORAL.EXP_PERIOD]
Indicate duration in days, weeks or months, e.g. "104 weeks" or "90 days".</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: TO_REPEATED_ORAL.EXP_PERIOD.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="FREQUENCY">
                                    <xsd:annotation>
                                    <xsd:documentation xml:lang="en">
            [Path: TO_REPEATED_ORAL.FREQUENCY]
Indicate the frequency of the administration of doses to the test animals (e.g., "daily, 7 days each week"). Use of non-standard dosing regime (e.g. a five-day per week regime) should be justified.</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: TO_REPEATED_ORAL.FREQUENCY.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="DOSES">
                                    <xsd:annotation>
                                    <xsd:documentation xml:lang="en">
            [Path: TO_REPEATED_ORAL.DOSES]
Indicate the dose or concentration levels applied and the basis of quantity used. Copy this block of fields if the dose/concentration levels were determined on more than one basis of quantity as appropriate.</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="CONCENTRATIONS">

                                    <xsd:complexType mixed="false">
                                    <xsd:sequence>

                                    <xsd:element
                                    minOccurs="0"
                                    name="CONCENTRATIONS"
                                    nillable="true" type="i5:string255">
                                    <xsd:annotation>

                                    <xsd:documentation xml:lang="en">
            [Path: TO_REPEATED_ORAL.DOSES.CONCENTRATIONS]
Indicate the doses or concentrations including unit applied to the test animals, e.g. "0, 112, 220, 523 mg/kg bw/day (m/f)" or "0, 112, 220, 523 mg/kg bw/day (m); 0, 87, 198, 477 mg/kg bw/day (f)". You may enter explanatory text.</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_T100">
                                    <xsd:annotation>

                                    <xsd:documentation xml:lang="en">
            [Path: TO_REPEATED_ORAL.DOSES.BASIS]
Indicate whether the doses or concentrations recorded are based on nominal or actually ingested values.</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: TO_REPEATED_ORAL.DOSES.BASIS_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="NUMBER_ANIMALS">
                                    <xsd:annotation>
                                    <xsd:documentation xml:lang="en">
            [Path: TO_REPEATED_ORAL.NUMBER_ANIMALS]
Enter value or specify according to dose if different number of animals per dose, e.g. "10 in each dose group of main study; 10 f and 5 m in interim sacrifice group". Also specify number of animals in recovery group if applicable.For robust study summaries or as requested by the regulatory programme, also include a detailed table on the animal assignment 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 Remarks text (e.g. "... see Table 1").
				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: TO_REPEATED_ORAL.NUMBER_ANIMALS.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="CONTROL_GROUP">
                                    <xsd:annotation>
                                    <xsd:documentation xml:lang="en">
            [Path: TO_REPEATED_ORAL.CONTROL_GROUP]
Indicate whether and what type of concurrent control groups were used. If not available from picklist, select "other" and specify. Copy field if more than one type of control was used.</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="PHRASEOTHER_LIST_POP">

                                    <xsd:complexType mixed="false">
                                    <xsd:sequence>

                                    <xsd:element
                                    minOccurs="0"
                                    name="LIST_POP" type="i5:phrasegroup_T27">
                                    <xsd:annotation>

                                    <xsd:documentation xml:lang="en">
            [Path: TO_REPEATED_ORAL.CONTROL_GROUP.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: TO_REPEATED_ORAL.CONTROL_GROUP.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="STUDY_DESIGN_DETAILS">
                                    <xsd:annotation>
                                    <xsd:documentation xml:lang="en">
            [Path: TO_REPEATED_ORAL.STUDY_DESIGN_DETAILS]
Include any details on the study design including a brief description of the rationale for dose selection, animal assignment and selection of satellite groups including the duration of the post-exposure recovery period. As appropriate state study type(s) and briefly describe the results from range-finding or other studies used as basis for dose selection. More comprehensive details may be attached.
				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: TO_REPEATED_ORAL.STUDY_DESIGN_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="POS_CONTROL">
                                    <xsd:annotation>
                                    <xsd:documentation xml:lang="en">
            [Path: TO_REPEATED_ORAL.POS_CONTROL]
Indicate if a positive control was used and if necessary indicate purity, Lot/batch No.</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: TO_REPEATED_ORAL.POS_CONTROL.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 minOccurs="0"
                                    name="EXAMINATIONS_HD" nillable="true">
                                    <xsd:annotation>
                                    <xsd:documentation xml:lang="en">
            [Path: TO_REPEATED_ORAL.EXAMINATIONS_HD]
</xsd:documentation>
                                    </xsd:annotation>
                                    </xsd:element>
                                    <xsd:element maxOccurs="1"
                                    minOccurs="0" name="CLIN_EXAM_PERFORMED">
                                    <xsd:annotation>
                                    <xsd:documentation xml:lang="en">
            [Path: TO_REPEATED_ORAL.CLIN_EXAM_PERFORMED]
Indicate if and which examinations were performed and the time schedule for those examinations. Also indicate the dose groups that were examined if not all. As appropriate include detailed 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 Remarks text (e.g. "... see Table 1").
				If other observations (e.g. neurotoxicity, immunotoxicity) are reported in another study summary, include a note in field "Cross-reference to same study" and refer to that summary.
				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: TO_REPEATED_ORAL.CLIN_EXAM_PERFORMED.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="PATHOLOGY">
                                    <xsd:annotation>
                                    <xsd:documentation xml:lang="en">
            [Path: TO_REPEATED_ORAL.PATHOLOGY]
Indicate if and which examinations were performed. Also indicate the dose groups that were examined if not all. Note if not all collected tissues were examined. As appropriate include detailed 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 Remarks text (e.g. "... see Table 1").
				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: TO_REPEATED_ORAL.PATHOLOGY.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="OTHER_EXAM">
                                    <xsd:annotation>
                                    <xsd:documentation xml:lang="en">
            [Path: TO_REPEATED_ORAL.OTHER_EXAM]
Describe any other examinations.</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: TO_REPEATED_ORAL.OTHER_EXAM.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="STATISTICS">
                                    <xsd:annotation>
                                    <xsd:documentation xml:lang="en">
            [Path: TO_REPEATED_ORAL.STATISTICS]
List parameters that were analysed and the statistical methods used; include a statement that the Reviewer considers the analyses used to be appropriate. If inappropriate, provide alternative/rationale.</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: TO_REPEATED_ORAL.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_ME_TC">
                                    <xsd:annotation>
                                    <xsd:documentation xml:lang="en">
            [Path: TO_REPEATED_ORAL.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: TO_REPEATED_ORAL.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 minOccurs="0"
                                    name="GEN_RESULTS_HD" nillable="true">
                                    <xsd:annotation>
                                    <xsd:documentation xml:lang="en">
            [Path: TO_REPEATED_ORAL.GEN_RESULTS_HD]
</xsd:documentation>
                                    </xsd:annotation>
                                    </xsd:element>
                                    <xsd:element maxOccurs="1"
                                    minOccurs="0" name="EFFLEVEL">
                                    <xsd:annotation>
                                    <xsd:documentation xml:lang="en">
            [Path: TO_REPEATED_ORAL.EFFLEVEL]
Record the available NO(A)EL(s) and/or LO(A)EL(s).Copy this block of fields for entering different effect levels, based on different endpoints and/or separated for each sex.</xsd:documentation>
                                    </xsd:annotation>
                                    <xsd:complexType mixed="false">
                                    <xsd:sequence>
                                    <xsd:element
                                    maxOccurs="20"
                                    minOccurs="0" name="set">
                                    <xsd:complexType mixed="false">
                                    <xsd:sequence>

                                    <xsd:element
                                    minOccurs="0" name="PHRASEOTHER_ENDPOINT">

                                    <xsd:complexType mixed="false">
                                    <xsd:sequence>

                                    <xsd:element
                                    minOccurs="0"
                                    name="ENDPOINT" type="i5:phrasegroup_T156">
                                    <xsd:annotation>

                                    <xsd:documentation xml:lang="en">
            [Path: TO_REPEATED_ORAL.EFFLEVEL.ENDPOINT]
Select type of endpoint, normally NOAEL or LOAEL. If adverse effects were observed at the highest dose tested, select "no NOAEL identified". If a benchmark dose / concentration was calculated, select appropriate BMD indicator (e.g. "BMD05" or "BMD:" and specify in the related text field). If the critical effects at a specific dose or concentration level are reported only, select "dose. level:" or "conc. level:" and specify.</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: TO_REPEATED_ORAL.EFFLEVEL.ENDPOINT_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: TO_REPEATED_ORAL.EFFLEVEL.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: TO_REPEATED_ORAL.EFFLEVEL.LOVALUE]
</xsd:documentation>
                                    </xsd:annotation>
                                    <xsd:simpleType>
                                    <xsd:union>
                                    <xsd:simpleType>

                                    <xsd:restriction base="i5:number_13_6"/>
                                    </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: TO_REPEATED_ORAL.EFFLEVEL.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: TO_REPEATED_ORAL.EFFLEVEL.UPVALUE]
</xsd:documentation>
                                    </xsd:annotation>
                                    <xsd:simpleType>
                                    <xsd:union>
                                    <xsd:simpleType>

                                    <xsd:restriction base="i5:number_13_6"/>
                                    </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_T28-1">
                                    <xsd:annotation>

                                    <xsd:documentation xml:lang="en">
            [Path: TO_REPEATED_ORAL.EFFLEVEL.UNIT]
Select unit of dose or concentration as appropriate.</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: TO_REPEATED_ORAL.EFFLEVEL.UNIT_TXT]
</xsd:documentation>
                                    </xsd:annotation>
                                    </xsd:element>
                                    </xsd:sequence>
                                    </xsd:complexType>
                                    </xsd:element>

                                    <xsd:element
                                    minOccurs="0" name="SEX">

                                    <xsd:complexType mixed="false">
                                    <xsd:sequence>

                                    <xsd:element
                                    minOccurs="0"
                                    name="SEX" type="i5:phrasegroup_T24">
                                    <xsd:annotation>

                                    <xsd:documentation xml:lang="en">
            [Path: TO_REPEATED_ORAL.EFFLEVEL.SEX]
Select from drop-down list.</xsd:documentation>
                                    </xsd:annotation>
                                    </xsd:element>

                                    <xsd:element
                                    minOccurs="0"
                                    name="SEX.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="BASIS">

                                    <xsd:complexType mixed="false">
                                    <xsd:sequence>

                                    <xsd:element
                                    minOccurs="0"
                                    name="BASIS"
                                    nillable="true" type="i5:string32768">
                                    <xsd:annotation>

                                    <xsd:documentation xml:lang="en">
            [Path: TO_REPEATED_ORAL.EFFLEVEL.BASIS]
Indicate the parameter(s) used to establish the given effect level. If necessary, give further details, e.g. "histopathology: liver enlargment". Delete any elements in the predefined freetext that do not apply.This subfield can also be used to enter any other explanations, e.g. for indicating that the effect level provided was derived by the notifier or for indicating "NOAEL = highest dose tested" if applicable.</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 minOccurs="0"
                                    name="OBSERV_HD" nillable="true">
                                    <xsd:annotation>
                                    <xsd:documentation xml:lang="en">
            [Path: TO_REPEATED_ORAL.OBSERV_HD]
</xsd:documentation>
                                    </xsd:annotation>
                                    </xsd:element>
                                    <xsd:element maxOccurs="1"
                                    minOccurs="0" name="OBSERV_CLIN_SIGNS">
                                    <xsd:annotation>
                                    <xsd:documentation xml:lang="en">
            [Path: TO_REPEATED_ORAL.OBSERV_CLIN_SIGNS]
Indicate whether any treatment-related effects were observed. In below field "Details on results", describe the effects by dose (if "yes") or provide any further explanation (if "no effects"), e.g. stating that effects were observed, but considered negligible.Select "not examined" or "no data" as 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="LIST_BELOW_SEL">

                                    <xsd:complexType mixed="false">
                                    <xsd:sequence>

                                    <xsd:element
                                    minOccurs="0"
                                    name="LIST_BELOW_SEL" type="i5:phrasegroup_T102">
                                    <xsd:annotation>

                                    <xsd:documentation xml:lang="en">
            [Path: TO_REPEATED_ORAL.OBSERV_CLIN_SIGNS.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="OBSERV_BODYWEIGHT">
                                    <xsd:annotation>
                                    <xsd:documentation xml:lang="en">
            [Path: TO_REPEATED_ORAL.OBSERV_BODYWEIGHT]
Indicate whether any treatment-related effects were observed. In below field "Details on results", describe the effects by dose (if "yes") or provide any further explanation (if "no effects"), e.g. stating that effects were observed, but considered negligible.Select "not examined" or "no data" as 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="LIST_BELOW_SEL">

                                    <xsd:complexType mixed="false">
                                    <xsd:sequence>

                                    <xsd:element
                                    minOccurs="0"
                                    name="LIST_BELOW_SEL" type="i5:phrasegroup_T102">
                                    <xsd:annotation>

                                    <xsd:documentation xml:lang="en">
            [Path: TO_REPEATED_ORAL.OBSERV_BODYWEIGHT.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="OBSERV_FOOD_CONSUM">
                                    <xsd:annotation>
                                    <xsd:documentation xml:lang="en">
            [Path: TO_REPEATED_ORAL.OBSERV_FOOD_CONSUM]
Indicate whether any treatment-related effects were observed. In below field "Details on results", describe the effects by dose (if "yes") or provide any further explanation (if "no effects"), e.g. stating that effects were observed, but considered negligible.Select "not examined" or "no data" as 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="LIST_BELOW_SEL">

                                    <xsd:complexType mixed="false">
                                    <xsd:sequence>

                                    <xsd:element
                                    minOccurs="0"
                                    name="LIST_BELOW_SEL" type="i5:phrasegroup_T102">
                                    <xsd:annotation>

                                    <xsd:documentation xml:lang="en">
            [Path: TO_REPEATED_ORAL.OBSERV_FOOD_CONSUM.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="OBSERV_FOOD_EFFICIENCY">
                                    <xsd:annotation>
                                    <xsd:documentation xml:lang="en">
            [Path: TO_REPEATED_ORAL.OBSERV_FOOD_EFFICIENCY]
Indicate whether any treatment-related effects were observed. In below field "Details on results", describe the effects by dose (if "yes") or provide any further explanation (if "no effects"), e.g. stating that effects were observed, but considered negligible.Select "not examined" or "no data" as 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="LIST_BELOW_SEL">

                                    <xsd:complexType mixed="false">
                                    <xsd:sequence>

                                    <xsd:element
                                    minOccurs="0"
                                    name="LIST_BELOW_SEL" type="i5:phrasegroup_T102">
                                    <xsd:annotation>

                                    <xsd:documentation xml:lang="en">
            [Path: TO_REPEATED_ORAL.OBSERV_FOOD_EFFICIENCY.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="OBSERV_WATER_CONSUM">
                                    <xsd:annotation>
                                    <xsd:documentation xml:lang="en">
            [Path: TO_REPEATED_ORAL.OBSERV_WATER_CONSUM]
Indicate whether any treatment-related effects were observed. In below field "Details on results", describe the effects by dose (if "yes") or provide any further explanation (if "no effects"), e.g. stating that effects were observed, but considered negligible.Select "not examined" or "no data" as applicable.
				Water consumption may not be specifically requested under the respective test guideline, unless the substance was administered in the drinking 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_SEL">

                                    <xsd:complexType mixed="false">
                                    <xsd:sequence>

                                    <xsd:element
                                    minOccurs="0"
                                    name="LIST_BELOW_SEL" type="i5:phrasegroup_T102">
                                    <xsd:annotation>

                                    <xsd:documentation xml:lang="en">
            [Path: TO_REPEATED_ORAL.OBSERV_WATER_CONSUM.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="OBSERV_OPHTHALM">
                                    <xsd:annotation>
                                    <xsd:documentation xml:lang="en">
            [Path: TO_REPEATED_ORAL.OBSERV_OPHTHALM]
Indicate whether any treatment-related effects were observed. In below field "Details on results", describe the effects by dose (if "yes") or provide any further explanation (if "no effects"), e.g. stating that effects were observed, but considered negligible.Select "not examined" or "no data" as 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="LIST_BELOW_SEL">

                                    <xsd:complexType mixed="false">
                                    <xsd:sequence>

                                    <xsd:element
                                    minOccurs="0"
                                    name="LIST_BELOW_SEL" type="i5:phrasegroup_T102">
                                    <xsd:annotation>

                                    <xsd:documentation xml:lang="en">
            [Path: TO_REPEATED_ORAL.OBSERV_OPHTHALM.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="OBSERV_HAEMATOL">
                                    <xsd:annotation>
                                    <xsd:documentation xml:lang="en">
            [Path: TO_REPEATED_ORAL.OBSERV_HAEMATOL]
Indicate whether any treatment-related effects were observed. In below field "Details on results", describe the effects by dose (if "yes") or provide any further explanation (if "no effects"), e.g. stating that effects were observed, but considered negligible.Select "not examined" or "no data" as 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="LIST_BELOW_SEL">

                                    <xsd:complexType mixed="false">
                                    <xsd:sequence>

                                    <xsd:element
                                    minOccurs="0"
                                    name="LIST_BELOW_SEL" type="i5:phrasegroup_T102">
                                    <xsd:annotation>

                                    <xsd:documentation xml:lang="en">
            [Path: TO_REPEATED_ORAL.OBSERV_HAEMATOL.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="OBSERV_CLIN_CHEM">
                                    <xsd:annotation>
                                    <xsd:documentation xml:lang="en">
            [Path: TO_REPEATED_ORAL.OBSERV_CLIN_CHEM]
Indicate whether any treatment-related effects were observed. In below field "Details on results", describe the effects by dose (if "yes") or provide any further explanation (if "no effects"), e.g. stating that effects were observed, but considered negligible.Select "not examined" or "no data" as 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="LIST_BELOW_SEL">

                                    <xsd:complexType mixed="false">
                                    <xsd:sequence>

                                    <xsd:element
                                    minOccurs="0"
                                    name="LIST_BELOW_SEL" type="i5:phrasegroup_T102">
                                    <xsd:annotation>

                                    <xsd:documentation xml:lang="en">
            [Path: TO_REPEATED_ORAL.OBSERV_CLIN_CHEM.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="OBSERV_URIN">
                                    <xsd:annotation>
                                    <xsd:documentation xml:lang="en">
            [Path: TO_REPEATED_ORAL.OBSERV_URIN]
Indicate whether any treatment-related effects were observed. In below field "Details on results", describe the effects by dose (if "yes") or provide any further explanation (if "no effects"), e.g. stating that effects were observed, but considered negligible.Select "not examined" or "no data" as 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="LIST_BELOW_SEL">

                                    <xsd:complexType mixed="false">
                                    <xsd:sequence>

                                    <xsd:element
                                    minOccurs="0"
                                    name="LIST_BELOW_SEL" type="i5:phrasegroup_T102">
                                    <xsd:annotation>

                                    <xsd:documentation xml:lang="en">
            [Path: TO_REPEATED_ORAL.OBSERV_URIN.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="OBSERV_NEUROBEHAVIOUR">
                                    <xsd:annotation>
                                    <xsd:documentation xml:lang="en">
            [Path: TO_REPEATED_ORAL.OBSERV_NEUROBEHAVIOUR]
Indicate whether any treatment-related effects were observed. In below field "Details on results", describe the effects by dose (if "yes") or provide any further explanation (if "no effects"), e.g. stating that effects were observed, but considered negligible.Select "not examined" or "no data" as applicable.
				It may be appropriate to record the data on neurobehavioural effects in the chapter on Neurotoxicity. If so, refer to that study in field "Cross-reference to same study".</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_T102">
                                    <xsd:annotation>

                                    <xsd:documentation xml:lang="en">
            [Path: TO_REPEATED_ORAL.OBSERV_NEUROBEHAVIOUR.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="OBSERV_ORGAN_WEIGHTS">
                                    <xsd:annotation>
                                    <xsd:documentation xml:lang="en">
            [Path: TO_REPEATED_ORAL.OBSERV_ORGAN_WEIGHTS]
Indicate whether any treatment-related effects were observed. In below field "Details on results", describe the effects by dose (if "yes") or provide any further explanation (if "no effects"), e.g. stating that effects were observed, but considered negligible.Select "not examined" or "no data" as 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="LIST_BELOW_SEL">

                                    <xsd:complexType mixed="false">
                                    <xsd:sequence>

                                    <xsd:element
                                    minOccurs="0"
                                    name="LIST_BELOW_SEL" type="i5:phrasegroup_T102">
                                    <xsd:annotation>

                                    <xsd:documentation xml:lang="en">
            [Path: TO_REPEATED_ORAL.OBSERV_ORGAN_WEIGHTS.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="OBSERV_GRPATHOL">
                                    <xsd:annotation>
                                    <xsd:documentation xml:lang="en">
            [Path: TO_REPEATED_ORAL.OBSERV_GRPATHOL]
Indicate whether any treatment-related effects were observed. In below field "Details on results", describe the effects by dose (if "yes") or provide any further explanation (if "no effects"), e.g. stating that effects were observed, but considered negligible.Select "not examined" or "no data" as 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="LIST_BELOW_SEL">

                                    <xsd:complexType mixed="false">
                                    <xsd:sequence>

                                    <xsd:element
                                    minOccurs="0"
                                    name="LIST_BELOW_SEL" type="i5:phrasegroup_T102">
                                    <xsd:annotation>

                                    <xsd:documentation xml:lang="en">
            [Path: TO_REPEATED_ORAL.OBSERV_GRPATHOL.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="OBSERV_HISTOPATHOL">
                                    <xsd:annotation>
                                    <xsd:documentation xml:lang="en">
            [Path: TO_REPEATED_ORAL.OBSERV_HISTOPATHOL]
Indicate whether any treatment-related effects were observed. In below field "Details on results", describe the effects by dose (if "yes") or provide any further explanation (if "no effects"), e.g. stating that effects were observed, but considered negligible.Select "not examined" or "no data" as 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="LIST_BELOW_SEL">

                                    <xsd:complexType mixed="false">
                                    <xsd:sequence>

                                    <xsd:element
                                    minOccurs="0"
                                    name="LIST_BELOW_SEL" type="i5:phrasegroup_T102">
                                    <xsd:annotation>

                                    <xsd:documentation xml:lang="en">
            [Path: TO_REPEATED_ORAL.OBSERV_HISTOPATHOL.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="OBSERV_HISTOPATHOL_NEOPLASTIC">
                                    <xsd:annotation>
                                    <xsd:documentation xml:lang="en">
            [Path: TO_REPEATED_ORAL.OBSERV_HISTOPATHOL_NEOPLASTIC]
Indicate whether any treatment-related effects were observed. In below field "Details on results", describe the effects by dose (if "yes") or provide any further explanation (if "no effects"), e.g. stating that effects were observed, but considered negligible.Select "not examined" or "no data" as applicable.
				In the case of a combined repeated dose and carcinogenicity study, it may be appropriate to record the data on neoplastic effects in the chapter on Carcinogenicity. If so, include a reference to that record in field "Cross-reference to same study".</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_T102">
                                    <xsd:annotation>

                                    <xsd:documentation xml:lang="en">
            [Path: TO_REPEATED_ORAL.OBSERV_HISTOPATHOL_NEOPLASTIC.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="RESULTS_DETAILS">
                                    <xsd:annotation>
                                    <xsd:documentation xml:lang="en">
            [Path: TO_REPEATED_ORAL.RESULTS_DETAILS]
Describe the effects by dose level for each of the previous fields answered "yes". If answered "no effects", you may provide any further explanations, e.g. stating that effects were observed, but considered negligible and not of biological or statistical significance (to be explained why).
				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.
				Relate treatment-related findings to any histological findings where appropriate. 
				Particularly with comprehensive data, include a table in the rich text field "Any other information on results incl. tables" and refer to respective table no., e.g. "see Table 1" (use predefined table if any). Narrative accompanying such tabular data should address the toxicological significance of the results and not repeat what is presented in the table(s). NOTE: Depending on the regulatory programme some form of a table(s) may be mandatory.
				Explanations:- CLINICAL SIGNS AND MORTALITY: Clinical signs include gross observations for behaviour and appearance ("cage-side observations"). Note when signs were first observed and if they were reversible. For mortalities the cause of death should be indicated.
				- WATER CONSUMPTION AND COMPOUND INTAKE (if drinking water study): Water consumption may not be specifically requested under the respective test guideline, unless the substance was administered in the drinking water.
				- NEUROBEHAVIOUR: It may be appropriate to record the data on neurobehavioural effects in the chapter on Neurotoxicity. If so, refer to that study in field "Cross-reference to same study".
				- HISTOPATHOLOGY: NEOPLASTIC (if applicable): In the case of a combined repeated dose and carcinogenicity study, it may be appropriate to record the data on neoplastic effects in the chapter on Carcinogenicity. If so, include a reference to that record in field "Cross-reference to same study".
				- HISTORICAL CONTROL DATA (if applicable): Provide data and indicate dates study was conducted if useful for the interpretation of the results.Reference such information in the fields for bibliographic references.
				- OTHER FINDINGS: Describe the results of any other examinations or include a cross-reference in field "Cross-reference to same study" to indicate that specific results of the same study are described in another chapter.</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: TO_REPEATED_ORAL.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="REM_RS">
                                    <xsd:annotation>
                                    <xsd:documentation xml:lang="en">
            [Path: TO_REPEATED_ORAL.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: TO_REPEATED_ORAL.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 minOccurs="0"
                                    name="GEN_OVERALL_HD" nillable="true">
                                    <xsd:annotation>
                                    <xsd:documentation xml:lang="en">
            [Path: TO_REPEATED_ORAL.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: TO_REPEATED_ORAL.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: TO_REPEATED_ORAL.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: TO_REPEATED_ORAL.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: TO_REPEATED_ORAL.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
                                    minOccurs="0"
                                    name="DOC" type="xsd:string"/>

                                    <xsd:element
                                    minOccurs="0"
                                    name="DOC.description" type="xsd:string"/>

                                    <xsd:element
                                    minOccurs="0"
                                    name="DOC.mimetype" type="xsd:string"/>
                                    </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: TO_REPEATED_ORAL.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: TO_REPEATED_ORAL.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: TO_REPEATED_ORAL.AD_STUDYREPORT.ATTACHMENT_BELOW]
</xsd:documentation>
                                    </xsd:annotation>

                                    <xsd:complexType mixed="false">
                                    <xsd:sequence>

                                    <xsd:element
                                    minOccurs="0"
                                    name="ATTACHMENT_BELOW" type="xsd:string"/>

                                    <xsd:element
                                    minOccurs="0"
                                    name="ATTACHMENT_BELOW.description" type="xsd:string"/>

                                    <xsd:element
                                    minOccurs="0"
                                    name="ATTACHMENT_BELOW.mimetype" type="xsd:string"/>
                                    </xsd:sequence>
                                    </xsd:complexType>
                                    </xsd:element>
                                    </xsd:sequence>
                                    </xsd:complexType>
                                    </xsd:element>
                                    </xsd:sequence>
                                    </xsd:complexType>
                                    </xsd:element>
                                    <xsd:element minOccurs="0"
                                    name="GEN_APPL_SUM_HD" nillable="true">
                                    <xsd:annotation>
                                    <xsd:documentation xml:lang="en">
            [Path: TO_REPEATED_ORAL.GEN_APPL_SUM_HD]
</xsd:documentation>
                                    </xsd:annotation>
                                    </xsd:element>
                                    <xsd:element maxOccurs="1"
                                    minOccurs="0" name="APPL_CL">
                                    <xsd:annotation>
                                    <xsd:documentation xml:lang="en">
            [Path: TO_REPEATED_ORAL.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: TO_REPEATED_ORAL.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: TO_REPEATED_ORAL.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: TO_REPEATED_ORAL.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: TO_REPEATED_ORAL.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: TO_REPEATED_ORAL.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 name="version" type="i5:datetimeType" use="required">
                <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 name="documentReferencePK"
                type="i5:documentReferencePKType" use="required">
                <xsd:annotation>
                    <xsd:documentation xml:lang="en">
The document reference pointing to the current document
                            </xsd:documentation>
                </xsd:annotation>
            </xsd:attribute>
            <xsd:attribute name="robustStudy" type="xsd:boolean" use="optional">
                <xsd:annotation>
                    <xsd:documentation xml:lang="en">
	  robust study flag
	 </xsd:documentation>
                </xsd:annotation>
            </xsd:attribute>
            <xsd:attribute name="usedForClassification"
                type="xsd:boolean" use="optional">
                <xsd:annotation>
                    <xsd:documentation xml:lang="en">
	  used for classification flag
	 </xsd:documentation>
                </xsd:annotation>
            </xsd:attribute>
            <xsd:attribute name="usedForMSDS" type="xsd:boolean" 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>
