complexType DocumentURIType
diagram
version 1.0
namespace https://www.wipo.int/standards/XMLSchema/Patent/1
type extension of xsd:anyURI
used by
element pat:DocumentURI
attributes
Name Type Use Default Fixed annotation
id xsd:token
fileName xsd:string
firstPageNumber xsd:string
lastPageNumber xsd:string
pageDocumentFormatCategory pat:PageDocumentFormatCategoryType required
ocrIndicator xsd:boolean
source <xsd:complexType name="DocumentURIType">
<xsd:simpleContent>
<xsd:extension base="xsd:anyURI">
<xsd:attributeGroup ref="pat:pageAttributeGroup"/>
<xsd:attribute ref="pat:pageDocumentFormatCategory" use="required"/>
<xsd:attribute ref="pat:ocrIndicator"/>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>