<xs:complexType name="search-report-informationType">
<xs:sequence>
<xs:element name="srep-request-date" type="exch:ICE-date-type" minOccurs="0"/>
<xs:element name="application-reference" type="exch:application-referenceType" minOccurs="0"/>
<xs:element name="srep-request-withdrawn" type="xs:string" minOccurs="0"/>
<xs:element name="sis-receipt-of-translation" type="exch:ICE-date-type" minOccurs="0"/>
<xs:element name="date-search-completed" type="exch:date-search-completedType" minOccurs="0"/>
<xs:element name="date-search-report-mailed" type="exch:date-search-report-mailedType" minOccurs="0"/>
<xs:element name="correction-mailing-date" type="exch:ICE-date-type" minOccurs="0"/>
<xs:element name="place-of-search" type="exch:place-of-searchType" minOccurs="0"/>
<xs:element name="search-report-publication" type="exch:search-report-publicationType" minOccurs="0"/>
<xs:element name="searcher" type="exch:searcherType" minOccurs="0"/>
</xs:sequence>
<xs:attribute name="id" type="xs:string"/>
<xs:attribute name="office" type="xs:string"/>
<xs:attribute name="search-type">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="international-type"/>
<xs:enumeration value="isr"/>
<xs:enumeration value="sisr"/>
<xs:enumeration value="national"/>
<xs:enumeration value="national-supplementary"/>
<xs:enumeration value="other"/>
<xs:enumeration value="undefined"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="incomplete-search">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="Y"/>
<xs:enumeration value="N"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="declaration-of-no-search">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="Y"/>
<xs:enumeration value="N"/>
<xs:enumeration value="not-determined"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="status" type="xs:string"/>
</xs:complexType> |