complexType  DocumentURIType 
diagram
versionV3_0
namespacehttp://www.wipo.int/standards/XMLSchema/ST96/Patent
typeextension 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> <xsd:attribute  ref="com:documentFileName">
</xsd:attribute> <xsd:attribute  ref="pat:firstPageNumber">
</xsd:attribute> <xsd:attribute  ref="pat:lastPageNumber">
</xsd:attribute> <xsd:attribute  ref="pat:pageDocumentFormatCategory"  use="required">
</xsd:attribute> <xsd:attribute  ref="pat:ocrIndicator">
</xsd:attribute>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>