complexType PageImageType
diagram
version 1.0
namespace https://www.wipo.int/standards/XMLSchema/Patent/1
children com:HeightMeasure com:WidthMeasure com:ALTText com:ColourModeCategory
used by
element pat:PageImage
attributes
Name Type Use Default Fixed annotation
id xsd:token
fileName xsd:string
firstPageNumber xsd:string
lastPageNumber xsd:string
fileLocationURI xsd:anyURI
imageFormatCategory com:ImageFileFormatCategoryType
orientationCategory pat:OrientationCategoryType Portrait
source <xsd:complexType name="PageImageType">
<xsd:sequence>
<xsd:element ref="com:HeightMeasure">
</xsd:element>
<xsd:element ref="com:WidthMeasure">
</xsd:element>
<xsd:element ref="com:ALTText" minOccurs="0">
</xsd:element>
<xsd:element ref="com:ColourModeCategory" minOccurs="0">
</xsd:element>
</xsd:sequence>
<xsd:attributeGroup ref="pat:pageAttributeGroup"/>
<xsd:attribute ref="pat:fileLocationURI"/>
<xsd:attribute ref="pat:imageFormatCategory"/>
<xsd:attribute ref="pat:orientationCategory" default="Portrait"/>
</xsd:complexType>