Showing:

Attributes
Diagrams
Facets
Instances
Model
Properties
Source
Used by
Main schema ch-patent-doc-v1-2-ige1-1.xsd
Namespace No namespace
Properties
attribute form default unqualified
element form default qualified
Element tables
Namespace No namespace
Diagram
Diagramch-patent-doc-v1-2-ige1-1_xsd.tmp#tables_idch-patent-doc-v1-2-ige1-1_xsd.tmp#tables_numch-patent-doc-v1-2-ige1-1_xsd.tmp#table
Properties
content complex
Used by
Element Group emptysequence
Element claim-text
Model
img | table
Children img, table
Instance
<tables id="" num="">
  <img>{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-1_xsd.tmp#titlech-patent-doc-v1-2-ige1-1_xsd.tmp#titlesch-patent-doc-v1-2-ige1-1_xsd.tmp#tbl.table-titles.mdlch-patent-doc-v1-2-ige1-1_xsd.tmp#tgroupch-patent-doc-v1-2-ige1-1_xsd.tmp#tbl.table-main.mdlch-patent-doc-v1-2-ige1-1_xsd.tmp#tbl.table.mdlch-patent-doc-v1-2-ige1-1_xsd.tmp#table_framech-patent-doc-v1-2-ige1-1_xsd.tmp#table_colsepch-patent-doc-v1-2-ige1-1_xsd.tmp#table_rowsepch-patent-doc-v1-2-ige1-1_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
Diagram
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-1_xsd.tmp#colspecch-patent-doc-v1-2-ige1-1_xsd.tmp#theadch-patent-doc-v1-2-ige1-1_xsd.tmp#tbodych-patent-doc-v1-2-ige1-1_xsd.tmp#tbl.tgroup.mdlch-patent-doc-v1-2-ige1-1_xsd.tmp#tgroup_colsch-patent-doc-v1-2-ige1-1_xsd.tmp#tgroup_colsepch-patent-doc-v1-2-ige1-1_xsd.tmp#tgroup_rowsepch-patent-doc-v1-2-ige1-1_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-1_xsd.tmp#colspec_colnumch-patent-doc-v1-2-ige1-1_xsd.tmp#colspec_colnamech-patent-doc-v1-2-ige1-1_xsd.tmp#colspec_colwidthch-patent-doc-v1-2-ige1-1_xsd.tmp#colspec_colsepch-patent-doc-v1-2-ige1-1_xsd.tmp#colspec_rowsepch-patent-doc-v1-2-ige1-1_xsd.tmp#colspec_alignch-patent-doc-v1-2-ige1-1_xsd.tmp#colspec_charch-patent-doc-v1-2-ige1-1_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-1_xsd.tmp#thead_valignch-patent-doc-v1-2-ige1-1_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-1_xsd.tmp#entrych-patent-doc-v1-2-ige1-1_xsd.tmp#tbl.row.mdlch-patent-doc-v1-2-ige1-1_xsd.tmp#row_rowsepch-patent-doc-v1-2-ige1-1_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-1_xsd.tmp#tbl.entry.mdlch-patent-doc-v1-2-ige1-1_xsd.tmp#entry_colnamech-patent-doc-v1-2-ige1-1_xsd.tmp#entry_namestch-patent-doc-v1-2-ige1-1_xsd.tmp#entry_nameendch-patent-doc-v1-2-ige1-1_xsd.tmp#entry_morerowsch-patent-doc-v1-2-ige1-1_xsd.tmp#entry_colsepch-patent-doc-v1-2-ige1-1_xsd.tmp#entry_rowsepch-patent-doc-v1-2-ige1-1_xsd.tmp#entry_alignch-patent-doc-v1-2-ige1-1_xsd.tmp#entry_charch-patent-doc-v1-2-ige1-1_xsd.tmp#entry_charoffch-patent-doc-v1-2-ige1-1_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>{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-1_xsd.tmp#tbody_valignch-patent-doc-v1-2-ige1-1_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 ch-patent-document
Namespace No namespace
Diagram
Diagramch-patent-doc-v1-2-ige1-1_xsd.tmp#ch-patent-document_idch-patent-doc-v1-2-ige1-1_xsd.tmp#ch-patent-document_langch-patent-doc-v1-2-ige1-1_xsd.tmp#ch-patent-document_dtd-versionch-patent-doc-v1-2-ige1-1_xsd.tmp#ch-patent-document_countrych-patent-doc-v1-2-ige1-1_xsd.tmp#ch-patent-document_date-producedch-patent-doc-v1-2-ige1-1_xsd.tmp#ch-patent-document_date-publch-patent-doc-v1-2-ige1-1_xsd.tmp#bibliographic-datach-patent-doc-v1-2-ige1-1_xsd.tmp#descriptionch-patent-doc-v1-2-ige1-1_xsd.tmp#claimsch-patent-doc-v1-2-ige1-1_xsd.tmp#amended-claimsch-patent-doc-v1-2-ige1-1_xsd.tmp#drawings
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>{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>{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-1_xsd.tmp#bibliographic-data_idch-patent-doc-v1-2-ige1-1_xsd.tmp#plain-language-designationch-patent-doc-v1-2-ige1-1_xsd.tmp#publication-referencech-patent-doc-v1-2-ige1-1_xsd.tmp#priority-claimsch-patent-doc-v1-2-ige1-1_xsd.tmp#partiesch-patent-doc-v1-2-ige1-1_xsd.tmp#assigneesch-patent-doc-v1-2-ige1-1_xsd.tmp#dates-of-public-availabilitych-patent-doc-v1-2-ige1-1_xsd.tmp#dates-rights-effectivech-patent-doc-v1-2-ige1-1_xsd.tmp#related-documentsch-patent-doc-v1-2-ige1-1_xsd.tmp#st50-republicationch-patent-doc-v1-2-ige1-1_xsd.tmp#pct-or-regional-filing-datach-patent-doc-v1-2-ige1-1_xsd.tmp#pct-or-regional-publishing-datach-patent-doc-v1-2-ige1-1_xsd.tmp#defer-publication-of-search-reportch-patent-doc-v1-2-ige1-1_xsd.tmp#date-application-partially-withdrawn
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>{1,1}</application-reference>
  <priority-claims>{0,1}</priority-claims>
  <parties>{1,1}</parties>
  <invention-title>{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>{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-1_xsd.tmp#publication-reference_idch-patent-doc-v1-2-ige1-1_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-1_xsd.tmp#ch-document-id_kindch-patent-doc-v1-2-ige1-1_xsd.tmp#ch-document-id
Type ch-document-id
Type hierarchy
Properties
content complex
Model
country , doc-number , kind{0,1} , name{0,1} , date{0,1}
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-1_xsd.tmp#ch-kind
Type ch-kind
Type hierarchy
Properties
content simple
minOccurs 0
Source
<xs:element name="kind" type="ch-kind" minOccurs="0"/>
Element priority-claims
Namespace No namespace
Diagram
Diagramch-patent-doc-v1-2-ige1-1_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-1_xsd.tmp#priority-claim_idch-patent-doc-v1-2-ige1-1_xsd.tmp#priority-claim_sequencech-patent-doc-v1-2-ige1-1_xsd.tmp#priority-claim_kind
Properties
content complex
Used by
Element priority-claims
Model
country , doc-number{0,1} , date
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-1_xsd.tmp#applicantsch-patent-doc-v1-2-ige1-1_xsd.tmp#inventorsch-patent-doc-v1-2-ige1-1_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-1_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-1_xsd.tmp#applicant_sequencech-patent-doc-v1-2-ige1-1_xsd.tmp#applicant_app-typech-patent-doc-v1-2-ige1-1_xsd.tmp#applicant_designationch-patent-doc-v1-2-ige1-1_xsd.tmp#nationalitych-patent-doc-v1-2-ige1-1_xsd.tmp#residence
Properties
content complex
Used by
Element applicants
Model
addressbook , nationality , residence
Children addressbook, nationality, residence
Instance
<applicant app-type="" designation="" sequence="">
  <addressbook>{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
Diagram
Properties
content complex
Used by
Element applicant
Model
country
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
Diagram
Properties
content complex
Used by
Element applicant
Model
country
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-1_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-1_xsd.tmp#inventor_sequencech-patent-doc-v1-2-ige1-1_xsd.tmp#ch-inventor-entitlement-waiver
Properties
content complex
Used by
Element inventors
Model
Children addressbook, ch-inventor-entitlement-waiver
Instance
<inventor sequence="">
  <addressbook>{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-1_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-1_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-1_xsd.tmp#agent_sequencech-patent-doc-v1-2-ige1-1_xsd.tmp#agent_rep-type
Properties
content complex
Used by
Element agents
Model
addressbook
Children addressbook
Instance
<agent rep-type="" sequence="">
  <addressbook>{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-1_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
Diagram
Properties
content complex
Used by
Element assignees
Model
addressbook
Children addressbook
Instance
<assignee>
  <addressbook>{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-1_xsd.tmp#unexamined-printed-without-grantch-patent-doc-v1-2-ige1-1_xsd.tmp#printed-as-amendedch-patent-doc-v1-2-ige1-1_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
Diagram
Properties
content complex
Used by
Model
document-id
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
Diagram
Properties
content complex
Used by
Model
document-id
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
Diagram
Properties
content complex
Used by
Model
document-id
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-1_xsd.tmp#date-entering-into-forcech-patent-doc-v1-2-ige1-1_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
Diagram
Properties
content complex
Used by
Complex Type dates-rights-effective
Model
date
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-1_xsd.tmp#relationch-patent-doc-v1-2-ige1-1_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-1_xsd.tmp#parent-docch-patent-doc-v1-2-ige1-1_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-1_xsd.tmp#NO_NAMESPACE_document-id
Type document-id
Properties
content complex
Used by
Element relation
Model
document-id
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-1_xsd.tmp#NO_NAMESPACE_document-id
Type document-id
Properties
content complex
Used by
Element relation
Model
document-id
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-1_xsd.tmp#republication-codech-patent-doc-v1-2-ige1-1_xsd.tmp#modificationsch-patent-doc-v1-2-ige1-1_xsd.tmp#republication-notesch-patent-doc-v1-2-ige1-1_xsd.tmp#correction-notice
Properties
content complex
Used by
Model
Children correction-notice, modifications, republication-code, republication-notes
Instance
<st50-republication>
  <republication-code>{1,1}</republication-code>
  <modifications>{0,1}</modifications>
  <republication-notes>{0,1}</republication-notes>
  <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="modifications" minOccurs="0"/>
      <xs:element ref="republication-notes" minOccurs="0"/>
      <xs:element ref="correction-notice"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element republication-code
Namespace No namespace
Diagram
Diagram
Type num
Properties
content simple
Used by
Source
<xs:element name="republication-code" type="num"/>
Element modifications
Namespace No namespace
Diagram
Diagramch-patent-doc-v1-2-ige1-1_xsd.tmp#modified-bibliographych-patent-doc-v1-2-ige1-1_xsd.tmp#modified-part
Properties
content complex
Used by
Model
Children modified-bibliography, modified-part
Instance
<modifications>
  <modified-bibliography>{0,1}</modified-bibliography>
  <modified-part lang="" sequence="">{0,unbounded}</modified-part>
</modifications>
Source
<xs:element name="modifications">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="modified-bibliography" minOccurs="0"/>
      <xs:element ref="modified-part" minOccurs="0" maxOccurs="unbounded"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element modified-bibliography
Namespace No namespace
Diagram
Diagramch-patent-doc-v1-2-ige1-1_xsd.tmp#inid-code
Properties
content complex
Used by
Element modifications
Model
Children inid-code
Instance
<modified-bibliography>
  <inid-code sequence="">{1,unbounded}</inid-code>
</modified-bibliography>
Source
<xs:element name="modified-bibliography">
  <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-1_xsd.tmp#ch-inid-codech-patent-doc-v1-2-ige1-1_xsd.tmp#inid-code_sequence
Type extension of ch-inid-code
Type hierarchy
Properties
content complex
Used by
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 modified-part
Namespace No namespace
Diagram
Diagramch-patent-doc-v1-2-ige1-1_xsd.tmp#modified-part_sequencech-patent-doc-v1-2-ige1-1_xsd.tmp#modified-part_langch-patent-doc-v1-2-ige1-1_xsd.tmp#modified-part-namech-patent-doc-v1-2-ige1-1_xsd.tmp#modified-item
Properties
content complex
Used by
Element modifications
Model
Children modified-item, modified-part-name
Instance
<modified-part lang="" sequence="">
  <modified-part-name>{1,1}</modified-part-name>
  <modified-item sequence="">{0,unbounded}</modified-item>
</modified-part>
Attributes
QName Type Use
lang lang optional
sequence xs:positiveInteger optional
Source
<xs:element name="modified-part">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="modified-part-name"/>
      <xs:element ref="modified-item" minOccurs="0" maxOccurs="unbounded"/>
    </xs:sequence>
    <xs:attribute name="sequence" type="xs:positiveInteger"/>
    <xs:attribute name="lang" type="lang"/>
  </xs:complexType>
</xs:element>
Element modified-part-name
Namespace No namespace
Diagram
Diagramch-patent-doc-v1-2-ige1-1_xsd.tmp#ch-part-name
Type ch-part-name
Properties
content simple
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:element name="modified-part-name" type="ch-part-name"/>
Element modified-item
Namespace No namespace
Diagram
Diagramch-patent-doc-v1-2-ige1-1_xsd.tmp#ch-modified-itemch-patent-doc-v1-2-ige1-1_xsd.tmp#modified-item_sequence
Type extension of ch-modified-item
Type hierarchy
Properties
content complex
Used by
Element modified-part
Attributes
QName Type Use
sequence xs:positiveInteger optional
Source
<xs:element name="modified-item">
  <xs:complexType>
    <xs:simpleContent>
      <xs:extension base="ch-modified-item">
        <xs:attribute name="sequence" type="xs:positiveInteger"/>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
Element republication-notes
Namespace No namespace
Diagram
Diagramch-patent-doc-v1-2-ige1-1_xsd.tmp#republication-note
Properties
content complex
Used by
Model
Children republication-note
Instance
<republication-notes>
  <republication-note lang="" sequence="">{1,unbounded}</republication-note>
</republication-notes>
Source
<xs:element name="republication-notes">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="republication-note" maxOccurs="unbounded"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element republication-note
Namespace No namespace
Diagram
Diagramch-patent-doc-v1-2-ige1-1_xsd.tmp#republication-note_sequencech-patent-doc-v1-2-ige1-1_xsd.tmp#republication-note_lang
Type extension of xs:string
Properties
content complex
Used by
Attributes
QName Type Use
lang lang optional
sequence xs:positiveInteger optional
Source
<xs:element name="republication-note">
  <xs:complexType>
    <xs:simpleContent>
      <xs:extension base="xs:string">
        <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-1_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-1_xsd.tmp#gazette-reference_idch-patent-doc-v1-2-ige1-1_xsd.tmp#gazette-num
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-1_xsd.tmp#NO_NAMESPACE_document-id
Type document-id
Properties
content complex
Used by
Model
document-id
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-1_xsd.tmp#NO_NAMESPACE_document-id
Type document-id
Properties
content complex
Used by
Model
document-id
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-1_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
Diagram
Properties
content complex
Used by
Model
date
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-1_xsd.tmp#description_id
Properties
content complex
Used by
Model
heading* , p+
Children heading, p
Instance
<description id="">
  <heading>{0,unbounded}</heading>
  <p>{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-1_xsd.tmp#claims_idch-patent-doc-v1-2-ige1-1_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-1_xsd.tmp#claim_idch-patent-doc-v1-2-ige1-1_xsd.tmp#claim_numch-patent-doc-v1-2-ige1-1_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-1_xsd.tmp#tables
Properties
content complex
mixed true
Used by
Element claim
Model
b | sup | sub | br | figref | img | chemistry | maths | tables
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>{1,1}</figref>
  <img>{1,1}</img>
  <chemistry>{1,1}</chemistry>
  <maths>{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-1_xsd.tmp#amended-claims_idch-patent-doc-v1-2-ige1-1_xsd.tmp#amended-claims_langch-patent-doc-v1-2-ige1-1_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-1_xsd.tmp#drawings_idch-patent-doc-v1-2-ige1-1_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-1_xsd.tmp#figure_idch-patent-doc-v1-2-ige1-1_xsd.tmp#figure_num
Properties
content complex
Used by
Element drawings
Model
img
Children img
Instance
<figure id="" num="">
  <img>{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 tbl.table.mdl
Namespace No namespace
Diagram
Diagramch-patent-doc-v1-2-ige1-1_xsd.tmp#titlech-patent-doc-v1-2-ige1-1_xsd.tmp#titlesch-patent-doc-v1-2-ige1-1_xsd.tmp#tbl.table-titles.mdlch-patent-doc-v1-2-ige1-1_xsd.tmp#tgroupch-patent-doc-v1-2-ige1-1_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-1_xsd.tmp#colspecch-patent-doc-v1-2-ige1-1_xsd.tmp#theadch-patent-doc-v1-2-ige1-1_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-1_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
Diagram
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
Diagram
Type restriction of kind
Type hierarchy
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-name
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
Source
<xs:simpleType name="ch-part-name">
  <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-modified-item
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 modified-item
Source
<xs:simpleType name="ch-modified-item">
  <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-1_xsd.tmp#ch-document-id_kind
Type restriction of document-id-content
Type hierarchy
Used by
Model
country , doc-number , kind{0,1} , name{0,1} , date{0,1}
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-1_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-1_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
Diagram
Used by
Model
document-id
Children document-id
Source
<xs:complexType name="document-id">
  <xs:sequence>
    <xs:element ref="document-id"/>
  </xs:sequence>
</xs:complexType>
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
Used by
Element colspec
Source
<xs:attribute name="colsep" type="yesorno"/>
Attribute colspec / @rowsep
Namespace No namespace
Type yesorno
Properties
content simple
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
Used by
Element entry
Source
<xs:attribute name="colsep" type="yesorno"/>
Attribute entry / @rowsep
Namespace No namespace
Type yesorno
Properties
content simple
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
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
Used by
Element tgroup
Source
<xs:attribute name="colsep" type="yesorno"/>
Attribute tgroup / @rowsep
Namespace No namespace
Type yesorno
Properties
content simple
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
Used by
Element table
Source
<xs:attribute name="colsep" type="yesorno"/>
Attribute table / @rowsep
Namespace No namespace
Type yesorno
Properties
content simple
Used by
Element table
Source
<xs:attribute name="rowsep" type="yesorno"/>
Attribute tbl.table.att / @pgwide
Namespace No namespace
Type yesorno
Properties
content simple
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
Used by
Element tables
Source
<xs:attribute name="num" type="num" use="required"/>
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 modified-item / @sequence
Namespace No namespace
Type xs:positiveInteger
Properties
content simple
Used by
Element modified-item
Source
<xs:attribute name="sequence" type="xs:positiveInteger"/>
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
Used by
Element modified-part
Source
<xs:attribute name="lang" type="lang"/>
Attribute republication-note / @sequence
Namespace No namespace
Type xs:positiveInteger
Properties
content simple
Used by
Source
<xs:attribute name="sequence" type="xs:positiveInteger"/>
Attribute republication-note / @lang
Namespace No namespace
Type lang
Properties
content simple
Used by
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
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
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
Used by
Element figure
Source
<xs:attribute name="id" type="figid" use="required"/>
Attribute figure / @num
Namespace No namespace
Type num
Properties
use required
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
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 emptysequence
Namespace No namespace
Diagram
Diagramch-patent-doc-v1-2-ige1-1_xsd.tmp#tables
Model
Children tables
Source
<xs:group name="emptysequence">
  <xs:sequence>
    <xs:group ref="emptysequence"/>
    <xs:element ref="tables"/>
  </xs:sequence>
</xs:group>
Element Group tbl.table-titles.mdl
Namespace No namespace
Diagram
Diagramch-patent-doc-v1-2-ige1-1_xsd.tmp#titlech-patent-doc-v1-2-ige1-1_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-1_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-1_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-1_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>