complexType FigureType
diagram
version 1.0
namespace https://www.wipo.int/standards/XMLSchema/Patent/1
children pat:FigureNumber pat:PatentImage
used by
element pat:Figure
attributes
Name Type Use Default Fixed annotation
id xsd:token
source <xsd:complexType name="FigureType">
<xsd:sequence>
<xsd:element ref="pat:FigureNumber">
</xsd:element>
<xsd:element ref="pat:PatentImage">
</xsd:element>
</xsd:sequence>
<xsd:attribute ref="com:id"/>
</xsd:complexType>