document-id

Refers to patents  (and patent applications) only; see WIPO ST.14

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
document-id-type xs:string optional

Source

<xs:element name="document-id">
  <xs:annotation>
    <xs:documentation>Refers to patents (and patent applications) only; see WIPO ST.14</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="country" type="ftxt:countryType" minOccurs="0"/>
      <xs:element name="doc-number" type="ftxt:doc-numberType"/>
      <xs:element name="kind" type="ftxt:kindType" minOccurs="0"/>
      <xs:element name="date" type="ftxt:ICE-date-type" minOccurs="0"/>
    </xs:sequence>
    <xs:attribute name="document-id-type" type="xs:string"/>
  </xs:complexType>
</xs:element>

Sample

< publication-reference xmlns = "http://www.epo.org/exchange" >

< document-id document-id-type = "docdb" >

< country>

KR

</ country>

< doc-number>

20100130646

</ doc-number>

< kind>

A

</ kind>

< date>

20101213

</ date>

</ document-id>

< document-id document-id-type = "epodoc" >

< doc-number>

KR20100130646

</ doc-number>

< date>

20101213

</ date>

</ document-id>

</ publication-reference>