PatentSearch action

Specification

Value

XSD Documentation

datadelivery-patent-1-0-0

XSD Schema

https://schema.ige.ch/xml/datadelivery-patent-1-0-0.xsd

Action element content

PatentSearchRequest

Action type Attribute

"PatentSearch"

Resource Role

Kind

Description

item

common

an item of the results of the search query

image

common

the images associated with the result item

BibliographicData

item facet

ST.96 BibliographicData of the result item

PatentLegalStatusData

item facet

ST.96 PatentLegalStatusData of the result item

PatentPublication

item facet

ST.96 PatentPublication of the result item

Item Facet

ST.96 Swiss Superset XSD Schema

BibliographicData

https://schema.ige.ch/xml/st96/CHBibliographicData-1-0-0.xsd

PatentLegalStatusData

https://schema.ige.ch/xml/st96/CHPatentLegalStatusData-1-0-0.xsd

PatentPublication

https://schema.ige.ch/xml/st96/CHPatentPublication-1-0-0.xsd

Detail level

Description

Minimal

include BibliographicData item facet

OptimizeSpeed

not used

Default

include BibliographicData and PatentLegalStatusData item facets

Maximal

include all item facets

PatentSearchRequest

PatentSearchRequest Type

AbstractDefinedFieldsQuery

PatentSearch AbstractDefinedFieldsQuery Extensions

AbstractSortField

PatentSearch AbstractSortField Extensions

<?xml version="1.0"?>
<ApiRequest xmlns="urn:ige:schema:xsd:datadeliverycore-1.0.0" xmlns:pat="urn:ige:schema:xsd:datadeliverypatent-1.0.0">
  <Action type="PatentSearch">
    <pat:PatentSearchRequest xmlns="urn:ige:schema:xsd:datadeliverycommon-1.0.0">
      <Representation details="Maximal" images="Link" strictness="Strict">
        <Resource role="item" action="Embed"/>
        <Resource role="BibliographicData" action="Embed"/>
        <Resource role="PatentLegalStatusData" action="Embed"/>
        <Resource role="PatentPublication" action="Embed"/>
      </Representation>
      <Page size="10"/>
      <Query>
        <And>
          <pat:IPType>CH patent</pat:IPType>
          <pat:ApplicationNumber>*/2020</pat:ApplicationNumber>
        </And>
      </Query>
      <Sort>
        <pat:ApplicationDateSort>Descending</pat:ApplicationDateSort>
      </Sort>
    </pat:PatentSearchRequest>
  </Action>
</ApiRequest>