complexType TableImageType
diagram
version V2_1
namespace https://www.wipo.int/standards/XMLSchema/ST96/Common
type extension of 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
com:fileLocationURI xsd:anyURI
com:imageContentCategory com:ImageContentCategoryType
com:orientationCategory com:OrientationCategoryType
com:imageWrappingStyleCategory com:ImageWrappingStyleCategoryType
com:tableNumber xsd:string
source <xsd:complexType name="TableImageType">
<xsd:complexContent>
<xsd:extension base="com:ImageType">
<xsd:attribute ref="com:tableNumber"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>