<?xml version='1.0' encoding='UTF-8' ?>

<!--Generated by Turbo XML 2.4.1.100.-->

<!-- 
**************************************************************************************************
* national-phase-information     2005  APRIL                                                     *
**************************************************************************************************
*  PUBLIC "-//WIPO//NATIONAL PHASE INFORMATION1.0//EN" "wo-national-phase-information-v1-4.dtd"  *
**************************************************************************************************
*  http://www.wipo.int/pct/edi/ed/dtd/wo-national-phase-information-v1-4.dtd       *
**************************************************************************************************
* contacts:                                                                                      *
*   WIPO: Peter Waring                                                                           *
*   WIPO: Young-Woo Yun                                                                          *
**************************************************************************************************
* revision history                                                                               *
**************************************************************************************************
* April 2005                                                                                     *
..released version number as v1.4                                                                *
**************************************************************************************************

  ************************************************************************************************
  *  DTD FOR NATIONAL PHASE DATA DOCUMENT                                       *
  *  Transfer Wrapper containing                                                                 *
  *  National App No with IA No and then National event data.                                     *
  *  This is DTD constructed in compliance with ST.36 and uses elements                          *
  *  specified in the ICE. It is intended for use as an inter office communication               *
  *  where documents have been reclassified in IPC version 8.                                    *
  *                                                                                              *
  * ROOT ELEMENT wo-nataional-phase-information                                                  *
  *                                                                                              *
  *  All elements are taken from ST.36 ICE (International Common Elements) or                    *
  *  wo-specific elements defined in accordance with ST.36.                                      *
  ************************************************************************************************
  *                                                                                              *
  ************************************************************************************************
  * SECTION I - DECLARATION, ENT. REFs, ISO sets, etc                                            *
  ************************************************************************************************
-->
<!ELEMENT wo-national-phase-information (wo-national-pct-reference+)>
<!ATTLIST wo-national-phase-information  id                ID                        #IMPLIED
                                         country           CDATA                     #REQUIRED
                                         lang              CDATA                     #REQUIRED
                                         information-type  (complete | incremental ) #REQUIRED
                                         period-start-date CDATA                     #REQUIRED
                                         period-end-date   CDATA                     #REQUIRED
                                         dtd-version       CDATA                     #IMPLIED
                                         file              CDATA                     #IMPLIED
                                         file-reference-id CDATA                     #IMPLIED
                                         date-produced     CDATA                     #IMPLIED >
<!--The period-start-date and period-end-date attributes are used for a certain period of time covered by 
    this entry data.  For example, if the entry data includes information on national applications 
    filed from 2004.01.01 to 2004.12.31, the period-start-date value will be 20040101 and
    the period-end-date value will be 20041231.

The information-type attribute is used to show if this is an incremenatlincremental file within a series of files
    or a transfer of all available information at the time of extraction.
-->


<!--    Filed national Application;
-->
<!--
Application reference information: application number, country
(INID 21, ST.32:B210)

international-Application-number format example PCT/ATKR2002/123456
-->

<!ELEMENT wo-national-pct-reference (wo-ia-number, application-reference, wo-national-filing-date, wo-national-office-event*)>
<!ATTLIST wo-national-pct-reference  id                                ID            #IMPLIED
 >

<!ELEMENT wo-ia-number (application-reference)>

<!--    Filed national Application;
-->
<!ELEMENT application-reference (document-id)>
<!ATTLIST application-reference  id        ID     #IMPLIED
                                 appl-type CDATA  #REQUIRED >

<!ELEMENT wo-national-filing-date (date)>

<!--
  Enhanced entry data requires additional information on the national phase applications.  
  Status code is made up of as follows;
     P: Published
    G: Granted
    R: Refused
    W: Withdrawn
-->
<!ELEMENT wo-national-office-event (wo-event-date)>
<!ATTLIST wo-national-office-event  id          ID                #IMPLIED
                                    event-type  (P | R | G | W )  #REQUIRED>

<!--
  The wo-event-date is the date when the wo-national-office-event happendhappened to the application.
-->
<!ELEMENT wo-event-date (date)>

<!ELEMENT document-id (country, doc-number, kind?, name?, date?)>
<!ATTLIST document-id  lang CDATA  #IMPLIED >
<!--
  Country: use ST.3 country code; e.g. KR, JP, US, etc.
  Also includes EP, WO
-->
<!ELEMENT country (#PCDATA)>

<!--
  The number of the referenced patent (or application) document
-->
<!ELEMENT doc-number (#PCDATA)>

<!--
  Document kind code; e.g., A1
    (INID 13, ST.32:B130)
-->
<!ELEMENT kind (#PCDATA)>

<!--
  Name:
  If no distinction or detail can be given.
  Also to be used for: personal (natural person) and corporate (legal entity) names
-->
<!ELEMENT name (#PCDATA)>

<!ATTLIST name  name-type  (legal | natural )  #IMPLIED >

<!--
  Date: components of a date.  Format is YYYYMMDD.
-->
<!ELEMENT date (#PCDATA)> 
