diagram |
|
version |
V2_0 |
namespace |
https://www.wipo.int/standards/XMLSchema/ST96/Patent |
children |
com:ImageFormatCategory com:FileName com:HeightMeasure com:WidthMeasure com:Alt com:ColourModeCategory |
used by |
|
attributes |
Name |
|
Type |
|
Use |
|
Default |
|
Fixed |
|
annotation |
com:id |
|
xsd:ID |
|
|
|
|
|
|
|
documentation Unique identifier global to the entire document |
pat:firstPageNumber |
|
xsd:string |
|
|
|
|
|
|
|
documentation First page of the included document or page |
pat:lastPageNumber |
|
xsd:string |
|
|
|
|
|
|
|
documentation Last page of the included document |
com:fileLocationURI |
|
xsd:anyURI |
|
|
|
|
|
|
|
documentation File location of included document or page |
com:orientationCategory |
|
com:OrientationCategoryType |
|
|
|
Portrait |
|
|
|
documentation Orientation of object (such as image, table, page) |
|
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 ref="pat:firstPageNumber"/> <xsd:attribute ref="pat:lastPageNumber"/> <xsd:attribute ref="com:fileLocationURI"/> <xsd:attribute ref="com:orientationCategory" default="Portrait"/> </xsd:complexType> |