Showing:

Attributes
Diagrams
Facets
Instances
Model
Properties
Source
Used by
Main schema ch-patent-doc-v1-2-ige1-0.xsd
Namespace No namespace
Properties
attribute form default unqualified
element form default qualified
Element name
Namespace No namespace
Diagram
Diagram
Type xs:string
Properties
content simple
Used by
Element Group name_group
Complex Types ch-document-id, document-id-content
Source
<xs:element name="name" type="xs:string"/>
Element address-1
Namespace No namespace
Diagram
Diagram
Type xs:string
Properties
content simple
Used by
Complex Type address_group
Source
<xs:element name="address-1" type="xs:string"/>
Element address-2
Namespace No namespace
Diagram
Diagram
Type xs:string
Properties
content simple
Used by
Complex Type address_group
Source
<xs:element name="address-2" type="xs:string"/>
Element address-3
Namespace No namespace
Diagram
Diagram
Type xs:string
Properties
content simple
Used by
Complex Type address_group
Source
<xs:element name="address-3" type="xs:string"/>
Element street
Namespace No namespace
Diagram
Diagram
Type xs:string
Properties
content simple
Used by
Complex Type address_group
Source
<xs:element name="street" type="xs:string"/>
Element city
Namespace No namespace
Diagram
Diagram
Type xs:string
Properties
content simple
Used by
Complex Type address_group
Source
<xs:element name="city" type="xs:string"/>
Element postcode
Namespace No namespace
Diagram
Diagram
Type xs:string
Properties
content simple
Used by
Complex Type address_group
Source
<xs:element name="postcode" type="xs:string"/>
Element country
Namespace No namespace
Diagram
Diagram
Type xs:string
Properties
content simple
Used by
Source
<xs:element name="country" type="xs:string"/>
Element search-report-data
Namespace No namespace
Diagram
Diagramch-patent-doc-v1-2-ige1-0_xsd.tmp#search-report-data_idch-patent-doc-v1-2-ige1-0_xsd.tmp#search-report-data_langch-patent-doc-v1-2-ige1-0_xsd.tmp#search-report-data_srep-officech-patent-doc-v1-2-ige1-0_xsd.tmp#search-report-data_date-producedch-patent-doc-v1-2-ige1-0_xsd.tmp#search-report-data_srep-typech-patent-doc-v1-2-ige1-0_xsd.tmp#search-report-data_statusch-patent-doc-v1-2-ige1-0_xsd.tmp#doc-pagech-patent-doc-v1-2-ige1-0_xsd.tmp#srep-infoch-patent-doc-v1-2-ige1-0_xsd.tmp#srep-for-pub
Properties
content complex
Used by
Model
Children doc-page, srep-for-pub, srep-info
Instance
<search-report-data date-produced="" id="srep" lang="" srep-office="CH" srep-type="" status="">
  <doc-page alt="" color="" file="" he="" id="" ocr="" orientation="portrait" pp="" ppf="" ppl="" type="" wi="">{1,unbounded}</doc-page>
  <srep-info>{0,1}</srep-info>
  <srep-for-pub>{0,1}</srep-for-pub>
</search-report-data>
Attributes
QName Type Fixed Use
date-produced xs:date required
id srep optional
lang lang optional
srep-office CH required
srep-type srep-type optional
status status optional
Source
<xs:element name="search-report-data">
  <xs:complexType>
    <xs:choice>
      <xs:element ref="doc-page" maxOccurs="unbounded"/>
      <xs:sequence>
        <xs:element ref="srep-info" minOccurs="0"/>
        <xs:element ref="srep-for-pub" minOccurs="0"/>
      </xs:sequence>
    </xs:choice>
    <xs:attribute name="id" fixed="srep"/>
    <xs:attribute name="lang" type="lang"/>
    <xs:attribute name="srep-office" use="required" fixed="CH"/>
    <xs:attribute name="date-produced" type="xs:date" use="required"/>
    <xs:attribute name="srep-type" type="srep-type"/>
    <xs:attribute name="status" type="status"/>
  </xs:complexType>
</xs:element>
Element doc-page
Namespace No namespace
Diagram
Diagramch-patent-doc-v1-2-ige1-0_xsd.tmp#doc-page_idch-patent-doc-v1-2-ige1-0_xsd.tmp#doc-page_filech-patent-doc-v1-2-ige1-0_xsd.tmp#doc-page_wich-patent-doc-v1-2-ige1-0_xsd.tmp#doc-page_hech-patent-doc-v1-2-ige1-0_xsd.tmp#doc-page_typech-patent-doc-v1-2-ige1-0_xsd.tmp#doc-page_altch-patent-doc-v1-2-ige1-0_xsd.tmp#doc-page_ppch-patent-doc-v1-2-ige1-0_xsd.tmp#doc-page_ppfch-patent-doc-v1-2-ige1-0_xsd.tmp#doc-page_pplch-patent-doc-v1-2-ige1-0_xsd.tmp#doc-page_ocrch-patent-doc-v1-2-ige1-0_xsd.tmp#doc-page_colorch-patent-doc-v1-2-ige1-0_xsd.tmp#doc-page_orientation
Properties
content complex
Used by
Attributes
QName Type Default Use
alt optional
color restriction of xs:NMTOKEN optional
file required
he dez_1_300_2f required
id xs:ID optional
ocr optional
orientation restriction of xs:NMTOKEN portrait optional
pp xs:positiveInteger optional
ppf xs:positiveInteger optional
ppl xs:positiveInteger optional
type restriction of xs:NMTOKEN required
wi dez_1_300_2f required
Source
<xs:element name="doc-page">
  <xs:complexType>
    <xs:attribute name="id" type="xs:ID"/>
    <xs:attribute name="file" use="required"/>
    <xs:attribute name="wi" type="dez_1_300_2f" use="required"/>
    <xs:attribute name="he" type="dez_1_300_2f" use="required"/>
    <xs:attribute name="type" use="required">
      <xs:simpleType>
        <xs:restriction base="xs:NMTOKEN">
          <xs:enumeration value="tif"/>
          <xs:enumeration value="pdf"/>
          <xs:enumeration value="jpg"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
    <xs:attribute name="alt"/>
    <xs:attribute name="pp" type="xs:positiveInteger"/>
    <xs:attribute name="ppf" type="xs:positiveInteger"/>
    <xs:attribute name="ppl" type="xs:positiveInteger"/>
    <xs:attribute name="ocr"/>
    <xs:attribute name="color">
      <xs:simpleType>
        <xs:restriction base="xs:NMTOKEN">
          <xs:enumeration value="color"/>
          <xs:enumeration value="bw"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
    <xs:attribute name="orientation" default="portrait">
      <xs:simpleType>
        <xs:restriction base="xs:NMTOKEN">
          <xs:enumeration value="landscape"/>
          <xs:enumeration value="portrait"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
Element srep-info
Namespace No namespace
Diagram
Diagramch-patent-doc-v1-2-ige1-0_xsd.tmp#application-referencech-patent-doc-v1-2-ige1-0_xsd.tmp#date-of-earliest-prioritych-patent-doc-v1-2-ige1-0_xsd.tmp#applicant-namech-patent-doc-v1-2-ige1-0_xsd.tmp#srep-claims-infoch-patent-doc-v1-2-ige1-0_xsd.tmp#srep-unity-of-inventionch-patent-doc-v1-2-ige1-0_xsd.tmp#srep-invention-titlech-patent-doc-v1-2-ige1-0_xsd.tmp#srep-abstractch-patent-doc-v1-2-ige1-0_xsd.tmp#srep-figure-to-publishch-patent-doc-v1-2-ige1-0_xsd.tmp#srep-info-admin
Properties
content complex
Used by
Model
Children applicant-name, application-reference, date-of-earliest-priority, srep-abstract, srep-claims-info, srep-figure-to-publish, srep-info-admin, srep-invention-title, srep-unity-of-invention
Instance
<srep-info>
  <application-reference id="">{1,unbounded}</application-reference>
  <date-of-earliest-priority>{0,1}</date-of-earliest-priority>
  <applicant-name>{1,1}</applicant-name>
  <srep-claims-info>{0,1}</srep-claims-info>
  <srep-unity-of-invention>{0,1}</srep-unity-of-invention>
  <srep-invention-title title-approval="yes">{1,1}</srep-invention-title>
  <srep-abstract abs-approval="yes">{1,1}</srep-abstract>
  <srep-figure-to-publish figinfo="">{1,1}</srep-figure-to-publish>
  <srep-info-admin>{1,1}</srep-info-admin>
</srep-info>
Source
<xs:element name="srep-info">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="application-reference" maxOccurs="unbounded"/>
      <xs:element ref="date-of-earliest-priority" minOccurs="0"/>
      <xs:element ref="applicant-name"/>
      <xs:element ref="srep-claims-info" minOccurs="0"/>
      <xs:element ref="srep-unity-of-invention" minOccurs="0"/>
      <xs:element ref="srep-invention-title"/>
      <xs:element ref="srep-abstract"/>
      <xs:element ref="srep-figure-to-publish"/>
      <xs:element ref="srep-info-admin"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element application-reference
Namespace No namespace
Diagram
Diagramch-patent-doc-v1-2-ige1-0_xsd.tmp#application-reference_idch-patent-doc-v1-2-ige1-0_xsd.tmp#document-id
Properties
content complex
Used by
Model
Children document-id
Instance
<application-reference id="">
  <document-id>{1,1}</document-id>
</application-reference>
Attributes
QName Type Use
id xs:ID optional
Source
<xs:element name="application-reference">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="document-id"/>
    </xs:sequence>
    <xs:attribute name="id" type="xs:ID"/>
  </xs:complexType>
</xs:element>
Element document-id
Namespace No namespace
Diagram
Diagramch-patent-doc-v1-2-ige1-0_xsd.tmp#countrych-patent-doc-v1-2-ige1-0_xsd.tmp#doc-numberch-patent-doc-v1-2-ige1-0_xsd.tmp#kindch-patent-doc-v1-2-ige1-0_xsd.tmp#namech-patent-doc-v1-2-ige1-0_xsd.tmp#datech-patent-doc-v1-2-ige1-0_xsd.tmp#document-id-content
Type document-id-content
Properties
content complex
Used by
Model
Children country, date, doc-number, kind, name
Instance
<document-id>
  <country>{1,1}</country>
  <doc-number>{1,1}</doc-number>
  <kind>{0,1}</kind>
  <name>{0,1}</name>
  <date>{0,1}</date>
</document-id>
Source
<xs:element name="document-id" type="document-id-content"/>
Element doc-number
Namespace No namespace
Diagram
Diagramch-patent-doc-v1-2-ige1-0_xsd.tmp#NO_NAMESPACE_doc-number
Type doc-number
Properties
content simple
Used by
Source
<xs:element name="doc-number" type="doc-number"/>
Element kind
Namespace No namespace
Diagram
Diagramch-patent-doc-v1-2-ige1-0_xsd.tmp#NO_NAMESPACE_kind
Type kind
Properties
content simple
Used by
Complex Type document-id-content
Source
<xs:element name="kind" type="kind"/>
Element date
Namespace No namespace
Diagram
Diagram
Type xs:date
Properties
content simple
Used by
Source
<xs:element name="date" type="xs:date"/>
Element date-of-earliest-priority
Namespace No namespace
Diagram
Diagramch-patent-doc-v1-2-ige1-0_xsd.tmp#date
Properties
content complex
Used by
Element srep-info
Model
Children date
Instance
<date-of-earliest-priority>
  <date>{1,1}</date>
</date-of-earliest-priority>
Source
<xs:element name="date-of-earliest-priority">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="date"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element applicant-name
Namespace No namespace
Diagram
Diagramch-patent-doc-v1-2-ige1-0_xsd.tmp#namech-patent-doc-v1-2-ige1-0_xsd.tmp#name_group
Properties
content complex
Used by
Element srep-info
Model
Children name
Instance
<applicant-name>
  <name>{1,1}</name>
</applicant-name>
Source
<xs:element name="applicant-name">
  <xs:complexType>
    <xs:sequence>
      <xs:group ref="name_group"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element srep-claims-info
Namespace No namespace
Diagram
Diagramch-patent-doc-v1-2-ige1-0_xsd.tmp#clms-incurring-fees-1
Properties
content complex
Used by
Element srep-info
Model
Children clms-incurring-fees-1
Instance
<srep-claims-info>
  <clms-incurring-fees-1>{0,1}</clms-incurring-fees-1>
</srep-claims-info>
Source
<xs:element name="srep-claims-info">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="clms-incurring-fees-1" minOccurs="0"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element clms-incurring-fees-1
Namespace No namespace
Diagram
Diagramch-patent-doc-v1-2-ige1-0_xsd.tmp#claim-num
Properties
content complex
Used by
Model
Children claim-num
Instance
<clms-incurring-fees-1>
  <claim-num>{1,unbounded}</claim-num>
</clms-incurring-fees-1>
Source
<xs:element name="clms-incurring-fees-1">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="claim-num" maxOccurs="unbounded"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element claim-num
Namespace No namespace
Diagram
Diagram
Type xs:string
Properties
content simple
Used by
Source
<xs:element name="claim-num" type="xs:string"/>
Element srep-unity-of-invention
Namespace No namespace
Diagram
Diagramch-patent-doc-v1-2-ige1-0_xsd.tmp#pch-patent-doc-v1-2-ige1-0_xsd.tmp#srep-search-fees
Properties
content complex
Used by
Element srep-info
Model
Children p, srep-search-fees
Instance
<srep-unity-of-invention>
  <p id="" num="">{0,unbounded}</p>
  <srep-search-fees>{1,1}</srep-search-fees>
</srep-unity-of-invention>
Source
<xs:element name="srep-unity-of-invention">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="p" minOccurs="0" maxOccurs="unbounded"/>
      <xs:element ref="srep-search-fees"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element p
Namespace No namespace
Diagram
Diagramch-patent-doc-v1-2-ige1-0_xsd.tmp#NO_NAMESPACE_p_idch-patent-doc-v1-2-ige1-0_xsd.tmp#NO_NAMESPACE_p_numch-patent-doc-v1-2-ige1-0_xsd.tmp#bch-patent-doc-v1-2-ige1-0_xsd.tmp#supch-patent-doc-v1-2-ige1-0_xsd.tmp#subch-patent-doc-v1-2-ige1-0_xsd.tmp#brch-patent-doc-v1-2-ige1-0_xsd.tmp#dlch-patent-doc-v1-2-ige1-0_xsd.tmp#ulch-patent-doc-v1-2-ige1-0_xsd.tmp#figrefch-patent-doc-v1-2-ige1-0_xsd.tmp#patcitch-patent-doc-v1-2-ige1-0_xsd.tmp#imgch-patent-doc-v1-2-ige1-0_xsd.tmp#chemistrych-patent-doc-v1-2-ige1-0_xsd.tmp#mathsch-patent-doc-v1-2-ige1-0_xsd.tmp#tablesch-patent-doc-v1-2-ige1-0_xsd.tmp#NO_NAMESPACE_p
Type p
Properties
content complex
mixed true
Used by
Model
b | sup | sub | br | dl | ul | figref | patcit | img | chemistry | maths | tables
Children b, br, chemistry, dl, figref, img, maths, patcit, sub, sup, tables, ul
Instance
<p id="" num="">
  <b>{1,1}</b>
  <sup>{1,1}</sup>
  <sub>{1,1}</sub>
  <br>{1,1}</br>
  <dl id="" tsize="">{1,1}</dl>
  <ul id="" list-style="dash">{1,1}</ul>
  <figref idref="" num="">{1,1}</figref>
  <patcit dnum="" id="" url="">{1,1}</patcit>
  <img alt="" file="" he="" id="" img-content="drawing" img-format="" inline="no" orientation="portrait" wi="">{1,1}</img>
  <chemistry id="" num="">{1,1}</chemistry>
  <maths id="" num="">{1,1}</maths>
  <tables id="" num="">{1,1}</tables>
</p>
Attributes
QName Type Use
id xs:ID optional
num num required
Source
<xs:element name="p" type="p"/>
Element b
Namespace No namespace
Diagram
Diagram
Type xs:string
Properties
content simple
Used by
Source
<xs:element name="b" type="xs:string"/>
Element sup
Namespace No namespace
Diagram
Diagramch-patent-doc-v1-2-ige1-0_xsd.tmp#bch-patent-doc-v1-2-ige1-0_xsd.tmp#sup2ch-patent-doc-v1-2-ige1-0_xsd.tmp#sub2
Properties
content complex
mixed true
Used by
Model
b | sup2 | sub2
Children b, sub2, sup2
Instance
<sup>
  <b>{1,1}</b>
  <sup2>{1,1}</sup2>
  <sub2>{1,1}</sub2>
</sup>
Source
<xs:element name="sup">
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="b"/>
      <xs:element ref="sup2"/>
      <xs:element ref="sub2"/>
    </xs:choice>
  </xs:complexType>
</xs:element>
Element sup2
Namespace No namespace
Diagram
Diagramch-patent-doc-v1-2-ige1-0_xsd.tmp#b
Properties
content complex
mixed true
Used by
Elements sub, sup
Model
Children b
Instance
<sup2>
  <b>{1,1}</b>
</sup2>
Source
<xs:element name="sup2">
  <xs:complexType mixed="true">
    <xs:sequence minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="b"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element sub2
Namespace No namespace
Diagram
Diagramch-patent-doc-v1-2-ige1-0_xsd.tmp#b
Properties
content complex
mixed true
Used by
Elements sub, sup
Model
Children b
Instance
<sub2>
  <b>{1,1}</b>
</sub2>
Source
<xs:element name="sub2">
  <xs:complexType mixed="true">
    <xs:sequence minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="b"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element sub
Namespace No namespace
Diagram
Diagramch-patent-doc-v1-2-ige1-0_xsd.tmp#bch-patent-doc-v1-2-ige1-0_xsd.tmp#sup2ch-patent-doc-v1-2-ige1-0_xsd.tmp#sub2
Properties
content complex
mixed true
Used by
Model
b | sup2 | sub2
Children b, sub2, sup2
Instance
<sub>
  <b>{1,1}</b>
  <sup2>{1,1}</sup2>
  <sub2>{1,1}</sub2>
</sub>
Source
<xs:element name="sub">
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="b"/>
      <xs:element ref="sup2"/>
      <xs:element ref="sub2"/>
    </xs:choice>
  </xs:complexType>
</xs:element>
Element br
Namespace No namespace
Diagram
Diagram
Properties
content complex
Used by
Elements claim-text, dd, entry, li
Complex Types p, tbl.entry.mdl
Source
<xs:element name="br">
  <xs:complexType/>
</xs:element>
Element dl
Namespace No namespace
Diagram
Diagramch-patent-doc-v1-2-ige1-0_xsd.tmp#dl_tsizech-patent-doc-v1-2-ige1-0_xsd.tmp#dl_idch-patent-doc-v1-2-ige1-0_xsd.tmp#dtch-patent-doc-v1-2-ige1-0_xsd.tmp#dd
Properties
content complex
Used by
Complex Type p
Model
dt , dd
Children dd, dt
Instance
<dl id="" tsize="">
  <dt id="">{1,1}</dt>
  <dd>{1,1}</dd>
</dl>
Attributes
QName Type Use
id xs:ID optional
tsize dez_1_300_2f required
Source
<xs:element name="dl">
  <xs:complexType>
    <xs:sequence maxOccurs="unbounded">
      <xs:element ref="dt"/>
      <xs:element ref="dd"/>
    </xs:sequence>
    <xs:attribute name="tsize" type="dez_1_300_2f" use="required"/>
    <xs:attribute name="id" type="xs:ID"/>
  </xs:complexType>
</xs:element>
Element dt
Namespace No namespace
Diagram
Diagramch-patent-doc-v1-2-ige1-0_xsd.tmp#dt_idch-patent-doc-v1-2-ige1-0_xsd.tmp#bch-patent-doc-v1-2-ige1-0_xsd.tmp#supch-patent-doc-v1-2-ige1-0_xsd.tmp#sub
Properties
content complex
mixed true
Used by
Element dl
Model
b | sup | sub
Children b, sub, sup
Instance
<dt id="">
  <b>{1,1}</b>
  <sup>{1,1}</sup>
  <sub>{1,1}</sub>
</dt>
Attributes
QName Type Use
id xs:ID optional
Source
<xs:element name="dt">
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="b"/>
      <xs:element ref="sup"/>
      <xs:element ref="sub"/>
    </xs:choice>
    <xs:attribute name="id" type="xs:ID"/>
  </xs:complexType>
</xs:element>
Element dd
Namespace No namespace
Diagram
Diagramch-patent-doc-v1-2-ige1-0_xsd.tmp#bch-patent-doc-v1-2-ige1-0_xsd.tmp#supch-patent-doc-v1-2-ige1-0_xsd.tmp#subch-patent-doc-v1-2-ige1-0_xsd.tmp#brch-patent-doc-v1-2-ige1-0_xsd.tmp#figrefch-patent-doc-v1-2-ige1-0_xsd.tmp#imgch-patent-doc-v1-2-ige1-0_xsd.tmp#chemistrych-patent-doc-v1-2-ige1-0_xsd.tmp#maths
Properties
content complex
mixed true
Used by
Element dl
Model
Children b, br, chemistry, figref, img, maths, sub, sup
Instance
<dd>
  <b>{1,1}</b>
  <sup>{1,1}</sup>
  <sub>{1,1}</sub>
  <br>{1,1}</br>
  <figref idref="" num="">{1,1}</figref>
  <img alt="" file="" he="" id="" img-content="drawing" img-format="" inline="no" orientation="portrait" wi="">{1,1}</img>
  <chemistry id="" num="">{1,1}</chemistry>
  <maths id="" num="">{1,1}</maths>
</dd>
Source
<xs:element name="dd">
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="b"/>
      <xs:element ref="sup"/>
      <xs:element ref="sub"/>
      <xs:element ref="br"/>
      <xs:element ref="figref"/>
      <xs:element ref="img"/>
      <xs:element ref="chemistry"/>
      <xs:element ref="maths"/>
    </xs:choice>
  </xs:complexType>
</xs:element>
Element figref
Namespace No namespace
Diagram
Diagramch-patent-doc-v1-2-ige1-0_xsd.tmp#figref_idrefch-patent-doc-v1-2-ige1-0_xsd.tmp#figref_numch-patent-doc-v1-2-ige1-0_xsd.tmp#bch-patent-doc-v1-2-ige1-0_xsd.tmp#supch-patent-doc-v1-2-ige1-0_xsd.tmp#sub
Properties
content complex
mixed true
Used by
Elements claim-text, dd, entry, li
Complex Types p, tbl.entry.mdl
Model
b | sup | sub
Children b, sub, sup
Instance
<figref idref="" num="">
  <b>{1,1}</b>
  <sup>{1,1}</sup>
  <sub>{1,1}</sub>
</figref>
Attributes
QName Type Use
idref xs:IDREFS optional
num num optional
Source
<xs:element name="figref">
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="b"/>
      <xs:element ref="sup"/>
      <xs:element ref="sub"/>
    </xs:choice>
    <xs:attribute name="idref" type="xs:IDREFS"/>
    <xs:attribute name="num" type="num"/>
  </xs:complexType>
</xs:element>
Element img
Namespace No namespace
Diagram
Diagramch-patent-doc-v1-2-ige1-0_xsd.tmp#img-content_idch-patent-doc-v1-2-ige1-0_xsd.tmp#img-content_hech-patent-doc-v1-2-ige1-0_xsd.tmp#img-content_wich-patent-doc-v1-2-ige1-0_xsd.tmp#img-content_filech-patent-doc-v1-2-ige1-0_xsd.tmp#img-content_altch-patent-doc-v1-2-ige1-0_xsd.tmp#img-content_img-contentch-patent-doc-v1-2-ige1-0_xsd.tmp#img-content_img-formatch-patent-doc-v1-2-ige1-0_xsd.tmp#img-content_orientationch-patent-doc-v1-2-ige1-0_xsd.tmp#img-content_inlinech-patent-doc-v1-2-ige1-0_xsd.tmp#img-content
Type img-content
Properties
content complex
Used by
Elements chemistry, claim-text, dd, figure, li, maths, tables
Complex Type p
Attributes
QName Type Default Use
alt optional
file required
he dez_1_300_2f required
id imgid required
img-content restriction of xs:token drawing optional
img-format restriction of xs:token required
inline restriction of xs:token no optional
orientation restriction of xs:token portrait optional
wi dez_1_300_2f required
Source
<xs:element name="img" type="img-content"/>
Element chemistry
Namespace No namespace
Diagram
Diagramch-patent-doc-v1-2-ige1-0_xsd.tmp#chemistry_idch-patent-doc-v1-2-ige1-0_xsd.tmp#chemistry_numch-patent-doc-v1-2-ige1-0_xsd.tmp#img
Properties
content complex
Used by
Elements claim-text, dd, li
Complex Type p
Model
Children img
Instance
<chemistry id="" num="">
  <img alt="" file="" he="" id="" img-content="drawing" img-format="" inline="no" orientation="portrait" wi="">{1,1}</img>
</chemistry>
Attributes
QName Type Use
id chemistryid optional
num num required
Source
<xs:element name="chemistry">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="img"/>
    </xs:sequence>
    <xs:attribute name="id" type="chemistryid"/>
    <xs:attribute name="num" type="num" use="required"/>
  </xs:complexType>
</xs:element>
Element maths
Namespace No namespace
Diagram
Diagramch-patent-doc-v1-2-ige1-0_xsd.tmp#maths_idch-patent-doc-v1-2-ige1-0_xsd.tmp#maths_numch-patent-doc-v1-2-ige1-0_xsd.tmp#img
Properties
content complex
Used by
Elements claim-text, dd, li
Complex Type p
Model
Children img
Instance
<maths id="" num="">
  <img alt="" file="" he="" id="" img-content="drawing" img-format="" inline="no" orientation="portrait" wi="">{1,1}</img>
</maths>
Attributes
QName Type Use
id mathsid optional
num num required
Source
<xs:element name="maths">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="img"/>
    </xs:sequence>
    <xs:attribute name="id" type="mathsid"/>
    <xs:attribute name="num" type="num" use="required"/>
  </xs:complexType>
</xs:element>
Element ul
Namespace No namespace
Diagram
Diagramch-patent-doc-v1-2-ige1-0_xsd.tmp#ul_idch-patent-doc-v1-2-ige1-0_xsd.tmp#ul_list-stylech-patent-doc-v1-2-ige1-0_xsd.tmp#li
Properties
content complex
Used by
Complex Type p
Model
Children li
Instance
<ul id="" list-style="dash">
  <li id="" num="">{1,unbounded}</li>
</ul>
Attributes
QName Type Default Use
id xs:ID optional
list-style restriction of xs:token dash optional
Source
<xs:element name="ul">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="li" maxOccurs="unbounded"/>
    </xs:sequence>
    <xs:attribute name="id" type="xs:ID"/>
    <xs:attribute name="list-style" default="dash">
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="dash"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
Element li
Namespace No namespace
Diagram
Diagramch-patent-doc-v1-2-ige1-0_xsd.tmp#li_idch-patent-doc-v1-2-ige1-0_xsd.tmp#li_numch-patent-doc-v1-2-ige1-0_xsd.tmp#bch-patent-doc-v1-2-ige1-0_xsd.tmp#supch-patent-doc-v1-2-ige1-0_xsd.tmp#subch-patent-doc-v1-2-ige1-0_xsd.tmp#brch-patent-doc-v1-2-ige1-0_xsd.tmp#figrefch-patent-doc-v1-2-ige1-0_xsd.tmp#imgch-patent-doc-v1-2-ige1-0_xsd.tmp#chemistrych-patent-doc-v1-2-ige1-0_xsd.tmp#maths
Properties
content complex
mixed true
Used by
Element ul
Model
Children b, br, chemistry, figref, img, maths, sub, sup
Instance
<li id="" num="">
  <b>{1,1}</b>
  <sup>{1,1}</sup>
  <sub>{1,1}</sub>
  <br>{1,1}</br>
  <figref idref="" num="">{1,1}</figref>
  <img alt="" file="" he="" id="" img-content="drawing" img-format="" inline="no" orientation="portrait" wi="">{1,1}</img>
  <chemistry id="" num="">{1,1}</chemistry>
  <maths id="" num="">{1,1}</maths>
</li>
Attributes
QName Type Use
id xs:ID optional
num num optional
Source
<xs:element name="li">
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="b"/>
      <xs:element ref="sup"/>
      <xs:element ref="sub"/>
      <xs:element ref="br"/>
      <xs:element ref="figref"/>
      <xs:element ref="img"/>
      <xs:element ref="chemistry"/>
      <xs:element ref="maths"/>
    </xs:choice>
    <xs:attribute name="id" type="xs:ID"/>
    <xs:attribute name="num" type="num"/>
  </xs:complexType>
</xs:element>
Element patcit
Namespace No namespace
Diagram
Diagramch-patent-doc-v1-2-ige1-0_xsd.tmp#patcit_idch-patent-doc-v1-2-ige1-0_xsd.tmp#patcit_dnumch-patent-doc-v1-2-ige1-0_xsd.tmp#patcit_urlch-patent-doc-v1-2-ige1-0_xsd.tmp#document-idch-patent-doc-v1-2-ige1-0_xsd.tmp#rel-passage
Properties
content complex
Used by
Elements citation, corresponding-docs
Complex Type p
Model
Children document-id, rel-passage
Instance
<patcit dnum="" id="" url="">
  <document-id>{1,1}</document-id>
  <rel-passage>{0,unbounded}</rel-passage>
</patcit>
Attributes
QName Type Use
dnum xs:string optional
id xs:ID optional
url xs:string optional
Source
<xs:element name="patcit">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="document-id"/>
      <xs:element ref="rel-passage" minOccurs="0" maxOccurs="unbounded"/>
    </xs:sequence>
    <xs:attribute name="id" type="xs:ID"/>
    <xs:attribute name="dnum" type="xs:string"/>
    <xs:attribute name="url" type="xs:string"/>
  </xs:complexType>
</xs:element>
Element rel-passage
Namespace No namespace
Diagram
Diagramch-patent-doc-v1-2-ige1-0_xsd.tmp#textch-patent-doc-v1-2-ige1-0_xsd.tmp#passagech-patent-doc-v1-2-ige1-0_xsd.tmp#categorych-patent-doc-v1-2-ige1-0_xsd.tmp#rel-claims
Properties
content complex
Used by
Model
Children category, passage, rel-claims, text
Instance
<rel-passage>
  <text>{1,1}</text>
  <passage>{1,unbounded}</passage>
  <category>{1,1}</category>
  <rel-claims>{0,1}</rel-claims>
</rel-passage>
Source
<xs:element name="rel-passage">
  <xs:complexType>
    <xs:choice>
      <xs:element ref="text"/>
      <xs:sequence>
        <xs:element ref="passage" maxOccurs="unbounded"/>
        <xs:sequence minOccurs="0" maxOccurs="unbounded">
          <xs:element ref="category"/>
          <xs:element ref="rel-claims" minOccurs="0"/>
        </xs:sequence>
      </xs:sequence>
    </xs:choice>
  </xs:complexType>
</xs:element>
Element text
Namespace No namespace
Diagram
Diagram
Type xs:string
Properties
content simple
Used by
Source
<xs:element name="text" type="xs:string"/>
Element passage
Namespace No namespace
Diagram
Diagram
Type xs:string
Properties
content simple
Used by
Element rel-passage
Source
<xs:element name="passage" type="xs:string"/>
Element category
Namespace No namespace
Diagram
Diagram
Type xs:string
Properties
content simple
Used by
Source
<xs:element name="category" type="xs:string"/>
Element rel-claims
Namespace No namespace
Diagram
Diagram
Type xs:string
Properties
content simple
Used by
Source
<xs:element name="rel-claims" type="xs:string"/>
Element tables
Namespace No namespace
Diagram
Diagramch-patent-doc-v1-2-ige1-0_xsd.tmp#tables_idch-patent-doc-v1-2-ige1-0_xsd.tmp#tables_numch-patent-doc-v1-2-ige1-0_xsd.tmp#imgch-patent-doc-v1-2-ige1-0_xsd.tmp#table
Properties
content complex
Used by
Complex Type p
Element claim-text
Model
Children img, table
Instance
<tables id="" num="">
  <img alt="" file="" he="" id="" img-content="drawing" img-format="" inline="no" orientation="portrait" wi="">{1,1}</img>
  <table colsep="" frame="" pgwide="" rowsep="">{1,1}</table>
</tables>
Attributes
QName Type Use
id xs:ID optional
num num required
Source
<xs:element name="tables">
  <xs:complexType>
    <xs:choice>
      <xs:element ref="img"/>
      <xs:element ref="table"/>
    </xs:choice>
    <xs:attribute name="id" type="xs:ID"/>
    <xs:attribute name="num" type="num" use="required"/>
  </xs:complexType>
</xs:element>
Element table
Namespace No namespace
Diagram
Diagramch-patent-doc-v1-2-ige1-0_xsd.tmp#titlech-patent-doc-v1-2-ige1-0_xsd.tmp#titlesch-patent-doc-v1-2-ige1-0_xsd.tmp#tbl.table-titles.mdlch-patent-doc-v1-2-ige1-0_xsd.tmp#tgroupch-patent-doc-v1-2-ige1-0_xsd.tmp#tbl.table-main.mdlch-patent-doc-v1-2-ige1-0_xsd.tmp#tbl.table.mdlch-patent-doc-v1-2-ige1-0_xsd.tmp#table_framech-patent-doc-v1-2-ige1-0_xsd.tmp#table_colsepch-patent-doc-v1-2-ige1-0_xsd.tmp#table_rowsepch-patent-doc-v1-2-ige1-0_xsd.tmp#tbl.table.att
Type extension of tbl.table.mdl
Type hierarchy
Properties
content complex
Used by
Element tables
Model
Children tgroup, title
Instance
<table colsep="" frame="" pgwide="" rowsep="">
  <title>{0,1}</title>
  <tgroup align="" cols="" colsep="" rowsep="">{1,unbounded}</tgroup>
</table>
Attributes
QName Type Use
colsep yesorno optional
frame restriction of xs:token optional
pgwide yesorno optional
rowsep yesorno optional
Source
<xs:element name="table">
  <xs:complexType>
    <xs:complexContent>
      <xs:extension base="tbl.table.mdl">
        <xs:attribute name="frame">
          <xs:simpleType>
            <xs:restriction base="xs:token">
              <xs:enumeration value="top"/>
              <xs:enumeration value="bottom"/>
              <xs:enumeration value="topbot"/>
              <xs:enumeration value="all"/>
              <xs:enumeration value="sides"/>
              <xs:enumeration value="none"/>
            </xs:restriction>
          </xs:simpleType>
        </xs:attribute>
        <xs:attribute name="colsep" type="yesorno"/>
        <xs:attribute name="rowsep" type="yesorno"/>
        <xs:attributeGroup ref="tbl.table.att"/>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
</xs:element>
Element title
Namespace No namespace
Diagram
Diagramch-patent-doc-v1-2-ige1-0_xsd.tmp#bch-patent-doc-v1-2-ige1-0_xsd.tmp#supch-patent-doc-v1-2-ige1-0_xsd.tmp#sub
Properties
content complex
mixed true
Used by
Element Group titles
Model
b | sup | sub
Children b, sub, sup
Instance
<title>
  <b>{1,1}</b>
  <sup>{1,1}</sup>
  <sub>{1,1}</sub>
</title>
Source
<xs:element name="title">
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="b"/>
      <xs:element ref="sup"/>
      <xs:element ref="sub"/>
    </xs:choice>
  </xs:complexType>
</xs:element>
Element tgroup
Namespace No namespace
Diagram
Diagramch-patent-doc-v1-2-ige1-0_xsd.tmp#colspecch-patent-doc-v1-2-ige1-0_xsd.tmp#theadch-patent-doc-v1-2-ige1-0_xsd.tmp#tbodych-patent-doc-v1-2-ige1-0_xsd.tmp#tbl.tgroup.mdlch-patent-doc-v1-2-ige1-0_xsd.tmp#tgroup_colsch-patent-doc-v1-2-ige1-0_xsd.tmp#tgroup_colsepch-patent-doc-v1-2-ige1-0_xsd.tmp#tgroup_rowsepch-patent-doc-v1-2-ige1-0_xsd.tmp#tgroup_align
Type extension of tbl.tgroup.mdl
Type hierarchy
Properties
content complex
Used by
Element Group tbl.table-main.mdl
Model
Children colspec, tbody, thead
Instance
<tgroup align="" cols="" colsep="" rowsep="">
  <colspec align="" char="" charoff="" colname="" colnum="" colsep="" colwidth="" rowsep="">{0,unbounded}</colspec>
  <thead valign="">{0,1}</thead>
  <tbody valign="">{1,1}</tbody>
</tgroup>
Attributes
QName Type Use
align restriction of xs:token optional
cols xs:NMTOKEN required
colsep yesorno optional
rowsep yesorno optional
Source
<xs:element name="tgroup">
  <xs:complexType>
    <xs:complexContent>
      <xs:extension base="tbl.tgroup.mdl">
        <xs:attribute name="cols" type="xs:NMTOKEN" use="required"/>
        <xs:attribute name="colsep" type="yesorno"/>
        <xs:attribute name="rowsep" type="yesorno"/>
        <xs:attribute name="align">
          <xs:simpleType>
            <xs:restriction base="xs:token">
              <xs:enumeration value="left"/>
              <xs:enumeration value="right"/>
              <xs:enumeration value="center"/>
              <xs:enumeration value="justify"/>
              <xs:enumeration value="char"/>
            </xs:restriction>
          </xs:simpleType>
        </xs:attribute>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
</xs:element>
Element colspec
Namespace No namespace
Diagram
Diagramch-patent-doc-v1-2-ige1-0_xsd.tmp#colspec_colnumch-patent-doc-v1-2-ige1-0_xsd.tmp#colspec_colnamech-patent-doc-v1-2-ige1-0_xsd.tmp#colspec_colwidthch-patent-doc-v1-2-ige1-0_xsd.tmp#colspec_colsepch-patent-doc-v1-2-ige1-0_xsd.tmp#colspec_rowsepch-patent-doc-v1-2-ige1-0_xsd.tmp#colspec_alignch-patent-doc-v1-2-ige1-0_xsd.tmp#colspec_charch-patent-doc-v1-2-ige1-0_xsd.tmp#colspec_charoff
Properties
content complex
Used by
Complex Type tbl.tgroup.mdl
Element tgroup
Attributes
QName Type Use
align restriction of xs:token optional
char optional
charoff xs:NMTOKEN optional
colname xs:NMTOKEN optional
colnum xs:NMTOKEN optional
colsep yesorno optional
colwidth optional
rowsep yesorno optional
Source
<xs:element name="colspec">
  <xs:complexType>
    <xs:attribute name="colnum" type="xs:NMTOKEN"/>
    <xs:attribute name="colname" type="xs:NMTOKEN"/>
    <xs:attribute name="colwidth"/>
    <xs:attribute name="colsep" type="yesorno"/>
    <xs:attribute name="rowsep" type="yesorno"/>
    <xs:attribute name="align">
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="left"/>
          <xs:enumeration value="right"/>
          <xs:enumeration value="center"/>
          <xs:enumeration value="justify"/>
          <xs:enumeration value="char"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
    <xs:attribute name="char"/>
    <xs:attribute name="charoff" type="xs:NMTOKEN"/>
  </xs:complexType>
</xs:element>
Element thead
Namespace No namespace
Diagram
Diagramch-patent-doc-v1-2-ige1-0_xsd.tmp#thead_valignch-patent-doc-v1-2-ige1-0_xsd.tmp#row
Properties
content complex
Used by
Complex Type tbl.tgroup.mdl
Element tgroup
Model
Children row
Instance
<thead valign="">
  <row rowsep="" valign="">{1,unbounded}</row>
</thead>
Attributes
QName Type Use
valign restriction of xs:token optional
Source
<xs:element name="thead">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="row" maxOccurs="unbounded"/>
    </xs:sequence>
    <xs:attribute name="valign">
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="top"/>
          <xs:enumeration value="middle"/>
          <xs:enumeration value="bottom"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
Element row
Namespace No namespace
Diagram
Diagramch-patent-doc-v1-2-ige1-0_xsd.tmp#entrych-patent-doc-v1-2-ige1-0_xsd.tmp#tbl.row.mdlch-patent-doc-v1-2-ige1-0_xsd.tmp#row_rowsepch-patent-doc-v1-2-ige1-0_xsd.tmp#row_valign
Type extension of tbl.row.mdl
Type hierarchy
Properties
content complex
Used by
Elements tbody, thead
Model
Children entry
Instance
<row rowsep="" valign="">
  <entry align="" char="" charoff="" colname="" colsep="" morerows="" nameend="" namest="" rowsep="" valign="">{1,unbounded}</entry>
</row>
Attributes
QName Type Use
rowsep yesorno optional
valign restriction of xs:token optional
Source
<xs:element name="row">
  <xs:complexType>
    <xs:complexContent>
      <xs:extension base="tbl.row.mdl">
        <xs:attribute name="rowsep" type="yesorno"/>
        <xs:attribute name="valign">
          <xs:simpleType>
            <xs:restriction base="xs:token">
              <xs:enumeration value="top"/>
              <xs:enumeration value="middle"/>
              <xs:enumeration value="bottom"/>
            </xs:restriction>
          </xs:simpleType>
        </xs:attribute>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
</xs:element>
Element entry
Namespace No namespace
Diagram
Diagramch-patent-doc-v1-2-ige1-0_xsd.tmp#bch-patent-doc-v1-2-ige1-0_xsd.tmp#supch-patent-doc-v1-2-ige1-0_xsd.tmp#subch-patent-doc-v1-2-ige1-0_xsd.tmp#brch-patent-doc-v1-2-ige1-0_xsd.tmp#figrefch-patent-doc-v1-2-ige1-0_xsd.tmp#tbl.entry.mdlch-patent-doc-v1-2-ige1-0_xsd.tmp#entry_colnamech-patent-doc-v1-2-ige1-0_xsd.tmp#entry_namestch-patent-doc-v1-2-ige1-0_xsd.tmp#entry_nameendch-patent-doc-v1-2-ige1-0_xsd.tmp#entry_morerowsch-patent-doc-v1-2-ige1-0_xsd.tmp#entry_colsepch-patent-doc-v1-2-ige1-0_xsd.tmp#entry_rowsepch-patent-doc-v1-2-ige1-0_xsd.tmp#entry_alignch-patent-doc-v1-2-ige1-0_xsd.tmp#entry_charch-patent-doc-v1-2-ige1-0_xsd.tmp#entry_charoffch-patent-doc-v1-2-ige1-0_xsd.tmp#entry_valign
Type extension of tbl.entry.mdl
Type hierarchy
Properties
content complex
Used by
Complex Type tbl.row.mdl
Element row
Model
b | sup | sub | br | figref
Children b, br, figref, sub, sup
Instance
<entry align="" char="" charoff="" colname="" colsep="" morerows="" nameend="" namest="" rowsep="" valign="">
  <b>{1,1}</b>
  <sup>{1,1}</sup>
  <sub>{1,1}</sub>
  <br>{1,1}</br>
  <figref idref="" num="">{1,1}</figref>
</entry>
Attributes
QName Type Use
align restriction of xs:token optional
char optional
charoff xs:NMTOKEN optional
colname xs:NMTOKEN optional
colsep yesorno optional
morerows xs:NMTOKEN optional
nameend xs:NMTOKEN optional
namest xs:NMTOKEN optional
rowsep yesorno optional
valign restriction of xs:token optional
Source
<xs:element name="entry">
  <xs:complexType>
    <xs:complexContent>
      <xs:extension base="tbl.entry.mdl">
        <xs:attribute name="colname" type="xs:NMTOKEN"/>
        <xs:attribute name="namest" type="xs:NMTOKEN"/>
        <xs:attribute name="nameend" type="xs:NMTOKEN"/>
        <xs:attribute name="morerows" type="xs:NMTOKEN"/>
        <xs:attribute name="colsep" type="yesorno"/>
        <xs:attribute name="rowsep" type="yesorno"/>
        <xs:attribute name="align">
          <xs:simpleType>
            <xs:restriction base="xs:token">
              <xs:enumeration value="left"/>
              <xs:enumeration value="right"/>
              <xs:enumeration value="center"/>
              <xs:enumeration value="justify"/>
              <xs:enumeration value="char"/>
            </xs:restriction>
          </xs:simpleType>
        </xs:attribute>
        <xs:attribute name="char"/>
        <xs:attribute name="charoff" type="xs:NMTOKEN"/>
        <xs:attribute name="valign">
          <xs:simpleType>
            <xs:restriction base="xs:token">
              <xs:enumeration value="top"/>
              <xs:enumeration value="middle"/>
              <xs:enumeration value="bottom"/>
            </xs:restriction>
          </xs:simpleType>
        </xs:attribute>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
</xs:element>
Element tbody
Namespace No namespace
Diagram
Diagramch-patent-doc-v1-2-ige1-0_xsd.tmp#tbody_valignch-patent-doc-v1-2-ige1-0_xsd.tmp#row
Properties
content complex
Used by
Complex Type tbl.tgroup.mdl
Element tgroup
Model
Children row
Instance
<tbody valign="">
  <row rowsep="" valign="">{1,unbounded}</row>
</tbody>
Attributes
QName Type Use
valign restriction of xs:token optional
Source
<xs:element name="tbody">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="row" maxOccurs="unbounded"/>
    </xs:sequence>
    <xs:attribute name="valign">
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="top"/>
          <xs:enumeration value="middle"/>
          <xs:enumeration value="bottom"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
Element srep-search-fees
Namespace No namespace
Diagram
Diagramch-patent-doc-v1-2-ige1-0_xsd.tmp#srep-fee-1ch-patent-doc-v1-2-ige1-0_xsd.tmp#srep-fee-2ch-patent-doc-v1-2-ige1-0_xsd.tmp#srep-fee-3ch-patent-doc-v1-2-ige1-0_xsd.tmp#srep-fee-4
Properties
content complex
Used by
Model
Children srep-fee-1, srep-fee-2, srep-fee-3, srep-fee-4
Instance
<srep-search-fees>
  <srep-fee-1>{0,1}</srep-fee-1>
  <srep-fee-2>{0,1}</srep-fee-2>
  <srep-fee-3>{0,1}</srep-fee-3>
  <srep-fee-4>{0,1}</srep-fee-4>
</srep-search-fees>
Source
<xs:element name="srep-search-fees">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="srep-fee-1" minOccurs="0"/>
      <xs:element ref="srep-fee-2" minOccurs="0"/>
      <xs:element ref="srep-fee-3" minOccurs="0"/>
      <xs:element ref="srep-fee-4" minOccurs="0"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element srep-fee-1
Namespace No namespace
Diagram
Diagram
Used by
Source
<xs:element name="srep-fee-1"/>
Element srep-fee-2
Namespace No namespace
Diagram
Diagram
Used by
Source
<xs:element name="srep-fee-2"/>
Element srep-fee-3
Namespace No namespace
Diagram
Diagramch-patent-doc-v1-2-ige1-0_xsd.tmp#claim-num
Properties
content complex
Used by
Model
Children claim-num
Instance
<srep-fee-3>
  <claim-num>{1,1}</claim-num>
</srep-fee-3>
Source
<xs:element name="srep-fee-3">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="claim-num"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element srep-fee-4
Namespace No namespace
Diagram
Diagramch-patent-doc-v1-2-ige1-0_xsd.tmp#claim-num
Properties
content complex
Used by
Model
Children claim-num
Instance
<srep-fee-4>
  <claim-num>{1,1}</claim-num>
</srep-fee-4>
Source
<xs:element name="srep-fee-4">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="claim-num"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element srep-invention-title
Namespace No namespace
Diagram
Diagramch-patent-doc-v1-2-ige1-0_xsd.tmp#srep-invention-title_title-approvalch-patent-doc-v1-2-ige1-0_xsd.tmp#invention-title
Properties
content complex
Used by
Element srep-info
Model
Children invention-title
Instance
<srep-invention-title title-approval="yes">
  <invention-title id="">{0,1}</invention-title>
</srep-invention-title>
Attributes
QName Type Default Use
title-approval yesorno yes optional
Source
<xs:element name="srep-invention-title">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="invention-title" minOccurs="0"/>
    </xs:sequence>
    <xs:attribute name="title-approval" type="yesorno" default="yes"/>
  </xs:complexType>
</xs:element>
Element invention-title
Namespace No namespace
Diagram
Diagramch-patent-doc-v1-2-ige1-0_xsd.tmp#invention-title_idch-patent-doc-v1-2-ige1-0_xsd.tmp#bch-patent-doc-v1-2-ige1-0_xsd.tmp#supch-patent-doc-v1-2-ige1-0_xsd.tmp#sub
Properties
content complex
mixed true
Used by
Model
b | sup | sub
Children b, sub, sup
Instance
<invention-title id="">
  <b>{1,1}</b>
  <sup>{1,1}</sup>
  <sub>{1,1}</sub>
</invention-title>
Attributes
QName Type Use
id xs:ID optional
Source
<xs:element name="invention-title">
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="b"/>
      <xs:element ref="sup"/>
      <xs:element ref="sub"/>
    </xs:choice>
    <xs:attribute name="id" type="xs:ID"/>
  </xs:complexType>
</xs:element>
Element srep-abstract
Namespace No namespace
Diagram
Diagramch-patent-doc-v1-2-ige1-0_xsd.tmp#srep-abstract_abs-approvalch-patent-doc-v1-2-ige1-0_xsd.tmp#abstract
Properties
content complex
Used by
Element srep-info
Model
Children abstract
Instance
<srep-abstract abs-approval="yes">
  <abstract id="" lang="" status="">{0,1}</abstract>
</srep-abstract>
Attributes
QName Type Default Use
abs-approval yesorno yes optional
Source
<xs:element name="srep-abstract">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="abstract" minOccurs="0"/>
    </xs:sequence>
    <xs:attribute name="abs-approval" type="yesorno" default="yes"/>
  </xs:complexType>
</xs:element>
Element abstract
Namespace No namespace
Diagram
Diagramch-patent-doc-v1-2-ige1-0_xsd.tmp#abstract_idch-patent-doc-v1-2-ige1-0_xsd.tmp#abstract_langch-patent-doc-v1-2-ige1-0_xsd.tmp#abstract_statusch-patent-doc-v1-2-ige1-0_xsd.tmp#abst-problemch-patent-doc-v1-2-ige1-0_xsd.tmp#abst-solutionch-patent-doc-v1-2-ige1-0_xsd.tmp#p
Properties
content complex
Used by
Model
Children abst-problem, abst-solution, p
Instance
<abstract id="" lang="" status="">
  <abst-problem>{1,1}</abst-problem>
  <abst-solution id="">{1,1}</abst-solution>
  <p id="" num="">{1,unbounded}</p>
</abstract>
Attributes
QName Type Use
id xs:ID optional
lang lang optional
status xs:string optional
Source
<xs:element name="abstract">
  <xs:complexType>
    <xs:choice>
      <xs:sequence>
        <xs:element ref="abst-problem"/>
        <xs:element ref="abst-solution"/>
      </xs:sequence>
      <xs:element ref="p" maxOccurs="unbounded"/>
    </xs:choice>
    <xs:attribute name="id" type="xs:ID"/>
    <xs:attribute name="lang" type="lang"/>
    <xs:attribute name="status" type="xs:string"/>
  </xs:complexType>
</xs:element>
Element abst-problem
Namespace No namespace
Diagram
Diagramch-patent-doc-v1-2-ige1-0_xsd.tmp#p
Properties
content complex
Used by
Element abstract
Model
Children p
Instance
<abst-problem>
  <p id="" num="">{1,unbounded}</p>
</abst-problem>
Source
<xs:element name="abst-problem">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="p" maxOccurs="unbounded"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element abst-solution
Namespace No namespace
Diagram
Diagramch-patent-doc-v1-2-ige1-0_xsd.tmp#abst-solution_idch-patent-doc-v1-2-ige1-0_xsd.tmp#p
Properties
content complex
Used by
Element abstract
Model
Children p
Instance
<abst-solution id="">
  <p id="" num="">{1,unbounded}</p>
</abst-solution>
Attributes
QName Type Use
id xs:ID optional
Source
<xs:element name="abst-solution">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="p" maxOccurs="unbounded"/>
    </xs:sequence>
    <xs:attribute name="id" type="xs:ID"/>
  </xs:complexType>
</xs:element>
Element srep-figure-to-publish
Namespace No namespace
Diagram
Diagramch-patent-doc-v1-2-ige1-0_xsd.tmp#srep-figure-to-publish_figinfoch-patent-doc-v1-2-ige1-0_xsd.tmp#figure-to-publish
Properties
content complex
Used by
Element srep-info
Model
Children figure-to-publish
Instance
<srep-figure-to-publish figinfo="">
  <figure-to-publish>{0,1}</figure-to-publish>
</srep-figure-to-publish>
Attributes
QName Type Use
figinfo restriction of xs:integer required
Source
<xs:element name="srep-figure-to-publish">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="figure-to-publish" minOccurs="0"/>
    </xs:sequence>
    <xs:attribute name="figinfo" use="required">
      <xs:simpleType>
        <xs:restriction base="xs:integer">
          <xs:enumeration value="1"/>
          <xs:enumeration value="2"/>
          <xs:enumeration value="3"/>
          <xs:enumeration value="4"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
Element figure-to-publish
Namespace No namespace
Diagram
Diagramch-patent-doc-v1-2-ige1-0_xsd.tmp#fig-number
Properties
content complex
Used by
Model
Children fig-number
Instance
<figure-to-publish>
  <fig-number>{1,unbounded}</fig-number>
</figure-to-publish>
Source
<xs:element name="figure-to-publish">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="fig-number" maxOccurs="unbounded"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element fig-number
Namespace No namespace
Diagram
Diagram
Type xs:integer
Properties
content simple
Used by
Source
<xs:element name="fig-number" type="xs:integer"/>
Element srep-info-admin
Namespace No namespace
Diagram
Diagramch-patent-doc-v1-2-ige1-0_xsd.tmp#authorized-officerch-patent-doc-v1-2-ige1-0_xsd.tmp#srep-office
Properties
content complex
Used by
Element srep-info
Model
Children authorized-officer, srep-office
Instance
<srep-info-admin>
  <authorized-officer>{0,1}</authorized-officer>
  <srep-office>{0,1}</srep-office>
</srep-info-admin>
Source
<xs:element name="srep-info-admin">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="authorized-officer" minOccurs="0"/>
      <xs:element ref="srep-office" minOccurs="0"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element authorized-officer
Namespace No namespace
Diagram
Diagramch-patent-doc-v1-2-ige1-0_xsd.tmp#namech-patent-doc-v1-2-ige1-0_xsd.tmp#name_group
Properties
content complex
Used by
Element srep-info-admin
Model
Children name
Instance
<authorized-officer>
  <name>{1,1}</name>
</authorized-officer>
Source
<xs:element name="authorized-officer">
  <xs:complexType>
    <xs:sequence>
      <xs:group ref="name_group"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element srep-office
Namespace No namespace
Diagram
Diagramch-patent-doc-v1-2-ige1-0_xsd.tmp#addressbook
Properties
content complex
Used by
Model
Children addressbook
Instance
<srep-office>
  <addressbook id="">{1,1}</addressbook>
</srep-office>
Source
<xs:element name="srep-office">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="addressbook"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element addressbook
Namespace No namespace
Diagram
Diagramch-patent-doc-v1-2-ige1-0_xsd.tmp#addressbook_idch-patent-doc-v1-2-ige1-0_xsd.tmp#namech-patent-doc-v1-2-ige1-0_xsd.tmp#name_groupch-patent-doc-v1-2-ige1-0_xsd.tmp#address
Properties
content complex
Used by
Model
Children address, name
Instance
<addressbook id="">
  <name>{1,1}</name>
  <address>{1,1}</address>
</addressbook>
Attributes
QName Type Use
id xs:ID optional
Source
<xs:element name="addressbook">
  <xs:complexType>
    <xs:sequence>
      <xs:group ref="name_group"/>
      <xs:element ref="address"/>
    </xs:sequence>
    <xs:attribute name="id" type="xs:ID"/>
  </xs:complexType>
</xs:element>
Element address
Namespace No namespace
Diagram
Diagramch-patent-doc-v1-2-ige1-0_xsd.tmp#address-1ch-patent-doc-v1-2-ige1-0_xsd.tmp#address-2ch-patent-doc-v1-2-ige1-0_xsd.tmp#address-3ch-patent-doc-v1-2-ige1-0_xsd.tmp#streetch-patent-doc-v1-2-ige1-0_xsd.tmp#citych-patent-doc-v1-2-ige1-0_xsd.tmp#postcodech-patent-doc-v1-2-ige1-0_xsd.tmp#countrych-patent-doc-v1-2-ige1-0_xsd.tmp#address_group
Type address_group
Properties
content complex
Used by
Element addressbook
Model
Children address-1, address-2, address-3, city, country, postcode, street
Instance
<address>
  <address-1>{0,1}</address-1>
  <address-2>{0,1}</address-2>
  <address-3>{0,1}</address-3>
  <street>{0,1}</street>
  <city>{1,1}</city>
  <postcode>{0,1}</postcode>
  <country>{1,1}</country>
</address>
Source
<xs:element name="address" type="address_group"/>
Element srep-for-pub
Namespace No namespace
Diagram
Diagramch-patent-doc-v1-2-ige1-0_xsd.tmp#classifications-ipcrch-patent-doc-v1-2-ige1-0_xsd.tmp#srep-fields-searchedch-patent-doc-v1-2-ige1-0_xsd.tmp#srep-citationsch-patent-doc-v1-2-ige1-0_xsd.tmp#incomplete-searchch-patent-doc-v1-2-ige1-0_xsd.tmp#srep-adminch-patent-doc-v1-2-ige1-0_xsd.tmp#srep-patent-family
Properties
content complex
Used by
Model
Children classifications-ipcr, incomplete-search, srep-admin, srep-citations, srep-fields-searched, srep-patent-family
Instance
<srep-for-pub>
  <classifications-ipcr>{0,1}</classifications-ipcr>
  <srep-fields-searched>{1,1}</srep-fields-searched>
  <srep-citations>{1,1}</srep-citations>
  <incomplete-search>{0,1}</incomplete-search>
  <srep-admin>{0,1}</srep-admin>
  <srep-patent-family>{0,1}</srep-patent-family>
</srep-for-pub>
Source
<xs:element name="srep-for-pub">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="classifications-ipcr" minOccurs="0"/>
      <xs:element ref="srep-fields-searched"/>
      <xs:element ref="srep-citations"/>
      <xs:element ref="incomplete-search" minOccurs="0"/>
      <xs:element ref="srep-admin" minOccurs="0"/>
      <xs:element ref="srep-patent-family" minOccurs="0"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element classifications-ipcr
Namespace No namespace
Diagram
Diagramch-patent-doc-v1-2-ige1-0_xsd.tmp#classification-ipcr
Properties
content complex
Used by
Model
Children classification-ipcr
Instance
<classifications-ipcr>
  <classification-ipcr id="" sequence="">{1,unbounded}</classification-ipcr>
</classifications-ipcr>
Source
<xs:element name="classifications-ipcr">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="classification-ipcr" maxOccurs="unbounded"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element classification-ipcr
Namespace No namespace
Diagram
Diagramch-patent-doc-v1-2-ige1-0_xsd.tmp#classification-ipcr_idch-patent-doc-v1-2-ige1-0_xsd.tmp#classification-ipcr_sequencech-patent-doc-v1-2-ige1-0_xsd.tmp#textch-patent-doc-v1-2-ige1-0_xsd.tmp#sectionch-patent-doc-v1-2-ige1-0_xsd.tmp#classch-patent-doc-v1-2-ige1-0_xsd.tmp#subclassch-patent-doc-v1-2-ige1-0_xsd.tmp#main-groupch-patent-doc-v1-2-ige1-0_xsd.tmp#subgroupch-patent-doc-v1-2-ige1-0_xsd.tmp#ipc-version-indicatorch-patent-doc-v1-2-ige1-0_xsd.tmp#classification-levelch-patent-doc-v1-2-ige1-0_xsd.tmp#symbol-positionch-patent-doc-v1-2-ige1-0_xsd.tmp#classification-value
Properties
content complex
Used by
Model
Children class, classification-level, classification-value, ipc-version-indicator, main-group, section, subclass, subgroup, symbol-position, text
Instance
<classification-ipcr id="" sequence="">
  <text>{1,1}</text>
  <section>{1,1}</section>
  <class>{1,1}</class>
  <subclass>{1,1}</subclass>
  <main-group>{1,1}</main-group>
  <subgroup>{1,1}</subgroup>
  <ipc-version-indicator>{1,1}</ipc-version-indicator>
  <classification-level>{1,1}</classification-level>
  <symbol-position>{1,1}</symbol-position>
  <classification-value>{1,1}</classification-value>
</classification-ipcr>
Attributes
QName Type Use
id xs:ID optional
sequence xs:positiveInteger optional
Source
<xs:element name="classification-ipcr">
  <xs:complexType>
    <xs:choice>
      <xs:element ref="text"/>
      <xs:sequence>
        <xs:element ref="section"/>
        <xs:element ref="class"/>
        <xs:element ref="subclass"/>
        <xs:element ref="main-group"/>
        <xs:element ref="subgroup"/>
        <xs:element ref="ipc-version-indicator"/>
        <xs:element ref="classification-level"/>
        <xs:element ref="symbol-position"/>
        <xs:element ref="classification-value"/>
      </xs:sequence>
    </xs:choice>
    <xs:attribute name="id" type="xs:ID"/>
    <xs:attribute name="sequence" type="xs:positiveInteger"/>
  </xs:complexType>
</xs:element>
Element section
Namespace No namespace
Diagram
Diagram
Type restriction of xs:string
Properties
content simple
Facets
pattern [A-Z]{1}
Used by
Source
<xs:element name="section">
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:pattern value="[A-Z]{1}"/>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
Element class
Namespace No namespace
Diagram
Diagram
Type restriction of xs:NMTOKEN
Properties
content simple
Facets
pattern (\c+) & ([0-9]{2})
Used by
Source
<xs:element name="class">
  <xs:simpleType>
    <xs:restriction base="xs:NMTOKEN">
      <xs:pattern value="[0-9]{2}"/>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
Element subclass
Namespace No namespace
Diagram
Diagram
Type restriction of xs:NMTOKEN
Properties
content simple
Facets
pattern (\c+) & ([A-Z]{1})
Used by
Source
<xs:element name="subclass">
  <xs:simpleType>
    <xs:restriction base="xs:NMTOKEN">
      <xs:pattern value="[A-Z]{1}"/>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
Element main-group
Namespace No namespace
Diagram
Diagram
Type restriction of xs:integer
Properties
content simple
Facets
maxInclusive 9999
minInclusive 1
Used by
Source
<xs:element name="main-group">
  <xs:simpleType>
    <xs:restriction base="xs:integer">
      <xs:minInclusive value="1"/>
      <xs:maxInclusive value="9999"/>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
Element subgroup
Namespace No namespace
Diagram
Diagram
Type restriction of xs:integer
Properties
content simple
Facets
maxInclusive 999999
minInclusive 0
Used by
Source
<xs:element name="subgroup">
  <xs:simpleType>
    <xs:restriction base="xs:integer">
      <xs:minInclusive value="0"/>
      <xs:maxInclusive value="999999"/>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
Element ipc-version-indicator
Namespace No namespace
Diagram
Diagramch-patent-doc-v1-2-ige1-0_xsd.tmp#date
Properties
content complex
Used by
Model
Children date
Instance
<ipc-version-indicator>
  <date>{1,1}</date>
</ipc-version-indicator>
Source
<xs:element name="ipc-version-indicator">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="date"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element classification-level
Namespace No namespace
Diagram
Diagram
Type restriction of xs:NMTOKEN
Properties
content simple
Facets
enumeration ipcr-advanced
Used by
Source
<xs:element name="classification-level">
  <xs:simpleType>
    <xs:restriction base="xs:NMTOKEN">
      <xs:enumeration value="ipcr-advanced"/>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
Element symbol-position
Namespace No namespace
Diagram
Diagram
Type restriction of xs:NMTOKEN
Properties
content simple
Facets
enumeration first-symbol-position
enumeration later-symbol-position
Used by
Source
<xs:element name="symbol-position">
  <xs:simpleType>
    <xs:restriction base="xs:NMTOKEN">
      <xs:enumeration value="first-symbol-position"/>
      <xs:enumeration value="later-symbol-position"/>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
Element classification-value
Namespace No namespace
Diagram
Diagram
Type restriction of xs:token
Properties
content simple
Facets
enumeration invention
enumeration non-invention
Used by
Source
<xs:element name="classification-value">
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="invention"/>
      <xs:enumeration value="non-invention"/>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
Element srep-fields-searched
Namespace No namespace
Diagram
Diagramch-patent-doc-v1-2-ige1-0_xsd.tmp#minimum-documentation
Properties
content complex
Used by
Element srep-for-pub
Model
Children minimum-documentation
Instance
<srep-fields-searched>
  <minimum-documentation>{1,1}</minimum-documentation>
</srep-fields-searched>
Source
<xs:element name="srep-fields-searched">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="minimum-documentation"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element minimum-documentation
Namespace No namespace
Diagram
Diagramch-patent-doc-v1-2-ige1-0_xsd.tmp#classifications-ipcr
Properties
content complex
Used by
Model
Children classifications-ipcr
Instance
<minimum-documentation>
  <classifications-ipcr>{0,1}</classifications-ipcr>
</minimum-documentation>
Source
<xs:element name="minimum-documentation">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="classifications-ipcr" minOccurs="0"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element srep-citations
Namespace No namespace
Diagram
Diagramch-patent-doc-v1-2-ige1-0_xsd.tmp#textch-patent-doc-v1-2-ige1-0_xsd.tmp#citation
Properties
content complex
Used by
Element srep-for-pub
Model
Children citation, text
Instance
<srep-citations>
  <text>{1,1}</text>
  <citation id="">{1,unbounded}</citation>
</srep-citations>
Source
<xs:element name="srep-citations">
  <xs:complexType>
    <xs:choice>
      <xs:element ref="text"/>
      <xs:element ref="citation" maxOccurs="unbounded"/>
    </xs:choice>
  </xs:complexType>
</xs:element>
Element citation
Namespace No namespace
Diagram
Diagramch-patent-doc-v1-2-ige1-0_xsd.tmp#citation_idch-patent-doc-v1-2-ige1-0_xsd.tmp#patcitch-patent-doc-v1-2-ige1-0_xsd.tmp#nplcitch-patent-doc-v1-2-ige1-0_xsd.tmp#rel-passagech-patent-doc-v1-2-ige1-0_xsd.tmp#categorych-patent-doc-v1-2-ige1-0_xsd.tmp#rel-claimsch-patent-doc-v1-2-ige1-0_xsd.tmp#corresponding-docs
Properties
content complex
Used by
Element srep-citations
Model
Children category, corresponding-docs, nplcit, patcit, rel-claims, rel-passage
Instance
<citation id="">
  <patcit dnum="" id="" url="">{1,1}</patcit>
  <nplcit id="">{1,1}</nplcit>
  <rel-passage>{0,unbounded}</rel-passage>
  <category>{0,unbounded}</category>
  <rel-claims>{0,unbounded}</rel-claims>
  <corresponding-docs>{0,unbounded}</corresponding-docs>
</citation>
Attributes
QName Type Use
id xs:ID optional
Source
<xs:element name="citation">
  <xs:complexType>
    <xs:sequence>
      <xs:choice>
        <xs:element ref="patcit"/>
        <xs:element ref="nplcit"/>
      </xs:choice>
      <xs:sequence minOccurs="0" maxOccurs="unbounded">
        <xs:element ref="rel-passage" minOccurs="0" maxOccurs="unbounded"/>
        <xs:element ref="category" minOccurs="0" maxOccurs="unbounded"/>
        <xs:element ref="rel-claims" minOccurs="0" maxOccurs="unbounded"/>
      </xs:sequence>
      <xs:element ref="corresponding-docs" minOccurs="0" maxOccurs="unbounded"/>
    </xs:sequence>
    <xs:attribute name="id" type="xs:ID"/>
  </xs:complexType>
</xs:element>
Element nplcit
Namespace No namespace
Diagram
Diagramch-patent-doc-v1-2-ige1-0_xsd.tmp#nplcit_idch-patent-doc-v1-2-ige1-0_xsd.tmp#textch-patent-doc-v1-2-ige1-0_xsd.tmp#rel-passage
Properties
content complex
Used by
Model
Children rel-passage, text
Instance
<nplcit id="">
  <text>{1,1}</text>
  <rel-passage>{0,unbounded}</rel-passage>
</nplcit>
Attributes
QName Type Use
id xs:ID optional
Source
<xs:element name="nplcit">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="text"/>
      <xs:element ref="rel-passage" minOccurs="0" maxOccurs="unbounded"/>
    </xs:sequence>
    <xs:attribute name="id" type="xs:ID"/>
  </xs:complexType>
</xs:element>
Element corresponding-docs
Namespace No namespace
Diagram
Diagramch-patent-doc-v1-2-ige1-0_xsd.tmp#patcitch-patent-doc-v1-2-ige1-0_xsd.tmp#nplcitch-patent-doc-v1-2-ige1-0_xsd.tmp#rel-passagech-patent-doc-v1-2-ige1-0_xsd.tmp#categorych-patent-doc-v1-2-ige1-0_xsd.tmp#rel-claims
Properties
content complex
Used by
Element citation
Model
Children category, nplcit, patcit, rel-claims, rel-passage
Instance
<corresponding-docs>
  <patcit dnum="" id="" url="">{1,1}</patcit>
  <nplcit id="">{1,1}</nplcit>
  <rel-passage>{0,unbounded}</rel-passage>
  <category>{0,unbounded}</category>
  <rel-claims>{0,unbounded}</rel-claims>
</corresponding-docs>
Source
<xs:element name="corresponding-docs">
  <xs:complexType>
    <xs:sequence>
      <xs:choice>
        <xs:element ref="patcit"/>
        <xs:element ref="nplcit"/>
      </xs:choice>
      <xs:sequence minOccurs="0" maxOccurs="unbounded">
        <xs:element ref="rel-passage" minOccurs="0" maxOccurs="unbounded"/>
        <xs:element ref="category" minOccurs="0" maxOccurs="unbounded"/>
        <xs:element ref="rel-claims" minOccurs="0" maxOccurs="unbounded"/>
      </xs:sequence>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element incomplete-search
Namespace No namespace
Diagram
Properties
Used by
Model
Children limitation-of-search, text
Instance
Source
Element limitation-of-search
Namespace No namespace
Diagram
Properties
Used by
Model
Children claims-not-searched, claims-searched, claims-searched-incompletely, reason-limited-search, text
Instance
Attributes
Source
Element claims-searched
Namespace No namespace
Diagram
Diagram
Type xs:string
Properties
content simple
Used by
Source
<xs:element name="claims-searched" type="xs:string"/>
Element claims-searched-incompletely
Namespace No namespace
Diagram
Diagram
Type xs:string
Properties
content simple
Used by
Source
<xs:element name="claims-searched-incompletely" type="xs:string"/>
Element claims-not-searched
Namespace No namespace
Diagram
Diagram
Type xs:string
Properties
content simple
Used by
Source
<xs:element name="claims-not-searched" type="xs:string"/>
Element reason-limited-search
Namespace No namespace
Diagram
Properties
Used by
Model
Children heading, p
Instance
Source
Element heading
Namespace No namespace
Diagram
Diagramch-patent-doc-v1-2-ige1-0_xsd.tmp#heading_idch-patent-doc-v1-2-ige1-0_xsd.tmp#bch-patent-doc-v1-2-ige1-0_xsd.tmp#supch-patent-doc-v1-2-ige1-0_xsd.tmp#sub
Properties
content complex
mixed true
Used by
Model
b | sup | sub
Children b, sub, sup
Instance
<heading id="">
  <b>{1,1}</b>
  <sup>{1,1}</sup>
  <sub>{1,1}</sub>
</heading>
Attributes
QName Type Use
id xs:ID optional
Source
<xs:element name="heading">
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="b"/>
      <xs:element ref="sup"/>
      <xs:element ref="sub"/>
    </xs:choice>
    <xs:attribute name="id" type="xs:ID"/>
  </xs:complexType>
</xs:element>
Element srep-admin
Namespace No namespace
Diagram
Diagramch-patent-doc-v1-2-ige1-0_xsd.tmp#examinersch-patent-doc-v1-2-ige1-0_xsd.tmp#srep-officech-patent-doc-v1-2-ige1-0_xsd.tmp#date-search-completed
Properties
content complex
Used by
Element srep-for-pub
Model
Children date-search-completed, examiners, srep-office
Instance
<srep-admin>
  <examiners>{0,1}</examiners>
  <srep-office>{0,1}</srep-office>
  <date-search-completed>{1,1}</date-search-completed>
</srep-admin>
Source
<xs:element name="srep-admin">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="examiners" minOccurs="0"/>
      <xs:element ref="srep-office" minOccurs="0"/>
      <xs:element ref="date-search-completed"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element examiners
Namespace No namespace
Diagram
Diagramch-patent-doc-v1-2-ige1-0_xsd.tmp#primary-examiner
Properties
content complex
Used by
Element srep-admin
Model
Children primary-examiner
Instance
<examiners>
  <primary-examiner>{0,1}</primary-examiner>
</examiners>
Source
<xs:element name="examiners">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="primary-examiner" minOccurs="0"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element primary-examiner
Namespace No namespace
Diagram
Diagramch-patent-doc-v1-2-ige1-0_xsd.tmp#namech-patent-doc-v1-2-ige1-0_xsd.tmp#name_group
Properties
content complex
Used by
Element examiners
Model
Children name
Instance
<primary-examiner>
  <name>{1,1}</name>
</primary-examiner>
Source
<xs:element name="primary-examiner">
  <xs:complexType>
    <xs:sequence>
      <xs:group ref="name_group"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element date-search-completed
Namespace No namespace
Diagram
Diagramch-patent-doc-v1-2-ige1-0_xsd.tmp#date
Properties
content complex
Used by
Element srep-admin
Model
Children date
Instance
<date-search-completed>
  <date>{1,1}</date>
</date-search-completed>
Source
<xs:element name="date-search-completed">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="date"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element srep-patent-family
Namespace No namespace
Diagram
Diagramch-patent-doc-v1-2-ige1-0_xsd.tmp#textch-patent-doc-v1-2-ige1-0_xsd.tmp#patent-family
Properties
content complex
Used by
Element srep-for-pub
Model
Children patent-family, text
Instance
<srep-patent-family>
  <text>{0,1}</text>
  <patent-family id="">{1,unbounded}</patent-family>
</srep-patent-family>
Source
<xs:element name="srep-patent-family">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="text" minOccurs="0"/>
      <xs:element ref="patent-family" maxOccurs="unbounded"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element patent-family
Namespace No namespace
Diagram
Diagramch-patent-doc-v1-2-ige1-0_xsd.tmp#patent-family_idch-patent-doc-v1-2-ige1-0_xsd.tmp#priority-applicationch-patent-doc-v1-2-ige1-0_xsd.tmp#family-memberch-patent-doc-v1-2-ige1-0_xsd.tmp#text
Properties
content complex
Used by
Model
Children family-member, priority-application, text
Instance
<patent-family id="">
  <priority-application>{1,1}</priority-application>
  <family-member>{1,unbounded}</family-member>
  <text>{1,1}</text>
</patent-family>
Attributes
QName Type Use
id xs:ID optional
Source
<xs:element name="patent-family">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="priority-application"/>
      <xs:choice>
        <xs:element ref="family-member" maxOccurs="unbounded"/>
        <xs:element ref="text"/>
      </xs:choice>
    </xs:sequence>
    <xs:attribute name="id" type="xs:ID"/>
  </xs:complexType>
</xs:element>
Element priority-application
Namespace No namespace
Diagram
Diagramch-patent-doc-v1-2-ige1-0_xsd.tmp#document-id
Properties
content complex
Used by
Element patent-family
Model
Children document-id
Instance
<priority-application>
  <document-id>{1,1}</document-id>
</priority-application>
Source
<xs:element name="priority-application">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="document-id"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element family-member
Namespace No namespace
Diagram
Diagramch-patent-doc-v1-2-ige1-0_xsd.tmp#document-id
Properties
content complex
Used by
Element patent-family
Model
Children document-id
Instance
<family-member>
  <document-id>{1,1}</document-id>
</family-member>
Source
<xs:element name="family-member">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="document-id"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element ch-patent-document
Namespace No namespace
Diagram
Diagramch-patent-doc-v1-2-ige1-0_xsd.tmp#ch-patent-document_idch-patent-doc-v1-2-ige1-0_xsd.tmp#ch-patent-document_langch-patent-doc-v1-2-ige1-0_xsd.tmp#ch-patent-document_dtd-versionch-patent-doc-v1-2-ige1-0_xsd.tmp#ch-patent-document_countrych-patent-doc-v1-2-ige1-0_xsd.tmp#ch-patent-document_date-producedch-patent-doc-v1-2-ige1-0_xsd.tmp#ch-patent-document_date-publch-patent-doc-v1-2-ige1-0_xsd.tmp#bibliographic-datach-patent-doc-v1-2-ige1-0_xsd.tmp#abstractch-patent-doc-v1-2-ige1-0_xsd.tmp#descriptionch-patent-doc-v1-2-ige1-0_xsd.tmp#claimsch-patent-doc-v1-2-ige1-0_xsd.tmp#amended-claimsch-patent-doc-v1-2-ige1-0_xsd.tmp#drawingsch-patent-doc-v1-2-ige1-0_xsd.tmp#search-report-data
Properties
content complex
Model
Children abstract, amended-claims, bibliographic-data, claims, description, drawings, search-report-data
Instance
<ch-patent-document country="CH" date-produced="" date-publ="" dtd-version="" id="" lang="">
  <bibliographic-data id="">{0,1}</bibliographic-data>
  <abstract id="" lang="" status="">{0,1}</abstract>
  <description id="">{0,1}</description>
  <claims id="">{0,1}</claims>
  <amended-claims id="" lang="">{0,1}</amended-claims>
  <drawings id="">{0,1}</drawings>
  <search-report-data date-produced="" id="srep" lang="" srep-office="CH" srep-type="" status="">{0,1}</search-report-data>
</ch-patent-document>
Attributes
QName Type Fixed Use
country restriction of xs:NMTOKEN CH required
date-produced xs:date optional
date-publ xs:date optional
dtd-version optional
id xs:ID optional
lang lang required
Source
<xs:element name="ch-patent-document">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="bibliographic-data" minOccurs="0"/>
      <xs:element ref="abstract" minOccurs="0"/>
      <xs:element ref="description" minOccurs="0"/>
      <xs:element ref="claims" minOccurs="0"/>
      <xs:element ref="amended-claims" minOccurs="0"/>
      <xs:element ref="drawings" minOccurs="0"/>
      <xs:element ref="search-report-data" minOccurs="0"/>
    </xs:sequence>
    <xs:attribute name="id" type="xs:ID"/>
    <xs:attribute name="lang" type="lang" use="required"/>
    <xs:attribute name="dtd-version"/>
    <xs:attribute name="country" use="required" fixed="CH">
      <xs:simpleType>
        <xs:restriction base="xs:NMTOKEN">
          <xs:enumeration value="CH"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
    <xs:attribute name="date-produced" type="xs:date"/>
    <xs:attribute name="date-publ" type="xs:date"/>
  </xs:complexType>
</xs:element>
Element bibliographic-data
Namespace No namespace
Diagram
Diagramch-patent-doc-v1-2-ige1-0_xsd.tmp#bibliographic-data_idch-patent-doc-v1-2-ige1-0_xsd.tmp#plain-language-designationch-patent-doc-v1-2-ige1-0_xsd.tmp#publication-referencech-patent-doc-v1-2-ige1-0_xsd.tmp#classifications-ipcrch-patent-doc-v1-2-ige1-0_xsd.tmp#application-referencech-patent-doc-v1-2-ige1-0_xsd.tmp#priority-claimsch-patent-doc-v1-2-ige1-0_xsd.tmp#partiesch-patent-doc-v1-2-ige1-0_xsd.tmp#invention-titlech-patent-doc-v1-2-ige1-0_xsd.tmp#assigneesch-patent-doc-v1-2-ige1-0_xsd.tmp#dates-of-public-availabilitych-patent-doc-v1-2-ige1-0_xsd.tmp#dates-rights-effectivech-patent-doc-v1-2-ige1-0_xsd.tmp#related-documentsch-patent-doc-v1-2-ige1-0_xsd.tmp#st50-republicationch-patent-doc-v1-2-ige1-0_xsd.tmp#pct-or-regional-filing-datach-patent-doc-v1-2-ige1-0_xsd.tmp#pct-or-regional-publishing-datach-patent-doc-v1-2-ige1-0_xsd.tmp#defer-publication-of-search-reportch-patent-doc-v1-2-ige1-0_xsd.tmp#date-application-partially-withdrawnch-patent-doc-v1-2-ige1-0_xsd.tmp#p
Properties
content complex
Used by
Model
Children application-reference, assignees, classifications-ipcr, date-application-partially-withdrawn, dates-of-public-availability, dates-rights-effective, defer-publication-of-search-report, invention-title, p, parties, pct-or-regional-filing-data, pct-or-regional-publishing-data, plain-language-designation, priority-claims, publication-reference, related-documents, st50-republication
Instance
<bibliographic-data id="">
  <plain-language-designation>{0,1}</plain-language-designation>
  <publication-reference id="">{1,1}</publication-reference>
  <classifications-ipcr>{0,1}</classifications-ipcr>
  <application-reference id="">{1,1}</application-reference>
  <priority-claims>{0,1}</priority-claims>
  <parties>{1,1}</parties>
  <invention-title id="">{1,1}</invention-title>
  <assignees>{0,1}</assignees>
  <dates-of-public-availability>{0,1}</dates-of-public-availability>
  <dates-rights-effective>{0,1}</dates-rights-effective>
  <related-documents>{0,1}</related-documents>
  <st50-republication>{0,1}</st50-republication>
  <pct-or-regional-filing-data>{0,1}</pct-or-regional-filing-data>
  <pct-or-regional-publishing-data>{0,1}</pct-or-regional-publishing-data>
  <defer-publication-of-search-report>{0,1}</defer-publication-of-search-report>
  <date-application-partially-withdrawn>{0,1}</date-application-partially-withdrawn>
  <p id="" num="">{0,unbounded}</p>
</bibliographic-data>
Attributes
QName Type Use
id xs:ID optional
Source
<xs:element name="bibliographic-data">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="plain-language-designation" minOccurs="0"/>
      <xs:element ref="publication-reference"/>
      <xs:element ref="classifications-ipcr" minOccurs="0"/>
      <xs:element ref="application-reference"/>
      <xs:element ref="priority-claims" minOccurs="0"/>
      <xs:element ref="parties"/>
      <xs:element ref="invention-title"/>
      <xs:element ref="assignees" minOccurs="0"/>
      <xs:element ref="dates-of-public-availability" minOccurs="0"/>
      <xs:element ref="dates-rights-effective" minOccurs="0"/>
      <xs:element ref="related-documents" minOccurs="0"/>
      <xs:element ref="st50-republication" minOccurs="0"/>
      <xs:element ref="pct-or-regional-filing-data" minOccurs="0"/>
      <xs:element ref="pct-or-regional-publishing-data" minOccurs="0"/>
      <xs:element ref="defer-publication-of-search-report" minOccurs="0"/>
      <xs:element ref="date-application-partially-withdrawn" minOccurs="0"/>
      <xs:element ref="p" minOccurs="0" maxOccurs="unbounded"/>
    </xs:sequence>
    <xs:attribute name="id" type="xs:ID"/>
  </xs:complexType>
</xs:element>
Element plain-language-designation
Namespace No namespace
Diagram
Diagram
Type restriction of xs:string
Properties
content simple
Facets
enumeration PATENTSCHRIFT
enumeration FASCICULE DU BREVET
enumeration FASCICOLO DEL BREVETTO
enumeration PATENTANMELDUNG
enumeration DEMANDE DE BREVET
enumeration DOMANDA DI BREVETTO
Used by
Source
<xs:element name="plain-language-designation">
  <!-- defines the possible values of  plain-language-designation-->
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:enumeration value="PATENTSCHRIFT"/>
      <xs:enumeration value="FASCICULE DU BREVET"/>
      <xs:enumeration value="FASCICOLO DEL BREVETTO"/>
      <xs:enumeration value="PATENTANMELDUNG"/>
      <xs:enumeration value="DEMANDE DE BREVET"/>
      <xs:enumeration value="DOMANDA DI BREVETTO"/>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
Element publication-reference
Namespace No namespace
Diagram
Diagramch-patent-doc-v1-2-ige1-0_xsd.tmp#publication-reference_idch-patent-doc-v1-2-ige1-0_xsd.tmp#publication-reference_document-id
Properties
content complex
Used by
Model
Children document-id
Instance
<publication-reference id="">
  <document-id>{1,1}</document-id>
</publication-reference>
Attributes
QName Type Use
id xs:ID optional
Source
<xs:element name="publication-reference">
  <xs:complexType>
    <xs:sequence>
      <xs:element name="document-id" type="ch-document-id"/>
    </xs:sequence>
    <xs:attribute name="id" type="xs:ID"/>
  </xs:complexType>
</xs:element>
Element publication-reference / document-id
Namespace No namespace
Diagram
Diagramch-patent-doc-v1-2-ige1-0_xsd.tmp#countrych-patent-doc-v1-2-ige1-0_xsd.tmp#doc-numberch-patent-doc-v1-2-ige1-0_xsd.tmp#kindch-patent-doc-v1-2-ige1-0_xsd.tmp#namech-patent-doc-v1-2-ige1-0_xsd.tmp#datech-patent-doc-v1-2-ige1-0_xsd.tmp#document-id-contentch-patent-doc-v1-2-ige1-0_xsd.tmp#countrych-patent-doc-v1-2-ige1-0_xsd.tmp#doc-numberch-patent-doc-v1-2-ige1-0_xsd.tmp#ch-document-id_kindch-patent-doc-v1-2-ige1-0_xsd.tmp#namech-patent-doc-v1-2-ige1-0_xsd.tmp#datech-patent-doc-v1-2-ige1-0_xsd.tmp#ch-document-id
Type ch-document-id
Type hierarchy
Properties
content complex
Model
Children country, date, doc-number, kind, name
Instance
<document-id>
  <country>{1,1}</country>
  <doc-number>{1,1}</doc-number>
  <kind>{0,1}</kind>
  <name>{0,1}</name>
  <date>{0,1}</date>
</document-id>
Source
<xs:element name="document-id" type="ch-document-id"/>
Element ch-document-id / kind
Namespace No namespace
Diagram
Diagramch-patent-doc-v1-2-ige1-0_xsd.tmp#ch-kind
Type ch-kind
Type hierarchy
Properties
content simple
minOccurs 0
Facets
enumeration A1
enumeration A2
enumeration A3
enumeration A8
enumeration A9
enumeration B1
enumeration B2
enumeration B8
enumeration B9
enumeration C1
enumeration C2
enumeration C3
enumeration C9
enumeration H1
enumeration H2
enumeration H3
enumeration H9
Source
<xs:element name="kind" type="ch-kind" minOccurs="0"/>
Element priority-claims
Namespace No namespace
Diagram
Diagramch-patent-doc-v1-2-ige1-0_xsd.tmp#priority-claim
Properties
content complex
Used by
Model
Children priority-claim
Instance
<priority-claims>
  <priority-claim id="" kind="" sequence="">{1,unbounded}</priority-claim>
</priority-claims>
Source
<xs:element name="priority-claims">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="priority-claim" maxOccurs="unbounded"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element priority-claim
Namespace No namespace
Diagram
Diagramch-patent-doc-v1-2-ige1-0_xsd.tmp#priority-claim_idch-patent-doc-v1-2-ige1-0_xsd.tmp#priority-claim_sequencech-patent-doc-v1-2-ige1-0_xsd.tmp#priority-claim_kindch-patent-doc-v1-2-ige1-0_xsd.tmp#countrych-patent-doc-v1-2-ige1-0_xsd.tmp#doc-numberch-patent-doc-v1-2-ige1-0_xsd.tmp#date
Properties
content complex
Used by
Element priority-claims
Model
Children country, date, doc-number
Instance
<priority-claim id="" kind="" sequence="">
  <country>{1,1}</country>
  <doc-number>{0,1}</doc-number>
  <date>{1,1}</date>
</priority-claim>
Attributes
QName Type Use
id xs:ID optional
kind restriction of xs:token required
sequence xs:positiveInteger required
Source
<xs:element name="priority-claim">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="country"/>
      <xs:element ref="doc-number" minOccurs="0"/>
      <xs:element ref="date"/>
    </xs:sequence>
    <xs:attribute name="id" type="xs:ID"/>
    <xs:attribute name="sequence" type="xs:positiveInteger" use="required"/>
    <xs:attribute name="kind" use="required">
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="national"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
Element parties
Namespace No namespace
Diagram
Diagramch-patent-doc-v1-2-ige1-0_xsd.tmp#applicantsch-patent-doc-v1-2-ige1-0_xsd.tmp#inventorsch-patent-doc-v1-2-ige1-0_xsd.tmp#agents
Properties
content complex
Used by
Model
Children agents, applicants, inventors
Instance
<parties>
  <applicants>{1,1}</applicants>
  <inventors>{0,1}</inventors>
  <agents>{0,1}</agents>
</parties>
Source
<xs:element name="parties">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="applicants"/>
      <xs:element ref="inventors" minOccurs="0"/>
      <xs:element ref="agents" minOccurs="0"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element applicants
Namespace No namespace
Diagram
Diagramch-patent-doc-v1-2-ige1-0_xsd.tmp#applicant
Properties
content complex
Used by
Element parties
Model
Children applicant
Instance
<applicants>
  <applicant app-type="" designation="" sequence="">{1,unbounded}</applicant>
</applicants>
Source
<xs:element name="applicants">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="applicant" maxOccurs="unbounded"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element applicant
Namespace No namespace
Diagram
Diagramch-patent-doc-v1-2-ige1-0_xsd.tmp#applicant_sequencech-patent-doc-v1-2-ige1-0_xsd.tmp#applicant_app-typech-patent-doc-v1-2-ige1-0_xsd.tmp#applicant_designationch-patent-doc-v1-2-ige1-0_xsd.tmp#addressbookch-patent-doc-v1-2-ige1-0_xsd.tmp#nationalitych-patent-doc-v1-2-ige1-0_xsd.tmp#residence
Properties
content complex
Used by
Element applicants
Model
Children addressbook, nationality, residence
Instance
<applicant app-type="" designation="" sequence="">
  <addressbook id="">{1,1}</addressbook>
  <nationality>{1,1}</nationality>
  <residence>{1,1}</residence>
</applicant>
Attributes
QName Type Use
app-type restriction of xs:token required
designation restriction of xs:token required
sequence xs:positiveInteger required
Source
<xs:element name="applicant">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="addressbook"/>
      <xs:element ref="nationality"/>
      <xs:element ref="residence"/>
    </xs:sequence>
    <xs:attribute name="sequence" type="xs:positiveInteger" use="required"/>
    <xs:attribute name="app-type" use="required">
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="applicant"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
    <xs:attribute name="designation" use="required">
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="as-indicated"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
Element nationality
Namespace No namespace
Diagram
Diagramch-patent-doc-v1-2-ige1-0_xsd.tmp#country
Properties
content complex
Used by
Element applicant
Model
Children country
Instance
<nationality>
  <country>{1,1}</country>
</nationality>
Source
<xs:element name="nationality">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="country"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element residence
Namespace No namespace
Diagram
Diagramch-patent-doc-v1-2-ige1-0_xsd.tmp#country
Properties
content complex
Used by
Element applicant
Model
Children country
Instance
<residence>
  <country>{1,1}</country>
</residence>
Source
<xs:element name="residence">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="country"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element inventors
Namespace No namespace
Diagram
Diagramch-patent-doc-v1-2-ige1-0_xsd.tmp#inventor
Properties
content complex
Used by
Element parties
Model
Children inventor
Instance
<inventors>
  <inventor sequence="">{1,unbounded}</inventor>
</inventors>
Source
<xs:element name="inventors">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="inventor" maxOccurs="unbounded"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element inventor
Namespace No namespace
Diagram
Diagramch-patent-doc-v1-2-ige1-0_xsd.tmp#inventor_sequencech-patent-doc-v1-2-ige1-0_xsd.tmp#addressbookch-patent-doc-v1-2-ige1-0_xsd.tmp#ch-inventor-entitlement-waiver
Properties
content complex
Used by
Element inventors
Model
Children addressbook, ch-inventor-entitlement-waiver
Instance
<inventor sequence="">
  <addressbook id="">{1,1}</addressbook>
  <ch-inventor-entitlement-waiver waiver-type="">{1,1}</ch-inventor-entitlement-waiver>
</inventor>
Attributes
QName Type Use
sequence xs:positiveInteger required
Source
<xs:element name="inventor">
  <xs:complexType>
    <xs:choice>
      <xs:element ref="addressbook"/>
      <xs:element ref="ch-inventor-entitlement-waiver"/>
    </xs:choice>
    <xs:attribute name="sequence" type="xs:positiveInteger" use="required"/>
  </xs:complexType>
</xs:element>
Element ch-inventor-entitlement-waiver
Namespace No namespace
Diagram
Diagramch-patent-doc-v1-2-ige1-0_xsd.tmp#ch-inventor-entitlement-waiver_waiver-type
Properties
content complex
mixed true
Used by
Element inventor
Model
Attributes
QName Type Use
waiver-type restriction of xs:token required
Source
<xs:element name="ch-inventor-entitlement-waiver">
  <xs:complexType mixed="true">
    <xs:attribute name="waiver-type" use="required">
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="one"/>
          <xs:enumeration value="all"/>
          <xs:enumeration value="the-other"/>
          <xs:enumeration value="all-others"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
Element agents
Namespace No namespace
Diagram
Diagramch-patent-doc-v1-2-ige1-0_xsd.tmp#agent
Properties
content complex
Used by
Element parties
Model
Children agent
Instance
<agents>
  <agent rep-type="" sequence="">{1,unbounded}</agent>
</agents>
Source
<xs:element name="agents">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="agent" maxOccurs="unbounded"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element agent
Namespace No namespace
Diagram
Diagramch-patent-doc-v1-2-ige1-0_xsd.tmp#agent_sequencech-patent-doc-v1-2-ige1-0_xsd.tmp#agent_rep-typech-patent-doc-v1-2-ige1-0_xsd.tmp#addressbook
Properties
content complex
Used by
Element agents
Model
Children addressbook
Instance
<agent rep-type="" sequence="">
  <addressbook id="">{1,1}</addressbook>
</agent>
Attributes
QName Type Use
rep-type restriction of xs:token required
sequence xs:positiveInteger required
Source
<xs:element name="agent">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="addressbook"/>
    </xs:sequence>
    <xs:attribute name="sequence" type="xs:positiveInteger" use="required"/>
    <xs:attribute name="rep-type" use="required">
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="agent"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
Element assignees
Namespace No namespace
Diagram
Diagramch-patent-doc-v1-2-ige1-0_xsd.tmp#assignee
Properties
content complex
Used by
Model
Children assignee
Instance
<assignees>
  <assignee>{1,unbounded}</assignee>
</assignees>
Source
<xs:element name="assignees">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="assignee" maxOccurs="unbounded"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element assignee
Namespace No namespace
Diagram
Diagramch-patent-doc-v1-2-ige1-0_xsd.tmp#addressbook
Properties
content complex
Used by
Element assignees
Model
Children addressbook
Instance
<assignee>
  <addressbook id="">{1,1}</addressbook>
</assignee>
Source
<xs:element name="assignee">
  <xs:complexType>
    <xs:choice>
      <xs:element ref="addressbook"/>
    </xs:choice>
  </xs:complexType>
</xs:element>
Element dates-of-public-availability
Namespace No namespace
Diagram
Diagramch-patent-doc-v1-2-ige1-0_xsd.tmp#unexamined-printed-without-grantch-patent-doc-v1-2-ige1-0_xsd.tmp#printed-as-amendedch-patent-doc-v1-2-ige1-0_xsd.tmp#ch-partial-invalidation-of-patent
Properties
content complex
Used by
Model
Children ch-partial-invalidation-of-patent, printed-as-amended, unexamined-printed-without-grant
Instance
<dates-of-public-availability>
  <unexamined-printed-without-grant>{0,1}</unexamined-printed-without-grant>
  <printed-as-amended>{0,1}</printed-as-amended>
  <ch-partial-invalidation-of-patent>{0,1}</ch-partial-invalidation-of-patent>
</dates-of-public-availability>
Source
<xs:element name="dates-of-public-availability">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="unexamined-printed-without-grant" minOccurs="0"/>
      <xs:element ref="printed-as-amended" minOccurs="0"/>
      <xs:element ref="ch-partial-invalidation-of-patent" minOccurs="0"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element unexamined-printed-without-grant
Namespace No namespace
Diagram
Diagramch-patent-doc-v1-2-ige1-0_xsd.tmp#document-id
Properties
content complex
Used by
Model
Children document-id
Instance
<unexamined-printed-without-grant>
  <document-id>{1,1}</document-id>
</unexamined-printed-without-grant>
Source
<xs:element name="unexamined-printed-without-grant">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="document-id"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element printed-as-amended
Namespace No namespace
Diagram
Diagramch-patent-doc-v1-2-ige1-0_xsd.tmp#document-id
Properties
content complex
Used by
Model
Children document-id
Instance
<printed-as-amended>
  <document-id>{1,1}</document-id>
</printed-as-amended>
Source
<xs:element name="printed-as-amended">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="document-id"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element ch-partial-invalidation-of-patent
Namespace No namespace
Diagram
Diagramch-patent-doc-v1-2-ige1-0_xsd.tmp#document-id
Properties
content complex
Used by
Model
Children document-id
Instance
<ch-partial-invalidation-of-patent>
  <document-id>{1,1}</document-id>
</ch-partial-invalidation-of-patent>
Source
<xs:element name="ch-partial-invalidation-of-patent">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="document-id"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element dates-rights-effective
Namespace No namespace
Diagram
Diagramch-patent-doc-v1-2-ige1-0_xsd.tmp#date-entering-into-forcech-patent-doc-v1-2-ige1-0_xsd.tmp#NO_NAMESPACE_dates-rights-effective
Type dates-rights-effective
Properties
content complex
Used by
Model
Children date-entering-into-force
Instance
<dates-rights-effective>
  <date-entering-into-force>{1,1}</date-entering-into-force>
</dates-rights-effective>
Source
<xs:element name="dates-rights-effective" type="dates-rights-effective"/>
Element date-entering-into-force
Namespace No namespace
Diagram
Diagramch-patent-doc-v1-2-ige1-0_xsd.tmp#date
Properties
content complex
Used by
Complex Type dates-rights-effective
Model
Children date
Instance
<date-entering-into-force>
  <date>{1,1}</date>
</date-entering-into-force>
Source
<xs:element name="date-entering-into-force">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="date"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element related-documents
Namespace No namespace
Diagram
Type related-documents
Properties
Used by
Model
Children division, related-publication
Instance
Source
Element division
Namespace No namespace
Diagram
Diagramch-patent-doc-v1-2-ige1-0_xsd.tmp#relationch-patent-doc-v1-2-ige1-0_xsd.tmp#NO_NAMESPACE_division
Type division
Properties
content complex
Used by
Complex Type related-documents
Model
Children relation
Instance
<division>
  <relation>{1,1}</relation>
</division>
Source
<xs:element name="division" type="division"/>
Element relation
Namespace No namespace
Diagram
Diagramch-patent-doc-v1-2-ige1-0_xsd.tmp#parent-docch-patent-doc-v1-2-ige1-0_xsd.tmp#child-doc
Properties
content complex
Used by
Complex Type division
Model
Children child-doc, parent-doc
Instance
<relation>
  <parent-doc>{1,1}</parent-doc>
  <child-doc>{0,1}</child-doc>
</relation>
Source
<xs:element name="relation">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="parent-doc"/>
      <xs:element ref="child-doc" minOccurs="0"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element parent-doc
Namespace No namespace
Diagram
Diagramch-patent-doc-v1-2-ige1-0_xsd.tmp#document-idch-patent-doc-v1-2-ige1-0_xsd.tmp#NO_NAMESPACE_document-id
Type document-id
Properties
content complex
Used by
Element relation
Model
Children document-id
Instance
<parent-doc>
  <document-id>{1,1}</document-id>
</parent-doc>
Source
<xs:element name="parent-doc" type="document-id"/>
Element child-doc
Namespace No namespace
Diagram
Diagramch-patent-doc-v1-2-ige1-0_xsd.tmp#document-idch-patent-doc-v1-2-ige1-0_xsd.tmp#NO_NAMESPACE_document-id
Type document-id
Properties
content complex
Used by
Element relation
Model
Children document-id
Instance
<child-doc>
  <document-id>{1,1}</document-id>
</child-doc>
Source
<xs:element name="child-doc" type="document-id"/>
Element related-publication
Namespace No namespace
Diagram
Properties
Used by
Model
Children document-id
Instance
Source
Element st50-republication
Namespace No namespace
Diagram
Diagramch-patent-doc-v1-2-ige1-0_xsd.tmp#republication-codech-patent-doc-v1-2-ige1-0_xsd.tmp#inid-codesch-patent-doc-v1-2-ige1-0_xsd.tmp#standard-notesch-patent-doc-v1-2-ige1-0_xsd.tmp#modified-partsch-patent-doc-v1-2-ige1-0_xsd.tmp#correction-notice
Properties
content complex
Used by
Model
Children correction-notice, inid-codes, modified-parts, republication-code, standard-notes
Instance
<st50-republication>
  <republication-code>{1,1}</republication-code>
  <inid-codes>{0,1}</inid-codes>
  <standard-notes>{0,1}</standard-notes>
  <modified-parts>{0,1}</modified-parts>
  <correction-notice>{1,1}</correction-notice>
</st50-republication>
Source
<xs:element name="st50-republication">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="republication-code"/>
      <xs:element ref="inid-codes" minOccurs="0"/>
      <xs:element ref="standard-notes" minOccurs="0"/>
      <xs:element ref="modified-parts" minOccurs="0"/>
      <xs:element ref="correction-notice"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element republication-code
Namespace No namespace
Diagram
Diagramch-patent-doc-v1-2-ige1-0_xsd.tmp#num
Type num
Properties
content simple
Facets
maxInclusive 9999
minInclusive 1
Used by
Source
<xs:element name="republication-code" type="num"/>
Element inid-codes
Namespace No namespace
Diagram
Diagramch-patent-doc-v1-2-ige1-0_xsd.tmp#inid-code
Properties
content complex
Used by
Model
Children inid-code
Instance
<inid-codes>
  <inid-code sequence="">{1,unbounded}</inid-code>
</inid-codes>
Source
<xs:element name="inid-codes">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="inid-code" maxOccurs="unbounded"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element inid-code
Namespace No namespace
Diagram
Diagramch-patent-doc-v1-2-ige1-0_xsd.tmp#ch-inid-codech-patent-doc-v1-2-ige1-0_xsd.tmp#inid-code_sequence
Type extension of ch-inid-code
Type hierarchy
Properties
content complex
Used by
Element inid-codes
Attributes
QName Type Use
sequence xs:positiveInteger optional
Source
<xs:element name="inid-code">
  <xs:complexType>
    <xs:simpleContent>
      <xs:extension base="ch-inid-code">
        <xs:attribute name="sequence" type="xs:positiveInteger"/>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
Element standard-notes
Namespace No namespace
Diagram
Diagramch-patent-doc-v1-2-ige1-0_xsd.tmp#standard-note
Properties
content complex
Used by
Model
Children standard-note
Instance
<standard-notes>
  <standard-note lang="" sequence="">{1,unbounded}</standard-note>
</standard-notes>
Source
<xs:element name="standard-notes">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="standard-note" maxOccurs="unbounded"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element standard-note
Namespace No namespace
Diagram
Diagramch-patent-doc-v1-2-ige1-0_xsd.tmp#ch-note-textch-patent-doc-v1-2-ige1-0_xsd.tmp#standard-note_sequencech-patent-doc-v1-2-ige1-0_xsd.tmp#standard-note_lang
Type extension of ch-note-text
Type hierarchy
Properties
content complex
Used by
Element standard-notes
Attributes
QName Type Use
lang lang optional
sequence xs:positiveInteger optional
Source
<xs:element name="standard-note">
  <xs:complexType>
    <xs:simpleContent>
      <xs:extension base="ch-note-text">
        <xs:attribute name="sequence" type="xs:positiveInteger"/>
        <xs:attribute name="lang" type="lang"/>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
Element modified-parts
Namespace No namespace
Diagram
Diagramch-patent-doc-v1-2-ige1-0_xsd.tmp#modified-part
Properties
content complex
Used by
Model
Children modified-part
Instance
<modified-parts>
  <modified-part lang="" sequence="">{1,unbounded}</modified-part>
</modified-parts>
Source
<xs:element name="modified-parts">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="modified-part" maxOccurs="unbounded"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element modified-part
Namespace No namespace
Diagram
Diagramch-patent-doc-v1-2-ige1-0_xsd.tmp#ch-partch-patent-doc-v1-2-ige1-0_xsd.tmp#modified-part_sequencech-patent-doc-v1-2-ige1-0_xsd.tmp#modified-part_lang
Type extension of ch-part
Type hierarchy
Properties
content complex
Used by
Element modified-parts
Attributes
QName Type Use
lang lang optional
sequence xs:positiveInteger optional
Source
<xs:element name="modified-part">
  <xs:complexType>
    <xs:simpleContent>
      <xs:extension base="ch-part">
        <xs:attribute name="sequence" type="xs:positiveInteger"/>
        <xs:attribute name="lang" type="lang"/>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
Element correction-notice
Namespace No namespace
Diagram
Diagramch-patent-doc-v1-2-ige1-0_xsd.tmp#datech-patent-doc-v1-2-ige1-0_xsd.tmp#gazette-reference
Properties
content complex
Used by
Model
Children date, gazette-reference
Instance
<correction-notice>
  <date>{1,1}</date>
  <gazette-reference id="">{1,1}</gazette-reference>
</correction-notice>
Source
<xs:element name="correction-notice">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="date"/>
      <xs:element ref="gazette-reference"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element gazette-reference
Namespace No namespace
Diagram
Diagramch-patent-doc-v1-2-ige1-0_xsd.tmp#gazette-reference_idch-patent-doc-v1-2-ige1-0_xsd.tmp#gazette-numch-patent-doc-v1-2-ige1-0_xsd.tmp#date
Properties
content complex
Used by
Model
Children date, gazette-num
Instance
<gazette-reference id="">
  <gazette-num>{1,1}</gazette-num>
  <date>{1,1}</date>
</gazette-reference>
Attributes
QName Type Use
id xs:ID optional
Source
<xs:element name="gazette-reference">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="gazette-num"/>
      <xs:element ref="date"/>
    </xs:sequence>
    <xs:attribute name="id" type="xs:ID"/>
  </xs:complexType>
</xs:element>
Element gazette-num
Namespace No namespace
Diagram
Diagram
Type xs:string
Properties
content simple
Used by
Source
<xs:element name="gazette-num" type="xs:string"/>
Element pct-or-regional-filing-data
Namespace No namespace
Diagram
Diagramch-patent-doc-v1-2-ige1-0_xsd.tmp#document-idch-patent-doc-v1-2-ige1-0_xsd.tmp#NO_NAMESPACE_document-id
Type document-id
Properties
content complex
Used by
Model
Children document-id
Instance
<pct-or-regional-filing-data>
  <document-id>{1,1}</document-id>
</pct-or-regional-filing-data>
Source
<xs:element name="pct-or-regional-filing-data" type="document-id"/>
Element pct-or-regional-publishing-data
Namespace No namespace
Diagram
Diagramch-patent-doc-v1-2-ige1-0_xsd.tmp#document-idch-patent-doc-v1-2-ige1-0_xsd.tmp#NO_NAMESPACE_document-id
Type document-id
Properties
content complex
Used by
Model
Children document-id
Instance
<pct-or-regional-publishing-data>
  <document-id>{1,1}</document-id>
</pct-or-regional-publishing-data>
Source
<xs:element name="pct-or-regional-publishing-data" type="document-id"/>
Element defer-publication-of-search-report
Namespace No namespace
Diagram
Diagramch-patent-doc-v1-2-ige1-0_xsd.tmp#datech-patent-doc-v1-2-ige1-0_xsd.tmp#gazette-reference
Properties
content complex
Used by
Model
Children date, gazette-reference
Instance
<defer-publication-of-search-report>
  <date>{1,1}</date>
  <gazette-reference id="">{1,1}</gazette-reference>
</defer-publication-of-search-report>
Source
<xs:element name="defer-publication-of-search-report">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="date"/>
      <xs:element ref="gazette-reference"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element date-application-partially-withdrawn
Namespace No namespace
Diagram
Diagramch-patent-doc-v1-2-ige1-0_xsd.tmp#date
Properties
content complex
Used by
Model
Children date
Instance
<date-application-partially-withdrawn>
  <date>{1,1}</date>
</date-application-partially-withdrawn>
Source
<xs:element name="date-application-partially-withdrawn">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="date"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element description
Namespace No namespace
Diagram
Diagramch-patent-doc-v1-2-ige1-0_xsd.tmp#description_idch-patent-doc-v1-2-ige1-0_xsd.tmp#headingch-patent-doc-v1-2-ige1-0_xsd.tmp#p
Properties
content complex
Used by
Model
Children heading, p
Instance
<description id="">
  <heading id="">{0,unbounded}</heading>
  <p id="" num="">{1,unbounded}</p>
</description>
Attributes
QName Type Use
id xs:ID optional
Source
<xs:element name="description">
  <xs:complexType>
    <xs:sequence maxOccurs="unbounded">
      <xs:element ref="heading" minOccurs="0" maxOccurs="unbounded"/>
      <xs:element ref="p" maxOccurs="unbounded"/>
    </xs:sequence>
    <xs:attribute name="id" type="xs:ID"/>
  </xs:complexType>
</xs:element>
Element claims
Namespace No namespace
Diagram
Diagramch-patent-doc-v1-2-ige1-0_xsd.tmp#claims_idch-patent-doc-v1-2-ige1-0_xsd.tmp#claim
Properties
content complex
Used by
Model
Children claim
Instance
<claims id="">
  <claim id="" num="">{1,unbounded}</claim>
</claims>
Attributes
QName Type Use
id xs:ID optional
Source
<xs:element name="claims">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="claim" maxOccurs="unbounded"/>
    </xs:sequence>
    <xs:attribute name="id" type="xs:ID"/>
  </xs:complexType>
</xs:element>
Element claim
Namespace No namespace
Diagram
Diagramch-patent-doc-v1-2-ige1-0_xsd.tmp#claim_idch-patent-doc-v1-2-ige1-0_xsd.tmp#claim_numch-patent-doc-v1-2-ige1-0_xsd.tmp#claim-text
Properties
content complex
Used by
Model
Children claim-text
Instance
<claim id="" num="">
  <claim-text>{1,unbounded}</claim-text>
</claim>
Attributes
QName Type Use
id xs:ID optional
num num required
Source
<xs:element name="claim">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="claim-text" maxOccurs="unbounded"/>
    </xs:sequence>
    <xs:attribute name="id" type="xs:ID"/>
    <xs:attribute name="num" type="num" use="required"/>
  </xs:complexType>
</xs:element>
Element claim-text
Namespace No namespace
Diagram
Diagramch-patent-doc-v1-2-ige1-0_xsd.tmp#bch-patent-doc-v1-2-ige1-0_xsd.tmp#supch-patent-doc-v1-2-ige1-0_xsd.tmp#subch-patent-doc-v1-2-ige1-0_xsd.tmp#brch-patent-doc-v1-2-ige1-0_xsd.tmp#figrefch-patent-doc-v1-2-ige1-0_xsd.tmp#imgch-patent-doc-v1-2-ige1-0_xsd.tmp#chemistrych-patent-doc-v1-2-ige1-0_xsd.tmp#mathsch-patent-doc-v1-2-ige1-0_xsd.tmp#tables
Properties
content complex
mixed true
Used by
Element claim
Model
Children b, br, chemistry, figref, img, maths, sub, sup, tables
Instance
<claim-text>
  <b>{1,1}</b>
  <sup>{1,1}</sup>
  <sub>{1,1}</sub>
  <br>{1,1}</br>
  <figref idref="" num="">{1,1}</figref>
  <img alt="" file="" he="" id="" img-content="drawing" img-format="" inline="no" orientation="portrait" wi="">{1,1}</img>
  <chemistry id="" num="">{1,1}</chemistry>
  <maths id="" num="">{1,1}</maths>
  <tables id="" num="">{1,1}</tables>
</claim-text>
Source
<xs:element name="claim-text">
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="b"/>
      <xs:element ref="sup"/>
      <xs:element ref="sub"/>
      <xs:element ref="br"/>
      <xs:element ref="figref"/>
      <xs:element ref="img"/>
      <xs:element ref="chemistry"/>
      <xs:element ref="maths"/>
      <xs:element ref="tables"/>
    </xs:choice>
  </xs:complexType>
</xs:element>
Element amended-claims
Namespace No namespace
Diagram
Diagramch-patent-doc-v1-2-ige1-0_xsd.tmp#amended-claims_idch-patent-doc-v1-2-ige1-0_xsd.tmp#amended-claims_langch-patent-doc-v1-2-ige1-0_xsd.tmp#claim
Properties
content complex
Used by
Model
Children claim
Instance
<amended-claims id="" lang="">
  <claim id="" num="">{1,unbounded}</claim>
</amended-claims>
Attributes
QName Type Use
id xs:ID optional
lang lang required
Source
<xs:element name="amended-claims">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="claim" maxOccurs="unbounded"/>
    </xs:sequence>
    <xs:attribute name="id" type="xs:ID"/>
    <xs:attribute name="lang" type="lang" use="required"/>
  </xs:complexType>
</xs:element>
Element drawings
Namespace No namespace
Diagram
Diagramch-patent-doc-v1-2-ige1-0_xsd.tmp#drawings_idch-patent-doc-v1-2-ige1-0_xsd.tmp#figure
Properties
content complex
Used by
Model
Children figure
Instance
<drawings id="">
  <figure id="" num="">{1,unbounded}</figure>
</drawings>
Attributes
QName Type Use
id xs:ID optional
Source
<xs:element name="drawings">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="figure" maxOccurs="unbounded"/>
    </xs:sequence>
    <xs:attribute name="id" type="xs:ID"/>
  </xs:complexType>
</xs:element>
Element figure
Namespace No namespace
Diagram
Diagramch-patent-doc-v1-2-ige1-0_xsd.tmp#figure_idch-patent-doc-v1-2-ige1-0_xsd.tmp#figure_numch-patent-doc-v1-2-ige1-0_xsd.tmp#img
Properties
content complex
Used by
Element drawings
Model
Children img
Instance
<figure id="" num="">
  <img alt="" file="" he="" id="" img-content="drawing" img-format="" inline="no" orientation="portrait" wi="">{1,1}</img>
</figure>
Attributes
QName Type Use
id figid required
num num required
Source
<xs:element name="figure">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="img"/>
    </xs:sequence>
    <xs:attribute name="id" type="figid" use="required"/>
    <xs:attribute name="num" type="num" use="required"/>
  </xs:complexType>
</xs:element>
Complex Type address_group
Namespace No namespace
Diagram
Diagramch-patent-doc-v1-2-ige1-0_xsd.tmp#address-1ch-patent-doc-v1-2-ige1-0_xsd.tmp#address-2ch-patent-doc-v1-2-ige1-0_xsd.tmp#address-3ch-patent-doc-v1-2-ige1-0_xsd.tmp#streetch-patent-doc-v1-2-ige1-0_xsd.tmp#citych-patent-doc-v1-2-ige1-0_xsd.tmp#postcodech-patent-doc-v1-2-ige1-0_xsd.tmp#country
Used by
Element address
Model
Children address-1, address-2, address-3, city, country, postcode, street
Source
<xs:complexType name="address_group">
  <xs:sequence>
    <xs:element ref="address-1" minOccurs="0"/>
    <xs:element ref="address-2" minOccurs="0"/>
    <xs:element ref="address-3" minOccurs="0"/>
    <xs:element ref="street" minOccurs="0"/>
    <xs:element ref="city"/>
    <xs:element ref="postcode" minOccurs="0"/>
    <xs:element ref="country"/>
  </xs:sequence>
</xs:complexType>
Simple Type srep-type
Namespace No namespace
Diagram
Diagram
Type restriction of xs:string
Facets
enumeration ch-sr
enumeration ch-partial-sr
enumeration ch-declaration-sr
Used by
Source
<xs:simpleType name="srep-type">
  <xs:restriction base="xs:string">
    <xs:enumeration value="ch-sr"/>
    <xs:enumeration value="ch-partial-sr"/>
    <xs:enumeration value="ch-declaration-sr"/>
  </xs:restriction>
</xs:simpleType>
Simple Type status
Namespace No namespace
Diagram
Diagram
Type restriction of xs:string
Facets
enumeration inProgress
enumeration draft
enumeration final
Used by
Source
<xs:simpleType name="status">
  <xs:restriction base="xs:string">
    <xs:enumeration value="inProgress"/>
    <xs:enumeration value="draft"/>
    <xs:enumeration value="final"/>
  </xs:restriction>
</xs:simpleType>
Simple Type lang
Namespace No namespace
Diagram
Diagram
Type restriction of xs:string
Facets
enumeration de
enumeration fr
enumeration it
enumeration en
Used by
Source
<xs:simpleType name="lang">
  <xs:restriction base="xs:string">
    <xs:enumeration value="de"/>
    <xs:enumeration value="fr"/>
    <xs:enumeration value="it"/>
    <xs:enumeration value="en"/>
  </xs:restriction>
</xs:simpleType>
Simple Type num
Namespace No namespace
Diagram
Diagram
Type restriction of xs:integer
Facets
maxInclusive 9999
minInclusive 1
Used by
Source
<xs:simpleType name="num">
  <xs:restriction base="xs:integer">
    <xs:minInclusive value="1"/>
    <xs:maxInclusive value="9999"/>
  </xs:restriction>
</xs:simpleType>
Simple Type figid
Namespace No namespace
Diagram
Diagram
Type restriction of xs:ID
Facets
pattern (\i\c*) & ([\i-[:]][\c-[:]]*) & (f[0-9]{4})
Used by
Attribute figure/@id
Source
<xs:simpleType name="figid">
  <xs:restriction base="xs:ID">
    <xs:pattern value="f[0-9]{4}"/>
  </xs:restriction>
</xs:simpleType>
Simple Type imgid
Namespace No namespace
Diagram
Diagram
Type restriction of xs:ID
Facets
pattern (\i\c*) & ([\i-[:]][\c-[:]]*) & (i(a|af|f|b)[0-9]{4})
Used by
Attribute img-content/@id
Source
<xs:simpleType name="imgid">
  <xs:restriction base="xs:ID">
    <xs:pattern value="i(a|af|f|b)[0-9]{4}"/>
  </xs:restriction>
</xs:simpleType>
Simple Type chemistryid
Namespace No namespace
Diagram
Diagram
Type restriction of xs:ID
Facets
pattern (\i\c*) & ([\i-[:]][\c-[:]]*) & ((chem|chema)[0-9]{4})
Used by
Attribute chemistry/@id
Source
<xs:simpleType name="chemistryid">
  <xs:restriction base="xs:ID">
    <xs:pattern value="(chem|chema)[0-9]{4}"/>
  </xs:restriction>
</xs:simpleType>
Simple Type mathsid
Namespace No namespace
Diagram
Diagram
Type restriction of xs:ID
Facets
pattern (\i\c*) & ([\i-[:]][\c-[:]]*) & ((math|matha)[0-9]{4})
Used by
Attribute maths/@id
Source
<xs:simpleType name="mathsid">
  <xs:restriction base="xs:ID">
    <xs:pattern value="(math|matha)[0-9]{4}"/>
  </xs:restriction>
</xs:simpleType>
Simple Type yesorno
Namespace No namespace
Diagram
Diagram
Type restriction of xs:string
Facets
enumeration yes
enumeration no
enumeration 0
enumeration 1
Used by
Source
<xs:simpleType name="yesorno">
  <xs:restriction base="xs:string">
    <xs:enumeration value="yes"/>
    <xs:enumeration value="no"/>
    <xs:enumeration value="0"/>
    <xs:enumeration value="1"/>
  </xs:restriction>
</xs:simpleType>
Simple Type dez_1_300_2f
Namespace No namespace
Diagram
Diagram
Type restriction of xs:decimal
Facets
fractionDigits 2
maxInclusive 300
minInclusive 1
Used by
Source
<xs:simpleType name="dez_1_300_2f">
  <xs:restriction base="xs:decimal">
    <xs:minInclusive value="1"/>
    <xs:maxInclusive value="300"/>
    <xs:fractionDigits value="2"/>
  </xs:restriction>
</xs:simpleType>
Complex Type document-id-content
Namespace No namespace
Diagram
Diagramch-patent-doc-v1-2-ige1-0_xsd.tmp#countrych-patent-doc-v1-2-ige1-0_xsd.tmp#doc-numberch-patent-doc-v1-2-ige1-0_xsd.tmp#kindch-patent-doc-v1-2-ige1-0_xsd.tmp#namech-patent-doc-v1-2-ige1-0_xsd.tmp#date
Used by
Element document-id
Complex Type ch-document-id
Model
Children country, date, doc-number, kind, name
Source
<xs:complexType name="document-id-content">
  <xs:sequence>
    <xs:element ref="country"/>
    <xs:element ref="doc-number"/>
    <xs:element ref="kind" minOccurs="0"/>
    <xs:element ref="name" minOccurs="0"/>
    <xs:element ref="date" minOccurs="0"/>
  </xs:sequence>
</xs:complexType>
Simple Type doc-number
Namespace No namespace
Diagram
Diagram
Type xs:string
Used by
Element doc-number
Source
<xs:simpleType name="doc-number">
  <xs:restriction base="xs:string"/>
</xs:simpleType>
Simple Type kind
Namespace No namespace
Diagram
Diagram
Type xs:string
Used by
Element kind
Simple Type ch-kind
Source
<xs:simpleType name="kind">
  <xs:restriction base="xs:string"/>
</xs:simpleType>
Complex Type p
Namespace No namespace
Diagram
Diagramch-patent-doc-v1-2-ige1-0_xsd.tmp#NO_NAMESPACE_p_idch-patent-doc-v1-2-ige1-0_xsd.tmp#NO_NAMESPACE_p_numch-patent-doc-v1-2-ige1-0_xsd.tmp#bch-patent-doc-v1-2-ige1-0_xsd.tmp#supch-patent-doc-v1-2-ige1-0_xsd.tmp#subch-patent-doc-v1-2-ige1-0_xsd.tmp#brch-patent-doc-v1-2-ige1-0_xsd.tmp#dlch-patent-doc-v1-2-ige1-0_xsd.tmp#ulch-patent-doc-v1-2-ige1-0_xsd.tmp#figrefch-patent-doc-v1-2-ige1-0_xsd.tmp#patcitch-patent-doc-v1-2-ige1-0_xsd.tmp#imgch-patent-doc-v1-2-ige1-0_xsd.tmp#chemistrych-patent-doc-v1-2-ige1-0_xsd.tmp#mathsch-patent-doc-v1-2-ige1-0_xsd.tmp#tables
Properties
mixed true
Used by
Element p
Model
b | sup | sub | br | dl | ul | figref | patcit | img | chemistry | maths | tables
Children b, br, chemistry, dl, figref, img, maths, patcit, sub, sup, tables, ul
Attributes
QName Type Use
id xs:ID optional
num num required
Source
<xs:complexType name="p" mixed="true">
  <xs:choice minOccurs="0" maxOccurs="unbounded">
    <xs:element ref="b"/>
    <xs:element ref="sup"/>
    <xs:element ref="sub"/>
    <xs:element ref="br"/>
    <xs:element ref="dl"/>
    <xs:element ref="ul"/>
    <xs:element ref="figref"/>
    <xs:element ref="patcit"/>
    <xs:element ref="img"/>
    <xs:element ref="chemistry"/>
    <xs:element ref="maths"/>
    <xs:element ref="tables"/>
  </xs:choice>
  <xs:attribute name="id" type="xs:ID"/>
  <xs:attribute name="num" type="num" use="required"/>
</xs:complexType>
Complex Type img-content
Namespace No namespace
Diagram
Diagramch-patent-doc-v1-2-ige1-0_xsd.tmp#img-content_idch-patent-doc-v1-2-ige1-0_xsd.tmp#img-content_hech-patent-doc-v1-2-ige1-0_xsd.tmp#img-content_wich-patent-doc-v1-2-ige1-0_xsd.tmp#img-content_filech-patent-doc-v1-2-ige1-0_xsd.tmp#img-content_altch-patent-doc-v1-2-ige1-0_xsd.tmp#img-content_img-contentch-patent-doc-v1-2-ige1-0_xsd.tmp#img-content_img-formatch-patent-doc-v1-2-ige1-0_xsd.tmp#img-content_orientationch-patent-doc-v1-2-ige1-0_xsd.tmp#img-content_inline
Used by
Element img
Attributes
QName Type Default Use
alt optional
file required
he dez_1_300_2f required
id imgid required
img-content restriction of xs:token drawing optional
img-format restriction of xs:token required
inline restriction of xs:token no optional
orientation restriction of xs:token portrait optional
wi dez_1_300_2f required
Source
<xs:complexType name="img-content">
  <xs:attribute name="id" type="imgid" use="required"/>
  <xs:attribute name="he" type="dez_1_300_2f" use="required"/>
  <xs:attribute name="wi" type="dez_1_300_2f" use="required"/>
  <xs:attribute name="file" use="required"/>
  <xs:attribute name="alt"/>
  <xs:attribute name="img-content" default="drawing">
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:enumeration value="drawing"/>
        <xs:enumeration value="chem"/>
        <xs:enumeration value="table"/>
        <xs:enumeration value="math"/>
        <xs:enumeration value="graph"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="img-format" use="required">
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:enumeration value="jpg"/>
        <xs:enumeration value="tif"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="orientation" default="portrait">
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:enumeration value="portrait"/>
        <xs:enumeration value="landscape"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="inline" default="no">
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:enumeration value="yes"/>
        <xs:enumeration value="no"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
</xs:complexType>
Complex Type tbl.table.mdl
Namespace No namespace
Diagram
Diagramch-patent-doc-v1-2-ige1-0_xsd.tmp#titlech-patent-doc-v1-2-ige1-0_xsd.tmp#titlesch-patent-doc-v1-2-ige1-0_xsd.tmp#tbl.table-titles.mdlch-patent-doc-v1-2-ige1-0_xsd.tmp#tgroupch-patent-doc-v1-2-ige1-0_xsd.tmp#tbl.table-main.mdl
Used by
Element table
Model
Children tgroup, title
Source
<xs:complexType name="tbl.table.mdl">
  <xs:sequence>
    <xs:group ref="tbl.table-titles.mdl"/>
    <xs:group ref="tbl.table-main.mdl"/>
  </xs:sequence>
</xs:complexType>
Complex Type tbl.tgroup.mdl
Namespace No namespace
Diagram
Diagramch-patent-doc-v1-2-ige1-0_xsd.tmp#colspecch-patent-doc-v1-2-ige1-0_xsd.tmp#theadch-patent-doc-v1-2-ige1-0_xsd.tmp#tbody
Used by
Element tgroup
Model
Children colspec, tbody, thead
Source
<xs:complexType name="tbl.tgroup.mdl">
  <xs:sequence>
    <xs:element ref="colspec" minOccurs="0" maxOccurs="unbounded"/>
    <xs:element ref="thead" minOccurs="0"/>
    <xs:element ref="tbody"/>
  </xs:sequence>
</xs:complexType>
Complex Type tbl.row.mdl
Namespace No namespace
Diagram
Diagramch-patent-doc-v1-2-ige1-0_xsd.tmp#entry
Used by
Element row
Model
Children entry
Source
<xs:complexType name="tbl.row.mdl">
  <xs:sequence>
    <xs:element ref="entry" maxOccurs="unbounded"/>
  </xs:sequence>
</xs:complexType>
Complex Type tbl.entry.mdl
Namespace No namespace
Diagram
Diagramch-patent-doc-v1-2-ige1-0_xsd.tmp#bch-patent-doc-v1-2-ige1-0_xsd.tmp#supch-patent-doc-v1-2-ige1-0_xsd.tmp#subch-patent-doc-v1-2-ige1-0_xsd.tmp#brch-patent-doc-v1-2-ige1-0_xsd.tmp#figref
Properties
mixed true
Used by
Element entry
Model
b | sup | sub | br | figref
Children b, br, figref, sub, sup
Source
<xs:complexType name="tbl.entry.mdl" mixed="true">
  <xs:choice minOccurs="0" maxOccurs="unbounded">
    <xs:element ref="b"/>
    <xs:element ref="sup"/>
    <xs:element ref="sub"/>
    <xs:element ref="br"/>
    <xs:element ref="figref"/>
  </xs:choice>
</xs:complexType>
Simple Type ch-kind
Namespace No namespace
Diagram
Diagramch-patent-doc-v1-2-ige1-0_xsd.tmp#NO_NAMESPACE_kind
Type restriction of kind
Type hierarchy
Facets
enumeration A1
enumeration A2
enumeration A3
enumeration A8
enumeration A9
enumeration B1
enumeration B2
enumeration B8
enumeration B9
enumeration C1
enumeration C2
enumeration C3
enumeration C9
enumeration H1
enumeration H2
enumeration H3
enumeration H9
Used by
Source
<xs:simpleType name="ch-kind">
  <xs:restriction base="kind">
    <xs:enumeration value="A1"/>
    <xs:enumeration value="A2"/>
    <xs:enumeration value="A3"/>
    <xs:enumeration value="A8"/>
    <xs:enumeration value="A9"/>
    <xs:enumeration value="B1"/>
    <xs:enumeration value="B2"/>
    <xs:enumeration value="B8"/>
    <xs:enumeration value="B9"/>
    <xs:enumeration value="C1"/>
    <xs:enumeration value="C2"/>
    <xs:enumeration value="C3"/>
    <xs:enumeration value="C9"/>
    <xs:enumeration value="H1"/>
    <xs:enumeration value="H2"/>
    <xs:enumeration value="H3"/>
    <xs:enumeration value="H9"/>
  </xs:restriction>
</xs:simpleType>
Simple Type ch-part
Namespace No namespace
Diagram
Diagram
Type restriction of xs:string
Facets
enumeration Beschreibung
enumeration Patentansprüche
enumeration Geänderte Patentansprüche
enumeration Zeichnungen
enumeration Recherchenbericht
enumeration Gesamtes Dokument
enumeration Description
enumeration Revendications
enumeration Revendications modifiées
enumeration Dessins
enumeration Rapport de recherche
enumeration Document entier
enumeration Descrizione
enumeration Rivendicazioni
enumeration Rivendicazioni modificate
enumeration Disegni
enumeration Rapporto di ricerca
enumeration Documento intero
Used by
Element modified-part
Source
<xs:simpleType name="ch-part">
  <xs:restriction base="xs:string">
    <xs:enumeration value="Beschreibung"/>
    <xs:enumeration value="Patentansprüche"/>
    <xs:enumeration value="Geänderte Patentansprüche"/>
    <xs:enumeration value="Zeichnungen"/>
    <xs:enumeration value="Recherchenbericht"/>
    <xs:enumeration value="Gesamtes Dokument"/>
    <xs:enumeration value="Description"/>
    <xs:enumeration value="Revendications"/>
    <xs:enumeration value="Revendications modifiées"/>
    <xs:enumeration value="Dessins"/>
    <xs:enumeration value="Rapport de recherche"/>
    <xs:enumeration value="Document entier"/>
    <xs:enumeration value="Descrizione"/>
    <xs:enumeration value="Rivendicazioni"/>
    <xs:enumeration value="Rivendicazioni modificate"/>
    <xs:enumeration value="Disegni"/>
    <xs:enumeration value="Rapporto di ricerca"/>
    <xs:enumeration value="Documento intero"/>
  </xs:restriction>
</xs:simpleType>
Simple Type ch-inid-code
Namespace No namespace
Diagram
Diagram
Type restriction of xs:positiveInteger
Facets
enumeration 11
enumeration 12
enumeration 15
enumeration 19
enumeration 21
enumeration 22
enumeration 23
enumeration 24
enumeration 30
enumeration 40
enumeration 43
enumeration 45
enumeration 48
enumeration 51
enumeration 54
enumeration 57
enumeration 60
enumeration 62
enumeration 71
enumeration 72
enumeration 73
enumeration 74
enumeration 86
enumeration 87
enumeration 88
Used by
Element inid-code
Source
<xs:simpleType name="ch-inid-code">
  <xs:restriction base="xs:positiveInteger">
    <xs:enumeration value="11"/>
    <xs:enumeration value="12"/>
    <xs:enumeration value="15"/>
    <xs:enumeration value="19"/>
    <xs:enumeration value="21"/>
    <xs:enumeration value="22"/>
    <xs:enumeration value="23"/>
    <xs:enumeration value="24"/>
    <xs:enumeration value="30"/>
    <xs:enumeration value="40"/>
    <xs:enumeration value="43"/>
    <xs:enumeration value="45"/>
    <xs:enumeration value="48"/>
    <xs:enumeration value="51"/>
    <xs:enumeration value="54"/>
    <xs:enumeration value="57"/>
    <xs:enumeration value="60"/>
    <xs:enumeration value="62"/>
    <xs:enumeration value="71"/>
    <xs:enumeration value="72"/>
    <xs:enumeration value="73"/>
    <xs:enumeration value="74"/>
    <xs:enumeration value="86"/>
    <xs:enumeration value="87"/>
    <xs:enumeration value="88"/>
  </xs:restriction>
</xs:simpleType>
Simple Type ch-note-text
Namespace No namespace
Diagram
Diagram
Type restriction of xs:string
Facets
pattern (Abschnitt Nr.(.)*)|(Paragraphe no(.)*)|(Paragrafo no(.)*)|(Patentanspruch Nr.(.)*)|(Revendication no(.)*)|(Rivendicazione no(.)*)|(Figur Nr.(.)*)|(Figure no(.)*)|(Figura no(.)*)
Used by
Element standard-note
Source
<xs:simpleType name="ch-note-text">
  <xs:restriction base="xs:string">
    <xs:pattern value="Abschnitt Nr.(.)*"/>
    <xs:pattern value="Paragraphe no(.)*"/>
    <xs:pattern value="Paragrafo no(.)*"/>
    <xs:pattern value="Patentanspruch Nr.(.)*"/>
    <xs:pattern value="Revendication no(.)*"/>
    <xs:pattern value="Rivendicazione no(.)*"/>
    <xs:pattern value="Figur Nr.(.)*"/>
    <xs:pattern value="Figure no(.)*"/>
    <xs:pattern value="Figura no(.)*"/>
  </xs:restriction>
</xs:simpleType>
Complex Type ch-document-id
Namespace No namespace
Diagram
Diagramch-patent-doc-v1-2-ige1-0_xsd.tmp#countrych-patent-doc-v1-2-ige1-0_xsd.tmp#doc-numberch-patent-doc-v1-2-ige1-0_xsd.tmp#kindch-patent-doc-v1-2-ige1-0_xsd.tmp#namech-patent-doc-v1-2-ige1-0_xsd.tmp#datech-patent-doc-v1-2-ige1-0_xsd.tmp#document-id-contentch-patent-doc-v1-2-ige1-0_xsd.tmp#countrych-patent-doc-v1-2-ige1-0_xsd.tmp#doc-numberch-patent-doc-v1-2-ige1-0_xsd.tmp#ch-document-id_kindch-patent-doc-v1-2-ige1-0_xsd.tmp#namech-patent-doc-v1-2-ige1-0_xsd.tmp#date
Type restriction of document-id-content
Type hierarchy
Used by
Model
Children country, date, doc-number, kind, name
Source
<xs:complexType name="ch-document-id">
  <xs:complexContent>
    <xs:restriction base="document-id-content">
      <xs:sequence>
        <xs:element ref="country"/>
        <xs:element ref="doc-number"/>
        <xs:element name="kind" type="ch-kind" minOccurs="0"/>
        <xs:element ref="name" minOccurs="0"/>
        <xs:element ref="date" minOccurs="0"/>
      </xs:sequence>
    </xs:restriction>
  </xs:complexContent>
</xs:complexType>
Complex Type dates-rights-effective
Namespace No namespace
Diagram
Diagramch-patent-doc-v1-2-ige1-0_xsd.tmp#date-entering-into-force
Used by
Model
Children date-entering-into-force
Source
<xs:complexType name="dates-rights-effective">
  <xs:sequence>
    <xs:element ref="date-entering-into-force"/>
  </xs:sequence>
</xs:complexType>
Complex Type related-documents
Namespace No namespace
Diagram
Used by
Model
Children division, related-publication
Source
Complex Type division
Namespace No namespace
Diagram
Diagramch-patent-doc-v1-2-ige1-0_xsd.tmp#relation
Used by
Element division
Model
Children relation
Source
<xs:complexType name="division">
  <xs:sequence>
    <xs:element ref="relation"/>
  </xs:sequence>
</xs:complexType>
Complex Type document-id
Namespace No namespace
Diagram
Diagramch-patent-doc-v1-2-ige1-0_xsd.tmp#document-id
Used by
Model
Children document-id
Source
<xs:complexType name="document-id">
  <xs:sequence>
    <xs:element ref="document-id"/>
  </xs:sequence>
</xs:complexType>
Attribute doc-page / @id
Namespace No namespace
Type xs:ID
Properties
content simple
Used by
Element doc-page
Source
<xs:attribute name="id" type="xs:ID"/>
Attribute doc-page / @file
Namespace No namespace
Properties
use required
Used by
Element doc-page
Source
<xs:attribute name="file" use="required"/>
Attribute doc-page / @wi
Namespace No namespace
Type dez_1_300_2f
Properties
use required
Facets
fractionDigits 2
maxInclusive 300
minInclusive 1
Used by
Element doc-page
Source
<xs:attribute name="wi" type="dez_1_300_2f" use="required"/>
Attribute doc-page / @he
Namespace No namespace
Type dez_1_300_2f
Properties
use required
Facets
fractionDigits 2
maxInclusive 300
minInclusive 1
Used by
Element doc-page
Source
<xs:attribute name="he" type="dez_1_300_2f" use="required"/>
Attribute doc-page / @type
Namespace No namespace
Type restriction of xs:NMTOKEN
Properties
use required
Facets
enumeration tif
enumeration pdf
enumeration jpg
Used by
Element doc-page
Source
<xs:attribute name="type" use="required">
  <xs:simpleType>
    <xs:restriction base="xs:NMTOKEN">
      <xs:enumeration value="tif"/>
      <xs:enumeration value="pdf"/>
      <xs:enumeration value="jpg"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute doc-page / @alt
Namespace No namespace
Used by
Element doc-page
Source
<xs:attribute name="alt"/>
Attribute doc-page / @pp
Namespace No namespace
Type xs:positiveInteger
Properties
content simple
Used by
Element doc-page
Source
<xs:attribute name="pp" type="xs:positiveInteger"/>
Attribute doc-page / @ppf
Namespace No namespace
Type xs:positiveInteger
Properties
content simple
Used by
Element doc-page
Source
<xs:attribute name="ppf" type="xs:positiveInteger"/>
Attribute doc-page / @ppl
Namespace No namespace
Type xs:positiveInteger
Properties
content simple
Used by
Element doc-page
Source
<xs:attribute name="ppl" type="xs:positiveInteger"/>
Attribute doc-page / @ocr
Namespace No namespace
Used by
Element doc-page
Source
<xs:attribute name="ocr"/>
Attribute doc-page / @color
Namespace No namespace
Type restriction of xs:NMTOKEN
Properties
content simple
Facets
enumeration color
enumeration bw
Used by
Element doc-page
Source
<xs:attribute name="color">
  <xs:simpleType>
    <xs:restriction base="xs:NMTOKEN">
      <xs:enumeration value="color"/>
      <xs:enumeration value="bw"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute doc-page / @orientation
Namespace No namespace
Type restriction of xs:NMTOKEN
Properties
default portrait
Facets
enumeration landscape
enumeration portrait
Used by
Element doc-page
Source
<xs:attribute name="orientation" default="portrait">
  <xs:simpleType>
    <xs:restriction base="xs:NMTOKEN">
      <xs:enumeration value="landscape"/>
      <xs:enumeration value="portrait"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute application-reference / @id
Namespace No namespace
Type xs:ID
Properties
content simple
Used by
Source
<xs:attribute name="id" type="xs:ID"/>
Attribute dt / @id
Namespace No namespace
Type xs:ID
Properties
content simple
Used by
Element dt
Source
<xs:attribute name="id" type="xs:ID"/>
Attribute figref / @idref
Namespace No namespace
Type xs:IDREFS
Properties
content simple
Used by
Element figref
Source
<xs:attribute name="idref" type="xs:IDREFS"/>
Attribute figref / @num
Namespace No namespace
Type num
Properties
content simple
Facets
maxInclusive 9999
minInclusive 1
Used by
Element figref
Source
<xs:attribute name="num" type="num"/>
Attribute img-content / @id
Namespace No namespace
Type imgid
Properties
use required
Facets
pattern (\i\c*) & ([\i-[:]][\c-[:]]*) & (i(a|af|f|b)[0-9]{4})
Used by
Complex Type img-content
Source
<xs:attribute name="id" type="imgid" use="required"/>
Attribute img-content / @he
Namespace No namespace
Type dez_1_300_2f
Properties
use required
Facets
fractionDigits 2
maxInclusive 300
minInclusive 1
Used by
Complex Type img-content
Source
<xs:attribute name="he" type="dez_1_300_2f" use="required"/>
Attribute img-content / @wi
Namespace No namespace
Type dez_1_300_2f
Properties
use required
Facets
fractionDigits 2
maxInclusive 300
minInclusive 1
Used by
Complex Type img-content
Source
<xs:attribute name="wi" type="dez_1_300_2f" use="required"/>
Attribute img-content / @file
Namespace No namespace
Properties
use required
Used by
Complex Type img-content
Source
<xs:attribute name="file" use="required"/>
Attribute img-content / @alt
Namespace No namespace
Used by
Complex Type img-content
Source
<xs:attribute name="alt"/>
Attribute img-content / @img-content
Namespace No namespace
Type restriction of xs:token
Properties
default drawing
Facets
enumeration drawing
enumeration chem
enumeration table
enumeration math
enumeration graph
Used by
Complex Type img-content
Source
<xs:attribute name="img-content" default="drawing">
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="drawing"/>
      <xs:enumeration value="chem"/>
      <xs:enumeration value="table"/>
      <xs:enumeration value="math"/>
      <xs:enumeration value="graph"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute img-content / @img-format
Namespace No namespace
Type restriction of xs:token
Properties
use required
Facets
enumeration jpg
enumeration tif
Used by
Complex Type img-content
Source
<xs:attribute name="img-format" use="required">
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="jpg"/>
      <xs:enumeration value="tif"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute img-content / @orientation
Namespace No namespace
Type restriction of xs:token
Properties
default portrait
Facets
enumeration portrait
enumeration landscape
Used by
Complex Type img-content
Source
<xs:attribute name="orientation" default="portrait">
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="portrait"/>
      <xs:enumeration value="landscape"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute img-content / @inline
Namespace No namespace
Type restriction of xs:token
Properties
default no
Facets
enumeration yes
enumeration no
Used by
Complex Type img-content
Source
<xs:attribute name="inline" default="no">
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="yes"/>
      <xs:enumeration value="no"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute chemistry / @id
Namespace No namespace
Type chemistryid
Properties
content simple
Facets
pattern (\i\c*) & ([\i-[:]][\c-[:]]*) & ((chem|chema)[0-9]{4})
Used by
Element chemistry
Source
<xs:attribute name="id" type="chemistryid"/>
Attribute chemistry / @num
Namespace No namespace
Type num
Properties
use required
Facets
maxInclusive 9999
minInclusive 1
Used by
Element chemistry
Source
<xs:attribute name="num" type="num" use="required"/>
Attribute maths / @id
Namespace No namespace
Type mathsid
Properties
content simple
Facets
pattern (\i\c*) & ([\i-[:]][\c-[:]]*) & ((math|matha)[0-9]{4})
Used by
Element maths
Source
<xs:attribute name="id" type="mathsid"/>
Attribute maths / @num
Namespace No namespace
Type num
Properties
use required
Facets
maxInclusive 9999
minInclusive 1
Used by
Element maths
Source
<xs:attribute name="num" type="num" use="required"/>
Attribute dl / @tsize
Namespace No namespace
Type dez_1_300_2f
Properties
use required
Facets
fractionDigits 2
maxInclusive 300
minInclusive 1
Used by
Element dl
Source
<xs:attribute name="tsize" type="dez_1_300_2f" use="required"/>
Attribute dl / @id
Namespace No namespace
Type xs:ID
Properties
content simple
Used by
Element dl
Source
<xs:attribute name="id" type="xs:ID"/>
Attribute li / @id
Namespace No namespace
Type xs:ID
Properties
content simple
Used by
Element li
Source
<xs:attribute name="id" type="xs:ID"/>
Attribute li / @num
Namespace No namespace
Type num
Properties
content simple
Facets
maxInclusive 9999
minInclusive 1
Used by
Element li
Source
<xs:attribute name="num" type="num"/>
Attribute ul / @id
Namespace No namespace
Type xs:ID
Properties
content simple
Used by
Element ul
Source
<xs:attribute name="id" type="xs:ID"/>
Attribute ul / @list-style
Namespace No namespace
Type restriction of xs:token
Properties
default dash
Facets
enumeration dash
Used by
Element ul
Source
<xs:attribute name="list-style" default="dash">
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="dash"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute patcit / @id
Namespace No namespace
Type xs:ID
Properties
content simple
Used by
Element patcit
Source
<xs:attribute name="id" type="xs:ID"/>
Attribute patcit / @dnum
Namespace No namespace
Type xs:string
Properties
content simple
Used by
Element patcit
Source
<xs:attribute name="dnum" type="xs:string"/>
Attribute patcit / @url
Namespace No namespace
Type xs:string
Properties
content simple
Used by
Element patcit
Source
<xs:attribute name="url" type="xs:string"/>
Attribute colspec / @colnum
Namespace No namespace
Type xs:NMTOKEN
Properties
content simple
Used by
Element colspec
Source
<xs:attribute name="colnum" type="xs:NMTOKEN"/>
Attribute colspec / @colname
Namespace No namespace
Type xs:NMTOKEN
Properties
content simple
Used by
Element colspec
Source
<xs:attribute name="colname" type="xs:NMTOKEN"/>
Attribute colspec / @colwidth
Namespace No namespace
Used by
Element colspec
Source
<xs:attribute name="colwidth"/>
Attribute colspec / @colsep
Namespace No namespace
Type yesorno
Properties
content simple
Facets
enumeration yes
enumeration no
enumeration 0
enumeration 1
Used by
Element colspec
Source
<xs:attribute name="colsep" type="yesorno"/>
Attribute colspec / @rowsep
Namespace No namespace
Type yesorno
Properties
content simple
Facets
enumeration yes
enumeration no
enumeration 0
enumeration 1
Used by
Element colspec
Source
<xs:attribute name="rowsep" type="yesorno"/>
Attribute colspec / @align
Namespace No namespace
Type restriction of xs:token
Properties
content simple
Facets
enumeration left
enumeration right
enumeration center
enumeration justify
enumeration char
Used by
Element colspec
Source
<xs:attribute name="align">
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="left"/>
      <xs:enumeration value="right"/>
      <xs:enumeration value="center"/>
      <xs:enumeration value="justify"/>
      <xs:enumeration value="char"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute colspec / @char
Namespace No namespace
Used by
Element colspec
Source
<xs:attribute name="char"/>
Attribute colspec / @charoff
Namespace No namespace
Type xs:NMTOKEN
Properties
content simple
Used by
Element colspec
Source
<xs:attribute name="charoff" type="xs:NMTOKEN"/>
Attribute entry / @colname
Namespace No namespace
Type xs:NMTOKEN
Properties
content simple
Used by
Element entry
Source
<xs:attribute name="colname" type="xs:NMTOKEN"/>
Attribute entry / @namest
Namespace No namespace
Type xs:NMTOKEN
Properties
content simple
Used by
Element entry
Source
<xs:attribute name="namest" type="xs:NMTOKEN"/>
Attribute entry / @nameend
Namespace No namespace
Type xs:NMTOKEN
Properties
content simple
Used by
Element entry
Source
<xs:attribute name="nameend" type="xs:NMTOKEN"/>
Attribute entry / @morerows
Namespace No namespace
Type xs:NMTOKEN
Properties
content simple
Used by
Element entry
Source
<xs:attribute name="morerows" type="xs:NMTOKEN"/>
Attribute entry / @colsep
Namespace No namespace
Type yesorno
Properties
content simple
Facets
enumeration yes
enumeration no
enumeration 0
enumeration 1
Used by
Element entry
Source
<xs:attribute name="colsep" type="yesorno"/>
Attribute entry / @rowsep
Namespace No namespace
Type yesorno
Properties
content simple
Facets
enumeration yes
enumeration no
enumeration 0
enumeration 1
Used by
Element entry
Source
<xs:attribute name="rowsep" type="yesorno"/>
Attribute entry / @align
Namespace No namespace
Type restriction of xs:token
Properties
content simple
Facets
enumeration left
enumeration right
enumeration center
enumeration justify
enumeration char
Used by
Element entry
Source
<xs:attribute name="align">
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="left"/>
      <xs:enumeration value="right"/>
      <xs:enumeration value="center"/>
      <xs:enumeration value="justify"/>
      <xs:enumeration value="char"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute entry / @char
Namespace No namespace
Used by
Element entry
Source
<xs:attribute name="char"/>
Attribute entry / @charoff
Namespace No namespace
Type xs:NMTOKEN
Properties
content simple
Used by
Element entry
Source
<xs:attribute name="charoff" type="xs:NMTOKEN"/>
Attribute entry / @valign
Namespace No namespace
Type restriction of xs:token
Properties
content simple
Facets
enumeration top
enumeration middle
enumeration bottom
Used by
Element entry
Source
<xs:attribute name="valign">
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="top"/>
      <xs:enumeration value="middle"/>
      <xs:enumeration value="bottom"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute row / @rowsep
Namespace No namespace
Type yesorno
Properties
content simple
Facets
enumeration yes
enumeration no
enumeration 0
enumeration 1
Used by
Element row
Source
<xs:attribute name="rowsep" type="yesorno"/>
Attribute row / @valign
Namespace No namespace
Type restriction of xs:token
Properties
content simple
Facets
enumeration top
enumeration middle
enumeration bottom
Used by
Element row
Source
<xs:attribute name="valign">
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="top"/>
      <xs:enumeration value="middle"/>
      <xs:enumeration value="bottom"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute thead / @valign
Namespace No namespace
Type restriction of xs:token
Properties
content simple
Facets
enumeration top
enumeration middle
enumeration bottom
Used by
Element thead
Source
<xs:attribute name="valign">
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="top"/>
      <xs:enumeration value="middle"/>
      <xs:enumeration value="bottom"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute tbody / @valign
Namespace No namespace
Type restriction of xs:token
Properties
content simple
Facets
enumeration top
enumeration middle
enumeration bottom
Used by
Element tbody
Source
<xs:attribute name="valign">
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="top"/>
      <xs:enumeration value="middle"/>
      <xs:enumeration value="bottom"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute tgroup / @cols
Namespace No namespace
Type xs:NMTOKEN
Properties
use required
Used by
Element tgroup
Source
<xs:attribute name="cols" type="xs:NMTOKEN" use="required"/>
Attribute tgroup / @colsep
Namespace No namespace
Type yesorno
Properties
content simple
Facets
enumeration yes
enumeration no
enumeration 0
enumeration 1
Used by
Element tgroup
Source
<xs:attribute name="colsep" type="yesorno"/>
Attribute tgroup / @rowsep
Namespace No namespace
Type yesorno
Properties
content simple
Facets
enumeration yes
enumeration no
enumeration 0
enumeration 1
Used by
Element tgroup
Source
<xs:attribute name="rowsep" type="yesorno"/>
Attribute tgroup / @align
Namespace No namespace
Type restriction of xs:token
Properties
content simple
Facets
enumeration left
enumeration right
enumeration center
enumeration justify
enumeration char
Used by
Element tgroup
Source
<xs:attribute name="align">
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="left"/>
      <xs:enumeration value="right"/>
      <xs:enumeration value="center"/>
      <xs:enumeration value="justify"/>
      <xs:enumeration value="char"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute table / @frame
Namespace No namespace
Type restriction of xs:token
Properties
content simple
Facets
enumeration top
enumeration bottom
enumeration topbot
enumeration all
enumeration sides
enumeration none
Used by
Element table
Source
<xs:attribute name="frame">
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="top"/>
      <xs:enumeration value="bottom"/>
      <xs:enumeration value="topbot"/>
      <xs:enumeration value="all"/>
      <xs:enumeration value="sides"/>
      <xs:enumeration value="none"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute table / @colsep
Namespace No namespace
Type yesorno
Properties
content simple
Facets
enumeration yes
enumeration no
enumeration 0
enumeration 1
Used by
Element table
Source
<xs:attribute name="colsep" type="yesorno"/>
Attribute table / @rowsep
Namespace No namespace
Type yesorno
Properties
content simple
Facets
enumeration yes
enumeration no
enumeration 0
enumeration 1
Used by
Element table
Source
<xs:attribute name="rowsep" type="yesorno"/>
Attribute tbl.table.att / @pgwide
Namespace No namespace
Type yesorno
Properties
content simple
Facets
enumeration yes
enumeration no
enumeration 0
enumeration 1
Used by
Attribute Group tbl.table.att
Source
<xs:attribute name="pgwide" type="yesorno"/>
Attribute tables / @id
Namespace No namespace
Type xs:ID
Properties
content simple
Used by
Element tables
Source
<xs:attribute name="id" type="xs:ID"/>
Attribute tables / @num
Namespace No namespace
Type num
Properties
use required
Facets
maxInclusive 9999
minInclusive 1
Used by
Element tables
Source
<xs:attribute name="num" type="num" use="required"/>
Attribute p / @id
Namespace No namespace
Type xs:ID
Properties
content simple
Used by
Complex Type p
Source
<xs:attribute name="id" type="xs:ID"/>
Attribute p / @num
Namespace No namespace
Type num
Properties
use required
Facets
maxInclusive 9999
minInclusive 1
Used by
Complex Type p
Source
<xs:attribute name="num" type="num" use="required"/>
Attribute invention-title / @id
Namespace No namespace
Type xs:ID
Properties
content simple
Used by
Element invention-title
Source
<xs:attribute name="id" type="xs:ID"/>
Attribute srep-invention-title / @title-approval
Namespace No namespace
Type yesorno
Properties
default yes
Facets
enumeration yes
enumeration no
enumeration 0
enumeration 1
Used by
Source
<xs:attribute name="title-approval" type="yesorno" default="yes"/>
Attribute abst-solution / @id
Namespace No namespace
Type xs:ID
Properties
content simple
Used by
Element abst-solution
Source
<xs:attribute name="id" type="xs:ID"/>
Attribute abstract / @id
Namespace No namespace
Type xs:ID
Properties
content simple
Used by
Element abstract
Source
<xs:attribute name="id" type="xs:ID"/>
Attribute abstract / @lang
Namespace No namespace
Type lang
Properties
content simple
Facets
enumeration de
enumeration fr
enumeration it
enumeration en
Used by
Element abstract
Source
<xs:attribute name="lang" type="lang"/>
Attribute abstract / @status
Namespace No namespace
Type xs:string
Properties
content simple
Used by
Element abstract
Source
<xs:attribute name="status" type="xs:string"/>
Attribute srep-abstract / @abs-approval
Namespace No namespace
Type yesorno
Properties
default yes
Facets
enumeration yes
enumeration no
enumeration 0
enumeration 1
Used by
Element srep-abstract
Source
<xs:attribute name="abs-approval" type="yesorno" default="yes"/>
Attribute srep-figure-to-publish / @figinfo
Namespace No namespace
Type restriction of xs:integer
Properties
use required
Facets
enumeration 1
enumeration 2
enumeration 3
enumeration 4
Used by
Source
<xs:attribute name="figinfo" use="required">
  <xs:simpleType>
    <xs:restriction base="xs:integer">
      <xs:enumeration value="1"/>
      <xs:enumeration value="2"/>
      <xs:enumeration value="3"/>
      <xs:enumeration value="4"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute addressbook / @id
Namespace No namespace
Type xs:ID
Properties
content simple
Used by
Element addressbook
Source
<xs:attribute name="id" type="xs:ID"/>
Attribute classification-ipcr / @id
Namespace No namespace
Type xs:ID
Properties
content simple
Used by
Source
<xs:attribute name="id" type="xs:ID"/>
Attribute classification-ipcr / @sequence
Namespace No namespace
Type xs:positiveInteger
Properties
content simple
Used by
Source
<xs:attribute name="sequence" type="xs:positiveInteger"/>
Attribute nplcit / @id
Namespace No namespace
Type xs:ID
Properties
content simple
Used by
Element nplcit
Source
<xs:attribute name="id" type="xs:ID"/>
Attribute citation / @id
Namespace No namespace
Type xs:ID
Properties
content simple
Used by
Element citation
Source
<xs:attribute name="id" type="xs:ID"/>
Attribute heading / @id
Namespace No namespace
Type xs:ID
Properties
content simple
Used by
Element heading
Source
<xs:attribute name="id" type="xs:ID"/>
Attribute limitation-of-search / @sequence
Namespace No namespace
Type xs:int
Properties
content simple
Used by
Source
<xs:attribute name="sequence" type="xs:int"/>
Attribute patent-family / @id
Namespace No namespace
Type xs:ID
Properties
content simple
Used by
Element patent-family
Source
<xs:attribute name="id" type="xs:ID"/>
Attribute search-report-data / @id
Namespace No namespace
Properties
fixed srep
Used by
Source
<xs:attribute name="id" fixed="srep"/>
Attribute search-report-data / @lang
Namespace No namespace
Type lang
Properties
content simple
Facets
enumeration de
enumeration fr
enumeration it
enumeration en
Used by
Source
<xs:attribute name="lang" type="lang"/>
Attribute search-report-data / @srep-office
Namespace No namespace
Properties
use required
fixed CH
Used by
Source
<xs:attribute name="srep-office" use="required" fixed="CH"/>
Attribute search-report-data / @date-produced
Namespace No namespace
Type xs:date
Properties
use required
Used by
Source
<xs:attribute name="date-produced" type="xs:date" use="required"/>
Attribute search-report-data / @srep-type
Namespace No namespace
Type srep-type
Properties
content simple
Facets
enumeration ch-sr
enumeration ch-partial-sr
enumeration ch-declaration-sr
Used by
Source
<xs:attribute name="srep-type" type="srep-type"/>
Attribute search-report-data / @status
Namespace No namespace
Type status
Properties
content simple
Facets
enumeration inProgress
enumeration draft
enumeration final
Used by
Source
<xs:attribute name="status" type="status"/>
Attribute publication-reference / @id
Namespace No namespace
Type xs:ID
Properties
content simple
Used by
Source
<xs:attribute name="id" type="xs:ID"/>
Attribute priority-claim / @id
Namespace No namespace
Type xs:ID
Properties
content simple
Used by
Element priority-claim
Source
<xs:attribute name="id" type="xs:ID"/>
Attribute priority-claim / @sequence
Namespace No namespace
Type xs:positiveInteger
Properties
use required
Used by
Element priority-claim
Source
<xs:attribute name="sequence" type="xs:positiveInteger" use="required"/>
Attribute priority-claim / @kind
Namespace No namespace
Type restriction of xs:token
Properties
use required
Facets
enumeration national
Used by
Element priority-claim
Source
<xs:attribute name="kind" use="required">
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="national"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute applicant / @sequence
Namespace No namespace
Type xs:positiveInteger
Properties
use required
Used by
Element applicant
Source
<xs:attribute name="sequence" type="xs:positiveInteger" use="required"/>
Attribute applicant / @app-type
Namespace No namespace
Type restriction of xs:token
Properties
use required
Facets
enumeration applicant
Used by
Element applicant
Source
<xs:attribute name="app-type" use="required">
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="applicant"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute applicant / @designation
Namespace No namespace
Type restriction of xs:token
Properties
use required
Facets
enumeration as-indicated
Used by
Element applicant
Source
<xs:attribute name="designation" use="required">
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="as-indicated"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute ch-inventor-entitlement-waiver / @waiver-type
Namespace No namespace
Type restriction of xs:token
Properties
use required
Facets
enumeration one
enumeration all
enumeration the-other
enumeration all-others
Used by
Source
<xs:attribute name="waiver-type" use="required">
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="one"/>
      <xs:enumeration value="all"/>
      <xs:enumeration value="the-other"/>
      <xs:enumeration value="all-others"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute inventor / @sequence
Namespace No namespace
Type xs:positiveInteger
Properties
use required
Used by
Element inventor
Source
<xs:attribute name="sequence" type="xs:positiveInteger" use="required"/>
Attribute agent / @sequence
Namespace No namespace
Type xs:positiveInteger
Properties
use required
Used by
Element agent
Source
<xs:attribute name="sequence" type="xs:positiveInteger" use="required"/>
Attribute agent / @rep-type
Namespace No namespace
Type restriction of xs:token
Properties
use required
Facets
enumeration agent
Used by
Element agent
Source
<xs:attribute name="rep-type" use="required">
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="agent"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute inid-code / @sequence
Namespace No namespace
Type xs:positiveInteger
Properties
content simple
Used by
Element inid-code
Source
<xs:attribute name="sequence" type="xs:positiveInteger"/>
Attribute standard-note / @sequence
Namespace No namespace
Type xs:positiveInteger
Properties
content simple
Used by
Element standard-note
Source
<xs:attribute name="sequence" type="xs:positiveInteger"/>
Attribute standard-note / @lang
Namespace No namespace
Type lang
Properties
content simple
Facets
enumeration de
enumeration fr
enumeration it
enumeration en
Used by
Element standard-note
Source
<xs:attribute name="lang" type="lang"/>
Attribute modified-part / @sequence
Namespace No namespace
Type xs:positiveInteger
Properties
content simple
Used by
Element modified-part
Source
<xs:attribute name="sequence" type="xs:positiveInteger"/>
Attribute modified-part / @lang
Namespace No namespace
Type lang
Properties
content simple
Facets
enumeration de
enumeration fr
enumeration it
enumeration en
Used by
Element modified-part
Source
<xs:attribute name="lang" type="lang"/>
Attribute gazette-reference / @id
Namespace No namespace
Type xs:ID
Properties
content simple
Used by
Source
<xs:attribute name="id" type="xs:ID"/>
Attribute bibliographic-data / @id
Namespace No namespace
Type xs:ID
Properties
content simple
Used by
Source
<xs:attribute name="id" type="xs:ID"/>
Attribute description / @id
Namespace No namespace
Type xs:ID
Properties
content simple
Used by
Element description
Source
<xs:attribute name="id" type="xs:ID"/>
Attribute claim / @id
Namespace No namespace
Type xs:ID
Properties
content simple
Used by
Element claim
Source
<xs:attribute name="id" type="xs:ID"/>
Attribute claim / @num
Namespace No namespace
Type num
Properties
use required
Facets
maxInclusive 9999
minInclusive 1
Used by
Element claim
Source
<xs:attribute name="num" type="num" use="required"/>
Attribute claims / @id
Namespace No namespace
Type xs:ID
Properties
content simple
Used by
Element claims
Source
<xs:attribute name="id" type="xs:ID"/>
Attribute amended-claims / @id
Namespace No namespace
Type xs:ID
Properties
content simple
Used by
Element amended-claims
Source
<xs:attribute name="id" type="xs:ID"/>
Attribute amended-claims / @lang
Namespace No namespace
Type lang
Properties
use required
Facets
enumeration de
enumeration fr
enumeration it
enumeration en
Used by
Element amended-claims
Source
<xs:attribute name="lang" type="lang" use="required"/>
Attribute figure / @id
Namespace No namespace
Type figid
Properties
use required
Facets
pattern (\i\c*) & ([\i-[:]][\c-[:]]*) & (f[0-9]{4})
Used by
Element figure
Source
<xs:attribute name="id" type="figid" use="required"/>
Attribute figure / @num
Namespace No namespace
Type num
Properties
use required
Facets
maxInclusive 9999
minInclusive 1
Used by
Element figure
Source
<xs:attribute name="num" type="num" use="required"/>
Attribute drawings / @id
Namespace No namespace
Type xs:ID
Properties
content simple
Used by
Element drawings
Source
<xs:attribute name="id" type="xs:ID"/>
Attribute ch-patent-document / @id
Namespace No namespace
Type xs:ID
Properties
content simple
Used by
Source
<xs:attribute name="id" type="xs:ID"/>
Attribute ch-patent-document / @lang
Namespace No namespace
Type lang
Properties
use required
Facets
enumeration de
enumeration fr
enumeration it
enumeration en
Used by
Source
<xs:attribute name="lang" type="lang" use="required"/>
Attribute ch-patent-document / @dtd-version
Namespace No namespace
Used by
Source
<xs:attribute name="dtd-version"/>
Attribute ch-patent-document / @country
Namespace No namespace
Type restriction of xs:NMTOKEN
Properties
use required
fixed CH
Facets
enumeration CH
Used by
Source
<xs:attribute name="country" use="required" fixed="CH">
  <xs:simpleType>
    <xs:restriction base="xs:NMTOKEN">
      <xs:enumeration value="CH"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute ch-patent-document / @date-produced
Namespace No namespace
Type xs:date
Properties
content simple
Used by
Source
<xs:attribute name="date-produced" type="xs:date"/>
Attribute ch-patent-document / @date-publ
Namespace No namespace
Type xs:date
Properties
content simple
Used by
Source
<xs:attribute name="date-publ" type="xs:date"/>
Element Group name_group
Namespace No namespace
Diagram
Diagramch-patent-doc-v1-2-ige1-0_xsd.tmp#name
Used by
Model
Children name
Source
<xs:group name="name_group">
  <xs:sequence>
    <xs:element ref="name"/>
  </xs:sequence>
</xs:group>
Element Group tbl.table-titles.mdl
Namespace No namespace
Diagram
Diagramch-patent-doc-v1-2-ige1-0_xsd.tmp#titlech-patent-doc-v1-2-ige1-0_xsd.tmp#titles
Used by
Complex Type tbl.table.mdl
Element table
Model
Children title
Source
<xs:group name="tbl.table-titles.mdl">
  <xs:sequence>
    <xs:group ref="titles"/>
  </xs:sequence>
</xs:group>
Element Group titles
Namespace No namespace
Diagram
Diagramch-patent-doc-v1-2-ige1-0_xsd.tmp#title
Used by
Element Group tbl.table-titles.mdl
Model
Children title
Source
<xs:group name="titles">
  <xs:sequence>
    <xs:element ref="title" minOccurs="0"/>
  </xs:sequence>
</xs:group>
Element Group tbl.table-main.mdl
Namespace No namespace
Diagram
Diagramch-patent-doc-v1-2-ige1-0_xsd.tmp#tgroup
Used by
Complex Type tbl.table.mdl
Element table
Model
Children tgroup
Source
<xs:group name="tbl.table-main.mdl">
  <xs:sequence>
    <xs:element ref="tgroup" maxOccurs="unbounded"/>
  </xs:sequence>
</xs:group>
Attribute Group tbl.table.att
Namespace No namespace
Diagram
Diagramch-patent-doc-v1-2-ige1-0_xsd.tmp#tbl.table.att_pgwide
Used by
Element table
Attributes
QName Type Use
pgwide yesorno optional
Source
<xs:attributeGroup name="tbl.table.att">
  <xs:attribute name="pgwide" type="yesorno"/>
</xs:attributeGroup>