complexType DocumentURIType
diagram
version V2_0
namespace https://www.wipo.int/standards/XMLSchema/ST96/Patent
type extension of xsd:anyURI
properties
base xsd:anyURI
used by
element pat:DocumentURI
attributes
Name Type Use Default Fixed annotation
com:id xsd:ID documentation
Unique identifier global to the entire document
com:documentFileName xsd:string documentation
Name of the referred file
pat:firstPageNumber xsd:string documentation
First page of the included document or page
pat:lastPageNumber xsd:string documentation
Last page of the included document
pat:pageDocumentFormatCategory pat:PageDocumentFormatCategoryType required documentation
Category of document format of the page.
pat:ocrIndicator xsd:boolean documentation
Indicates if the included document or page is scanned using OCR (Optical character recognition) technique
source <xsd:complexType name="DocumentURIType">
<xsd:simpleContent>
<xsd:extension base="xsd:anyURI">
<xsd:attribute ref="com:id"/>
<xsd:attribute ref="com:documentFileName"/>
<xsd:attribute ref="pat:firstPageNumber"/>
<xsd:attribute ref="pat:lastPageNumber"/>
<xsd:attribute ref="pat:pageDocumentFormatCategory" use="required"/>
<xsd:attribute ref="pat:ocrIndicator"/>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>