element FigureReference
diagram
version V2_0
namespace https://www.wipo.int/standards/XMLSchema/ST96/Common
type com:FigureReferenceType
properties
content complex
children com:B com:I com:O com:S com:U com:Sub com:Sup com:SmallCapital com:Ins com:Del
used by
complexType pat:ClaimTextType com:PType pat:PublishFigureType
attributes
Name Type Use Default Fixed annotation
com:id xsd:ID documentation
Unique identifier global to the entire document
com:idrefs xsd:IDREFS documentation
It represents whitespace-separated lists of references to identifiers that are defined using the xsd:ID datatype in the current document
com:figureNumber xsd:string documentation
Figure Number
annotation
documentation
Figure Reference is used to refer to another figure or figures in the current document. For referring to ‘figure’ which is outside of the XML document, CrossReference should be used.
source <xsd:element name="FigureReference" type="com:FigureReferenceType">
<xsd:annotation>
<xsd:documentation>
Figure Reference is used to refer to another figure or figures in the current document. For referring to ‘figure’ which is outside of the XML document, CrossReference should be used.
</xsd:documentation>
</xsd:annotation>
</xsd:element>