Main schema ch-search-report-v1-2-ige0-4.xsd
Element name
Element address-1
Element address-2
Element address-3
Element street
Element city
Element postcode
Element country
Element search-report-data
Element doc-page
|
|
|
|
Namespace |
No namespace |
Diagram
|
|
Properties
|
|
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
|
|
Properties
|
|
Used by
|
|
Model
|
|
Children |
applicant-name, application-reference, date-of-earliest-priority, srep-abstract, 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-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-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
Element document-id
Element doc-number
Element kind
Element date
Element date-of-earliest-priority
Element applicant-name
Element srep-unity-of-invention
Element p
|
|
|
|
Namespace |
No namespace |
Diagram
|
|
Type |
p |
Properties
|
content |
complex |
mixed |
true |
|
Used by
|
|
Model
|
|
Children |
b, br, chemistry, dl, figref, img, maths, patcit, sub, sup, 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>
</p>
|
|
Attributes
|
QName |
Type |
Use |
|
id |
xs:ID |
optional |
|
num |
num |
required |
|
|
Source
|
<xs:element name="p" type="p"/>
|
|
|
|
|
|
|
Element b
Element sup
Element sup2
Element sub2
Element sub
Element br
Element dl
Element dt
Element dd
|
|
|
|
Namespace |
No namespace |
Diagram
|
|
Properties
|
content |
complex |
mixed |
true |
|
Used by
|
|
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
Element img
Element chemistry
Element maths
Element ul
Element li
|
|
|
|
Namespace |
No namespace |
Diagram
|
|
Properties
|
content |
complex |
mixed |
true |
|
Used by
|
|
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
Element rel-passage
Element text
Element passage
Element category
Element rel-claims
Element srep-search-fees
Element srep-fee-1
Element srep-fee-2
Element srep-fee-3
Element claim-num
Element srep-fee-4
Element srep-invention-title
Element invention-title
Element srep-abstract
Element abstract
Element abst-problem
Element abst-solution
Element srep-figure-to-publish
Element figure-to-publish
Element fig-number
Element srep-info-admin
Element authorized-officer
Element srep-office
Element addressbook
Element address
|
|
|
|
Namespace |
No namespace |
Diagram
|
|
Type |
address_group |
Properties
|
|
Used by
|
|
Model
|
address-1{0,1} , address-2{0,1} , address-3{0,1} , street{0,1} , city , postcode{0,1} , country
|
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
|
|
Properties
|
|
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
Element classification-ipcr
|
|
|
|
Namespace |
No namespace |
Diagram
|
|
Properties
|
|
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
Element class
Element subclass
Element main-group
Element subgroup
Element ipc-version-indicator
Element classification-level
Element symbol-position
Element classification-value
Element srep-fields-searched
Element minimum-documentation
Element srep-citations
Element citation
|
|
|
|
Namespace |
No namespace |
Diagram
|
|
Properties
|
|
Used by
|
|
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
Element corresponding-docs
Element incomplete-search
Element limitation-of-search
Element claims-searched
Element claims-searched-incompletely
Element claims-not-searched
Element reason-limited-search
Element heading
Element srep-admin
Element examiners
Element primary-examiner
Element date-search-completed
Element srep-patent-family
Element patent-family
Element priority-application
Element family-member
Complex Type address_group
|
|
|
|
Namespace |
No namespace |
Diagram
|
|
Used by
|
|
Model
|
address-1{0,1} , address-2{0,1} , address-3{0,1} , street{0,1} , city , postcode{0,1} , country
|
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
Simple Type status
Simple Type lang
|
|
|
|
Namespace |
No namespace |
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
Simple Type figid
Simple Type imgid
Simple Type chemistryid
Simple Type mathsid
Simple Type yesorno
|
|
|
|
Namespace |
No namespace |
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
Complex Type document-id-content
Simple Type doc-number
Simple Type kind
Complex Type p
|
|
|
|
Namespace |
No namespace |
Diagram
|
|
Properties
|
|
Used by
|
|
Model
|
|
Children |
b, br, chemistry, dl, figref, img, maths, patcit, sub, sup, 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: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 |
Type |
restriction of xs:token |
Properties
|
|
Facets
|
enumeration |
drawing |
|
enumeration |
chem |
|
enumeration |
table |
|
enumeration |
math |
|
enumeration |
graph |
|
|
Used by
|
|
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
ul / @list-style
|
|
|
|
Namespace |
No namespace |
Type |
yesorno |
Properties
|
|
Facets
|
enumeration |
yes |
|
enumeration |
no |
|
enumeration |
0 |
|
enumeration |
1 |
|
|
Used by
|
|
Source
|
<xs:attribute name="title-approval" type="yesorno" default="yes"/>
|
|
|
|
|
|
|
|
|
|
|
Namespace |
No namespace |
Type |
lang |
Properties
|
|
Facets
|
enumeration |
de |
|
enumeration |
fr |
|
enumeration |
it |
|
enumeration |
en |
|
|
Used by
|
|
Source
|
<xs:attribute name="lang" type="lang"/>
|
|
|
|
|
|
|
|
|
|
|
Namespace |
No namespace |
Type |
yesorno |
Properties
|
|
Facets
|
enumeration |
yes |
|
enumeration |
no |
|
enumeration |
0 |
|
enumeration |
1 |
|
|
Used by
|
|
Source
|
<xs:attribute name="abs-approval" type="yesorno" default="yes"/>
|
|
|
|
|
|
|
|
|
|
|
Namespace |
No namespace |
Type |
lang |
Properties
|
|
Facets
|
enumeration |
de |
|
enumeration |
fr |
|
enumeration |
it |
|
enumeration |
en |
|
|
Used by
|
|
Source
|
<xs:attribute name="lang" type="lang"/>
|
|
|
|
|
|
|
Element Group name_group