<?xml version="1.0" encoding="UTF-8"?>

<!--This entity may be identified by the PUBLIC identifier:
********************************************************************************
PUBLIC "-//WIPO//WIPO OCR PUBLISHED APPLICATION //EN" "wo-ocr-published-application.dtd"
********************************************************************************
-->

<!ELEMENT wo-ocr-published-application (description? , claims* , amended-claims* , amended-claims-statement*)>


<!ATTLIST wo-ocr-published-application    id                ID     #IMPLIED
                                    	file              CDATA  #IMPLIED
                                    	lang              CDATA  #REQUIRED
                                    	country           CDATA  #REQUIRED
                                    	doc-number        CDATA  #IMPLIED
                                    	kind              CDATA  #IMPLIED
                                    	date-publ         CDATA  #IMPLIED
                                    	status            CDATA  #IMPLIED  
                                    	dtd-version       CDATA  #IMPLIED>

<!--
*******************************************************************************
DESCRIPTION (SUB-DOCUMENT)
*******************************************************************************
-->

<!ELEMENT description (p+)>

<!ATTLIST description  id     ID     #IMPLIED
                         lang   CDATA  #IMPLIED
                         status CDATA  #IMPLIED >


<!--
*******************************
PARAGRAPH
*******************************

Required usage:
	- In case of standard paragraphs in the description: id="p0001", "p0002", etc.
	- num = 0001, 0002, etc.

-->
<!ELEMENT p (#PCDATA | b | i | u | sup | sub | br | img)*>

<!ATTLIST p  id  ID     #IMPLIED
               num CDATA  #REQUIRED >

<!--
*********************************
* FORMATTING TAGS WITHIN <p>
*********************************
Bold formatting for text
-->

<!ELEMENT b (#PCDATA | i | u)*>

<!--Italic formatting for text
-->
<!ELEMENT i (#PCDATA | b | u)*>

<!--Underscore: style - single is default
-->
<!ELEMENT u (#PCDATA | b | i)*>

<!ATTLIST u  style  (single | double | dash | dots )  'single' >

<!--
Superscripted text
-->
<!ELEMENT sup (#PCDATA | b | u | i )*>

<!--
Subscripted text
-->
<!ELEMENT sub (#PCDATA | b | u | i)*>

<!--
br - break, line break within a paragraph, etc
-->
<!ELEMENT br EMPTY>

<!--
*******************************
IMAGE DATA
*******************************
Image is used for any kind of image: drawings, art work, 
figures, complex work units (math, tables, chemistry), etc.

  Recommended:
    id          = i01, i02, etc.  
    he, wi      = "11" - milimeters - height, width;
    file        = file name,location; label - not used;
    alt         = alternate text if image not shown;
    img-content = drawing is the default;
    img-format  = common will be tiff, st33 and st35 in for backward compatibilty
                  and, later, publication.
    orientation = orientation of the image (portrait | landscape).
                  Default is portrait
    inline      = (yes | no).
                  Whether the image is to be presented inline or separated by line
                  breaks.  Default is no.
-->
<!ELEMENT img EMPTY>

<!ATTLIST img  id          ID     #IMPLIED
                 he          CDATA  #REQUIRED
                 wi          CDATA  #REQUIRED
                 file        CDATA  #REQUIRED
                 alt         CDATA  #IMPLIED
                 img-content        (drawing | 
                               photograph | 
                               character | 
                               dna | 
                               undefined | 
                               chem | 
                               table | 
                               math | 
                               program-listing | 
                               flowchart )  'drawing'
                 img-format         (jpg | tif | st33 | st35 )  #REQUIRED
                 orientation        (portrait | landscape )  'portrait'
                 inline             (yes | no )  'no' >




<!--
*******************************
CLAIMS (SUB-DOCUMENT)
*******************************
Defines the matter for which protection is sought
-->

<!ELEMENT claims (claim+)>

<!ATTLIST claims  id         ID     #IMPLIED
                    lang       CDATA  #IMPLIED>

<!ELEMENT claim (claim-text+)>

<!ATTLIST claim  id         ID     #IMPLIED
                   num        CDATA  #REQUIRED>

<!ELEMENT claim-text (#PCDATA | claim-text | b | i | u | sup | sub | br | img)*>



<!--
*******************************
AMENDED CLAIMS (SUB-DOCUMENT)
*******************************
-->

<!ELEMENT amended-claims (claim+)>

<!ATTLIST amended-claims  id         ID     #IMPLIED
                    lang       CDATA  #IMPLIED>

<!--
*******************************
AMENDED CLAIMS STATEMENT  (SUB-DOCUMENT)
*******************************
-->

<!ELEMENT  amended-claims-statement (claim-statement+)>

<!ATTLIST amended-claims-statement  id         ID     #IMPLIED
                    lang       CDATA  #IMPLIED>

<!ELEMENT claim-statement (p+)>









