complexType FigureReferenceType
diagram
version 1.0
namespace https://www.wipo.int/standards/XMLSchema/Patent/1
type extension of pat:PhraseType
children pat:B pat:I pat:O pat:U pat:Sub pat:Sup pat:SmallCapital
used by
element pat:FigureReference
attributes
Name Type Use Default Fixed annotation
id xsd:token
idref xsd:token
figureNumber xsd:string
source <xsd:complexType name="FigureReferenceType">
<xsd:complexContent>
<xsd:extension base="pat:PhraseType">
<xsd:attribute ref="com:id"/>
<xsd:attribute ref="com:idref"/>
<xsd:attribute ref="pat:figureNumber"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>