complexType PageImageType
diagram
version V4_0
namespace http://www.wipo.int/standards/XMLSchema/ST96/Patent
children com:ImageFormatCategory com:FileName com:HeightMeasure com:WidthMeasure com:Alt com:ColourModeCategory
used by
element pat:PageImage
attributes
Name Type Use Default Fixed annotation
com:id xsd:ID
pat:firstPageNumber xsd:string
pat:lastPageNumber xsd:string
com:fileLocationURI xsd:anyURI
com:orientationCategory com:OrientationCategoryType Portrait
source <xsd:complexType name="PageImageType">
<xsd:sequence>
<xsd:element ref="com:ImageFormatCategory">
</xsd:element> <xsd:element ref="com:FileName">
</xsd:element> <xsd:element ref="com:HeightMeasure">
</xsd:element> <xsd:element ref="com:WidthMeasure">
</xsd:element> <xsd:element ref="com:Alt" minOccurs="0">
</xsd:element> <xsd:element ref="com:ColourModeCategory" minOccurs="0">
</xsd:element>
</xsd:sequence> <xsd:attribute ref="com:id">
</xsd:attribute> <xsd:attribute ref="pat:firstPageNumber">
</xsd:attribute> <xsd:attribute ref="pat:lastPageNumber">
</xsd:attribute> <xsd:attribute ref="com:fileLocationURI">
</xsd:attribute> <xsd:attribute ref="com:orientationCategory" default="Portrait">
</xsd:attribute>
</xsd:complexType>