complexType DocumentURIType
diagram
version V2_1
namespace https://www.wipo.int/standards/XMLSchema/ST96/Patent
type extension of xsd:anyURI
used by
element pat:DocumentURI
attributes
Name Type Use Default Fixed annotation
com:id xsd:ID
com:documentFileName xsd:string
pat:firstPageNumber xsd:string
pat:lastPageNumber xsd:string
pat:pageDocumentFormatCategory pat:PageDocumentFormatCategoryType required
pat:ocrIndicator xsd:boolean
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>