claims

*******************************
CLAIMS (SUB-DOCUMENT)
*******************************
Defines the matter for which protection is sought

ST.36/ANNEX F compliance: 
    - element doc-page removed - for PUBLICATION purposes it will not be used

EPO
    EPC Article 84
    The claims
    The claims shall define the matter for which protection
    is sought. They shall be clear and concise and be
    supported by the description.

EPO required usage,

    - Since there are multiple types of claims we will number them:
    - id="claims01" - this is the default and the most common in A docs. 
      For the translated versions in B docs "claims02" and "claims03"
    - lang
    - for claims for different contracting states also use claims01, claims02 etc.
    - claim-type - this is used only for Claims for different contracting states, eg.
      claim-type="Claim(s) for the following Contracting State(s): AT, BE" - this text used for the
      heading. 
      Patentanspr??gende Vertragsstaaten
      Patentanspr??genden Vertragsstaat 
      Revendications pour les Etats contractants suivants
      Revendications pour l'Etat contractant suivant

EPO Style: 
    Depending on language code the heading will be, 
    in bold, left justified, with breaks around:
        en - Claims
        de - Patentanspr?        fr - Revendications

Examples :

Claims in B docs:
<claims id="claims01" lang="en">
<claims id="claims02" lang="de">
<claims id="claims03" lang="fr">

Claims for contracting states:
<claims id="claims01" lang="en" claim-type="Claim(s) for the following Contracting State(s): AT, BE">
<claims id="claims02" lang="en" claim-type="Claim(s) for the following Contracting State(s): GB">
<claims id="claims03" lang="de">

<claims id="claims05" lang="fr"> ?** add in language

Element Information

Model

ANY element from ANY namespace

Attributes

QName Type Fixed Default Use Inheritable Annotation
lang xs:language optional
Wildcard: ANY attribute from ANY namespace

Source

<xs:element name="claims" type="ftxt:claimsType">
  <xs:annotation>
    <xs:documentation>******************************* CLAIMS (SUB-DOCUMENT) ******************************* Defines the matter for which protection is sought ST.36/ANNEX F compliance: - element doc-page removed - for PUBLICATION purposes it will not be used EPO EPC Article 84 The claims The claims shall define the matter for which protection is sought. They shall be clear and concise and be supported by the description. EPO required usage, - Since there are multiple types of claims we will number them: - id="claims01" - this is the default and the most common in A docs. For the translated versions in B docs "claims02" and "claims03" - lang - for claims for different contracting states also use claims01, claims02 etc. - claim-type - this is used only for Claims for different contracting states, eg. claim-type="Claim(s) for the following Contracting State(s): AT, BE" - this text used for the heading. Patentanspr??gende Vertragsstaaten Patentanspr??genden Vertragsstaat Revendications pour les Etats contractants suivants Revendications pour l'Etat contractant suivant EPO Style: Depending on language code the heading will be, in bold, left justified, with breaks around: en - Claims de - Patentanspr? fr - Revendications Examples : Claims in B docs: <claims id="claims01" lang="en"> <claims id="claims02" lang="de"> <claims id="claims03" lang="fr"> Claims for contracting states: <claims id="claims01" lang="en" claim-type="Claim(s) for the following Contracting State(s): AT, BE"> <claims id="claims02" lang="en" claim-type="Claim(s) for the following Contracting State(s): GB"> <claims id="claims03" lang="de"> <claims id="claims05" lang="fr"> ?** add in language</xs:documentation>
  </xs:annotation>
</xs:element>

Sample