complexType TableImageType
diagram
version V2_0
namespace https://www.wipo.int/standards/XMLSchema/ST96/Common
type extension of com:ImageType
properties
base com:ImageType
children com:ImageFormatCategory com:FileName com:HeightMeasure com:WidthMeasure com:Alt com:HorizontalResolutionQuantity com:VerticalResolutionQuantity com:ImageResolutionQuantity com:BitDepthQuantity com:ColourIndicator com:ColourModeCategory com:Caption com:ImageStatusCategory com:ImageRenditionCategory
used by
element com:TableImage
attributes
Name Type Use Default Fixed annotation
com:id xsd:ID documentation
Unique identifier global to the entire document
com:fileLocationURI xsd:anyURI documentation
File location of included document or page
com:imageContentCategory com:ImageContentCategoryType documentation
Category of image content, e.g. art work, figures, complex work units (math, tables, chemistry), etc.
com:orientationCategory com:OrientationCategoryType documentation
Orientation of object (such as image, table, page)
com:imageWrappingStyleCategory com:ImageWrappingStyleCategoryType documentation
Indication whether the image is to be presented inline or separated by line breaks.
com:tableNumber xsd:string documentation
Number of table
source <xsd:complexType name="TableImageType">
<xsd:complexContent>
<xsd:extension base="com:ImageType">
<xsd:attribute ref="com:tableNumber"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>