<PatentPublicationSearchRequest xmlns="urn:ige:schema:xsd:datadeliverypatentpublication-1.0.0" xmlns:db="urn:ige:schema:xsd:datadeliverycommon-1.0.0"> <db:Representation details="Default" images="" itemBags="" strictness="Strict" thumbnails="">{0,1}</db:Representation> <db:Page size="">{0,1}</db:Page> <db:Query slice="1/1">{1,1}</db:Query> <db:Sort>{0,1}</db:Sort> </PatentPublicationSearchRequest>
<xs:element name="PatentPublicationSearchRequest" type="PatentPublicationSearchRequestType"/>
<xs:element name="PublicationDateSort" substitutionGroup="db:AbstractSortField"/>
<xs:element name="PublicationTitle" type="db:StringType" substitutionGroup="db:AbstractDefinedFieldsQuery"/>
<xs:element name="PublicationText" type="db:StringType" substitutionGroup="db:AbstractDefinedFieldsQuery"/>
<xs:element name="PublishedRemark" type="db:StringType" substitutionGroup="db:AbstractDefinedFieldsQuery"/>
<xs:element name="ReasonForPublication" type="ReasonForPublicationType" substitutionGroup="db:AbstractDefinedFieldsQuery"/>
<xs:element name="IPRightNumber" type="db:StringType" substitutionGroup="db:AbstractDefinedFieldsQuery"/>
<xs:element name="Owner" type="db:StringType" substitutionGroup="db:AbstractDefinedFieldsQuery"/>
<xs:element name="Representative" type="db:StringType" substitutionGroup="db:AbstractDefinedFieldsQuery"/>
<xs:element name="IPC" type="db:StringType" substitutionGroup="db:AbstractDefinedFieldsQuery"/>
Lower bound of the range ("start"). If missing, no lower bound. Handling of the bound value is controlled with the @includeFrom attribute.
If true the lower bound is included ("greater than or equal") otherwise excluded ("greater than").
If true the upper bound is included ("less than or equal") otherwise excluded ("less than").
Upper bound of the range ("end"). If missing, no upper bound. Handling of the bound value is controlled with the @includeTo attribute.
<xs:element name="PublicationDate" type="db:DateRangeType" substitutionGroup="db:AbstractDefinedFieldsQuery"/>
<xs:element name="IPType" type="IPTypeType" substitutionGroup="db:AbstractDefinedFieldsQuery"/>
A patent publication search request.
<xs:complexType name="PatentPublicationSearchRequestType"> <xs:annotation> <xs:documentation>A patent publication search request.</xs:documentation> </xs:annotation> <xs:complexContent> <xs:extension base="db:AbstractSearchRequest"/> </xs:complexContent> </xs:complexType>
<xs:simpleType name="IPTypeType"> <xs:restriction base="xs:token"> <xs:enumeration value="CH patent"/> <xs:enumeration value="EP"/> </xs:restriction> </xs:simpleType>
<xs:simpleType name="ReasonForPublicationType"> <xs:restriction base="xs:token"> <xs:enumeration value="Cancellation"/> <xs:enumeration value="Change"/> <xs:enumeration value="Correction"/> <xs:enumeration value="Grant"/> <xs:enumeration value="Publication of the application"/> <xs:enumeration value="Withdrawal/Rejection"/> </xs:restriction> </xs:simpleType>