Showing:

Attributes
Diagrams
Facets
Instances
Model
Properties
Source
Used by
Main schema ch-search-report-v1-2-ige0-4.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 Type 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-search-report-v1-2-ige0-4_xsd.tmp#search-report-data_idch-search-report-v1-2-ige0-4_xsd.tmp#search-report-data_langch-search-report-v1-2-ige0-4_xsd.tmp#search-report-data_srep-officech-search-report-v1-2-ige0-4_xsd.tmp#search-report-data_date-producedch-search-report-v1-2-ige0-4_xsd.tmp#search-report-data_srep-typech-search-report-v1-2-ige0-4_xsd.tmp#search-report-data_statusch-search-report-v1-2-ige0-4_xsd.tmp#doc-pagech-search-report-v1-2-ige0-4_xsd.tmp#srep-infoch-search-report-v1-2-ige0-4_xsd.tmp#srep-for-pub
Properties
content complex
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-search-report-v1-2-ige0-4_xsd.tmp#doc-page_idch-search-report-v1-2-ige0-4_xsd.tmp#doc-page_filech-search-report-v1-2-ige0-4_xsd.tmp#doc-page_wich-search-report-v1-2-ige0-4_xsd.tmp#doc-page_hech-search-report-v1-2-ige0-4_xsd.tmp#doc-page_typech-search-report-v1-2-ige0-4_xsd.tmp#doc-page_altch-search-report-v1-2-ige0-4_xsd.tmp#doc-page_ppch-search-report-v1-2-ige0-4_xsd.tmp#doc-page_ppfch-search-report-v1-2-ige0-4_xsd.tmp#doc-page_pplch-search-report-v1-2-ige0-4_xsd.tmp#doc-page_ocrch-search-report-v1-2-ige0-4_xsd.tmp#doc-page_colorch-search-report-v1-2-ige0-4_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-search-report-v1-2-ige0-4_xsd.tmp#application-referencech-search-report-v1-2-ige0-4_xsd.tmp#date-of-earliest-prioritych-search-report-v1-2-ige0-4_xsd.tmp#applicant-namech-search-report-v1-2-ige0-4_xsd.tmp#srep-unity-of-inventionch-search-report-v1-2-ige0-4_xsd.tmp#srep-invention-titlech-search-report-v1-2-ige0-4_xsd.tmp#srep-abstractch-search-report-v1-2-ige0-4_xsd.tmp#srep-figure-to-publishch-search-report-v1-2-ige0-4_xsd.tmp#srep-info-admin
Properties
content complex
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
Namespace No namespace
Diagram
Diagramch-search-report-v1-2-ige0-4_xsd.tmp#application-reference_idch-search-report-v1-2-ige0-4_xsd.tmp#document-id
Properties
content complex
Used by
Element srep-info
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-search-report-v1-2-ige0-4_xsd.tmp#countrych-search-report-v1-2-ige0-4_xsd.tmp#doc-numberch-search-report-v1-2-ige0-4_xsd.tmp#kindch-search-report-v1-2-ige0-4_xsd.tmp#namech-search-report-v1-2-ige0-4_xsd.tmp#datech-search-report-v1-2-ige0-4_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-search-report-v1-2-ige0-4_xsd.tmp#NO_NAMESPACE_doc-number
Type doc-number
Properties
content simple
Used by
Complex Type document-id-content
Source
<xs:element name="doc-number" type="doc-number"/>
Element kind
Namespace No namespace
Diagram
Diagramch-search-report-v1-2-ige0-4_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-search-report-v1-2-ige0-4_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-search-report-v1-2-ige0-4_xsd.tmp#namech-search-report-v1-2-ige0-4_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-unity-of-invention
Namespace No namespace
Diagram
Diagramch-search-report-v1-2-ige0-4_xsd.tmp#pch-search-report-v1-2-ige0-4_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-search-report-v1-2-ige0-4_xsd.tmp#NO_NAMESPACE_p_idch-search-report-v1-2-ige0-4_xsd.tmp#NO_NAMESPACE_p_numch-search-report-v1-2-ige0-4_xsd.tmp#bch-search-report-v1-2-ige0-4_xsd.tmp#supch-search-report-v1-2-ige0-4_xsd.tmp#subch-search-report-v1-2-ige0-4_xsd.tmp#brch-search-report-v1-2-ige0-4_xsd.tmp#dlch-search-report-v1-2-ige0-4_xsd.tmp#ulch-search-report-v1-2-ige0-4_xsd.tmp#figrefch-search-report-v1-2-ige0-4_xsd.tmp#patcitch-search-report-v1-2-ige0-4_xsd.tmp#imgch-search-report-v1-2-ige0-4_xsd.tmp#chemistrych-search-report-v1-2-ige0-4_xsd.tmp#mathsch-search-report-v1-2-ige0-4_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
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
Namespace No namespace
Diagram
Diagram
Type xs:string
Properties
content simple
Used by
Elements dd, dt, figref, heading, invention-title, li, sub, sub2, sup, sup2
Complex Type p
Source
<xs:element name="b" type="xs:string"/>
Element sup
Namespace No namespace
Diagram
Diagramch-search-report-v1-2-ige0-4_xsd.tmp#bch-search-report-v1-2-ige0-4_xsd.tmp#sup2ch-search-report-v1-2-ige0-4_xsd.tmp#sub2
Properties
content complex
mixed true
Used by
Elements dd, dt, figref, heading, invention-title, li
Complex Type p
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-search-report-v1-2-ige0-4_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-search-report-v1-2-ige0-4_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-search-report-v1-2-ige0-4_xsd.tmp#bch-search-report-v1-2-ige0-4_xsd.tmp#sup2ch-search-report-v1-2-ige0-4_xsd.tmp#sub2
Properties
content complex
mixed true
Used by
Elements dd, dt, figref, heading, invention-title, li
Complex Type p
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 dd, li
Complex Type p
Source
<xs:element name="br">
  <xs:complexType/>
</xs:element>
Element dl
Namespace No namespace
Diagram
Diagramch-search-report-v1-2-ige0-4_xsd.tmp#dl_tsizech-search-report-v1-2-ige0-4_xsd.tmp#dl_idch-search-report-v1-2-ige0-4_xsd.tmp#dtch-search-report-v1-2-ige0-4_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-search-report-v1-2-ige0-4_xsd.tmp#dt_idch-search-report-v1-2-ige0-4_xsd.tmp#bch-search-report-v1-2-ige0-4_xsd.tmp#supch-search-report-v1-2-ige0-4_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-search-report-v1-2-ige0-4_xsd.tmp#bch-search-report-v1-2-ige0-4_xsd.tmp#supch-search-report-v1-2-ige0-4_xsd.tmp#subch-search-report-v1-2-ige0-4_xsd.tmp#brch-search-report-v1-2-ige0-4_xsd.tmp#figrefch-search-report-v1-2-ige0-4_xsd.tmp#imgch-search-report-v1-2-ige0-4_xsd.tmp#chemistrych-search-report-v1-2-ige0-4_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-search-report-v1-2-ige0-4_xsd.tmp#figref_idrefch-search-report-v1-2-ige0-4_xsd.tmp#figref_numch-search-report-v1-2-ige0-4_xsd.tmp#bch-search-report-v1-2-ige0-4_xsd.tmp#supch-search-report-v1-2-ige0-4_xsd.tmp#sub
Properties
content complex
mixed true
Used by
Elements dd, li
Complex Type p
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-search-report-v1-2-ige0-4_xsd.tmp#img-content_idch-search-report-v1-2-ige0-4_xsd.tmp#img-content_hech-search-report-v1-2-ige0-4_xsd.tmp#img-content_wich-search-report-v1-2-ige0-4_xsd.tmp#img-content_filech-search-report-v1-2-ige0-4_xsd.tmp#img-content_altch-search-report-v1-2-ige0-4_xsd.tmp#img-content_img-contentch-search-report-v1-2-ige0-4_xsd.tmp#img-content_img-formatch-search-report-v1-2-ige0-4_xsd.tmp#img-content_orientationch-search-report-v1-2-ige0-4_xsd.tmp#img-content_inlinech-search-report-v1-2-ige0-4_xsd.tmp#img-content
Type img-content
Properties
content complex
Used by
Elements chemistry, dd, li, maths
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-search-report-v1-2-ige0-4_xsd.tmp#chemistry_idch-search-report-v1-2-ige0-4_xsd.tmp#chemistry_numch-search-report-v1-2-ige0-4_xsd.tmp#img
Properties
content complex
Used by
Elements 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-search-report-v1-2-ige0-4_xsd.tmp#maths_idch-search-report-v1-2-ige0-4_xsd.tmp#maths_numch-search-report-v1-2-ige0-4_xsd.tmp#img
Properties
content complex
Used by
Elements 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-search-report-v1-2-ige0-4_xsd.tmp#ul_idch-search-report-v1-2-ige0-4_xsd.tmp#ul_list-stylech-search-report-v1-2-ige0-4_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-search-report-v1-2-ige0-4_xsd.tmp#li_idch-search-report-v1-2-ige0-4_xsd.tmp#li_numch-search-report-v1-2-ige0-4_xsd.tmp#bch-search-report-v1-2-ige0-4_xsd.tmp#supch-search-report-v1-2-ige0-4_xsd.tmp#subch-search-report-v1-2-ige0-4_xsd.tmp#brch-search-report-v1-2-ige0-4_xsd.tmp#figrefch-search-report-v1-2-ige0-4_xsd.tmp#imgch-search-report-v1-2-ige0-4_xsd.tmp#chemistrych-search-report-v1-2-ige0-4_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-search-report-v1-2-ige0-4_xsd.tmp#patcit_idch-search-report-v1-2-ige0-4_xsd.tmp#patcit_dnumch-search-report-v1-2-ige0-4_xsd.tmp#patcit_urlch-search-report-v1-2-ige0-4_xsd.tmp#document-idch-search-report-v1-2-ige0-4_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-search-report-v1-2-ige0-4_xsd.tmp#textch-search-report-v1-2-ige0-4_xsd.tmp#passagech-search-report-v1-2-ige0-4_xsd.tmp#categorych-search-report-v1-2-ige0-4_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 srep-search-fees
Namespace No namespace
Diagram
Diagramch-search-report-v1-2-ige0-4_xsd.tmp#srep-fee-1ch-search-report-v1-2-ige0-4_xsd.tmp#srep-fee-2ch-search-report-v1-2-ige0-4_xsd.tmp#srep-fee-3ch-search-report-v1-2-ige0-4_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-search-report-v1-2-ige0-4_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 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-fee-4
Namespace No namespace
Diagram
Diagramch-search-report-v1-2-ige0-4_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-search-report-v1-2-ige0-4_xsd.tmp#srep-invention-title_title-approvalch-search-report-v1-2-ige0-4_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-search-report-v1-2-ige0-4_xsd.tmp#invention-title_idch-search-report-v1-2-ige0-4_xsd.tmp#bch-search-report-v1-2-ige0-4_xsd.tmp#supch-search-report-v1-2-ige0-4_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-search-report-v1-2-ige0-4_xsd.tmp#srep-abstract_abs-approvalch-search-report-v1-2-ige0-4_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-search-report-v1-2-ige0-4_xsd.tmp#abstract_idch-search-report-v1-2-ige0-4_xsd.tmp#abstract_langch-search-report-v1-2-ige0-4_xsd.tmp#abstract_statusch-search-report-v1-2-ige0-4_xsd.tmp#abst-problemch-search-report-v1-2-ige0-4_xsd.tmp#abst-solutionch-search-report-v1-2-ige0-4_xsd.tmp#p
Properties
content complex
Used by
Element srep-abstract
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-search-report-v1-2-ige0-4_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-search-report-v1-2-ige0-4_xsd.tmp#abst-solution_idch-search-report-v1-2-ige0-4_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-search-report-v1-2-ige0-4_xsd.tmp#srep-figure-to-publish_figinfoch-search-report-v1-2-ige0-4_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-search-report-v1-2-ige0-4_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-search-report-v1-2-ige0-4_xsd.tmp#authorized-officerch-search-report-v1-2-ige0-4_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-search-report-v1-2-ige0-4_xsd.tmp#namech-search-report-v1-2-ige0-4_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-search-report-v1-2-ige0-4_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-search-report-v1-2-ige0-4_xsd.tmp#addressbook_idch-search-report-v1-2-ige0-4_xsd.tmp#namech-search-report-v1-2-ige0-4_xsd.tmp#name_groupch-search-report-v1-2-ige0-4_xsd.tmp#address
Properties
content complex
Used by
Element srep-office
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-search-report-v1-2-ige0-4_xsd.tmp#address-1ch-search-report-v1-2-ige0-4_xsd.tmp#address-2ch-search-report-v1-2-ige0-4_xsd.tmp#address-3ch-search-report-v1-2-ige0-4_xsd.tmp#streetch-search-report-v1-2-ige0-4_xsd.tmp#citych-search-report-v1-2-ige0-4_xsd.tmp#postcodech-search-report-v1-2-ige0-4_xsd.tmp#countrych-search-report-v1-2-ige0-4_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-search-report-v1-2-ige0-4_xsd.tmp#classifications-ipcrch-search-report-v1-2-ige0-4_xsd.tmp#srep-fields-searchedch-search-report-v1-2-ige0-4_xsd.tmp#srep-citationsch-search-report-v1-2-ige0-4_xsd.tmp#incomplete-searchch-search-report-v1-2-ige0-4_xsd.tmp#srep-adminch-search-report-v1-2-ige0-4_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-search-report-v1-2-ige0-4_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-search-report-v1-2-ige0-4_xsd.tmp#classification-ipcr_idch-search-report-v1-2-ige0-4_xsd.tmp#classification-ipcr_sequencech-search-report-v1-2-ige0-4_xsd.tmp#textch-search-report-v1-2-ige0-4_xsd.tmp#sectionch-search-report-v1-2-ige0-4_xsd.tmp#classch-search-report-v1-2-ige0-4_xsd.tmp#subclassch-search-report-v1-2-ige0-4_xsd.tmp#main-groupch-search-report-v1-2-ige0-4_xsd.tmp#subgroupch-search-report-v1-2-ige0-4_xsd.tmp#ipc-version-indicatorch-search-report-v1-2-ige0-4_xsd.tmp#classification-levelch-search-report-v1-2-ige0-4_xsd.tmp#symbol-positionch-search-report-v1-2-ige0-4_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-search-report-v1-2-ige0-4_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-search-report-v1-2-ige0-4_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-search-report-v1-2-ige0-4_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-search-report-v1-2-ige0-4_xsd.tmp#textch-search-report-v1-2-ige0-4_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-search-report-v1-2-ige0-4_xsd.tmp#citation_idch-search-report-v1-2-ige0-4_xsd.tmp#patcitch-search-report-v1-2-ige0-4_xsd.tmp#nplcitch-search-report-v1-2-ige0-4_xsd.tmp#rel-passagech-search-report-v1-2-ige0-4_xsd.tmp#categorych-search-report-v1-2-ige0-4_xsd.tmp#rel-claimsch-search-report-v1-2-ige0-4_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-search-report-v1-2-ige0-4_xsd.tmp#nplcit_idch-search-report-v1-2-ige0-4_xsd.tmp#textch-search-report-v1-2-ige0-4_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-search-report-v1-2-ige0-4_xsd.tmp#patcitch-search-report-v1-2-ige0-4_xsd.tmp#nplcitch-search-report-v1-2-ige0-4_xsd.tmp#rel-passagech-search-report-v1-2-ige0-4_xsd.tmp#categorych-search-report-v1-2-ige0-4_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-search-report-v1-2-ige0-4_xsd.tmp#heading_idch-search-report-v1-2-ige0-4_xsd.tmp#bch-search-report-v1-2-ige0-4_xsd.tmp#supch-search-report-v1-2-ige0-4_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-search-report-v1-2-ige0-4_xsd.tmp#examinersch-search-report-v1-2-ige0-4_xsd.tmp#srep-officech-search-report-v1-2-ige0-4_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-search-report-v1-2-ige0-4_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-search-report-v1-2-ige0-4_xsd.tmp#namech-search-report-v1-2-ige0-4_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-search-report-v1-2-ige0-4_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-search-report-v1-2-ige0-4_xsd.tmp#textch-search-report-v1-2-ige0-4_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-search-report-v1-2-ige0-4_xsd.tmp#patent-family_idch-search-report-v1-2-ige0-4_xsd.tmp#priority-applicationch-search-report-v1-2-ige0-4_xsd.tmp#family-memberch-search-report-v1-2-ige0-4_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-search-report-v1-2-ige0-4_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-search-report-v1-2-ige0-4_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>
Complex Type address_group
Namespace No namespace
Diagram
Diagramch-search-report-v1-2-ige0-4_xsd.tmp#address-1ch-search-report-v1-2-ige0-4_xsd.tmp#address-2ch-search-report-v1-2-ige0-4_xsd.tmp#address-3ch-search-report-v1-2-ige0-4_xsd.tmp#streetch-search-report-v1-2-ige0-4_xsd.tmp#citych-search-report-v1-2-ige0-4_xsd.tmp#postcodech-search-report-v1-2-ige0-4_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})
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-search-report-v1-2-ige0-4_xsd.tmp#countrych-search-report-v1-2-ige0-4_xsd.tmp#doc-numberch-search-report-v1-2-ige0-4_xsd.tmp#kindch-search-report-v1-2-ige0-4_xsd.tmp#namech-search-report-v1-2-ige0-4_xsd.tmp#date
Used by
Element 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
Source
<xs:simpleType name="kind">
  <xs:restriction base="xs:string"/>
</xs:simpleType>
Complex Type p
Namespace No namespace
Diagram
Diagramch-search-report-v1-2-ige0-4_xsd.tmp#NO_NAMESPACE_p_idch-search-report-v1-2-ige0-4_xsd.tmp#NO_NAMESPACE_p_numch-search-report-v1-2-ige0-4_xsd.tmp#bch-search-report-v1-2-ige0-4_xsd.tmp#supch-search-report-v1-2-ige0-4_xsd.tmp#subch-search-report-v1-2-ige0-4_xsd.tmp#brch-search-report-v1-2-ige0-4_xsd.tmp#dlch-search-report-v1-2-ige0-4_xsd.tmp#ulch-search-report-v1-2-ige0-4_xsd.tmp#figrefch-search-report-v1-2-ige0-4_xsd.tmp#patcitch-search-report-v1-2-ige0-4_xsd.tmp#imgch-search-report-v1-2-ige0-4_xsd.tmp#chemistrych-search-report-v1-2-ige0-4_xsd.tmp#maths
Properties
mixed true
Used by
Element p
Model
b | sup | sub | br | dl | ul | figref | patcit | img | chemistry | maths
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
Diagram
Diagramch-search-report-v1-2-ige0-4_xsd.tmp#img-content_idch-search-report-v1-2-ige0-4_xsd.tmp#img-content_hech-search-report-v1-2-ige0-4_xsd.tmp#img-content_wich-search-report-v1-2-ige0-4_xsd.tmp#img-content_filech-search-report-v1-2-ige0-4_xsd.tmp#img-content_altch-search-report-v1-2-ige0-4_xsd.tmp#img-content_img-contentch-search-report-v1-2-ige0-4_xsd.tmp#img-content_img-formatch-search-report-v1-2-ige0-4_xsd.tmp#img-content_orientationch-search-report-v1-2-ige0-4_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>
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 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"/>
Element Group name_group
Namespace No namespace
Diagram
Diagramch-search-report-v1-2-ige0-4_xsd.tmp#name
Used by
Model
Children name
Source
<xs:group name="name_group">
  <xs:sequence>
    <xs:element ref="name"/>
  </xs:sequence>
</xs:group>