complexType PublishFigureType
diagram
version V2_1
namespace https://www.wipo.int/standards/XMLSchema/ST96/Patent
children pat:FigureNumber com:FigureReference
used by
element pat:PublishFigure
attributes
Name Type Use Default Fixed annotation
com:id xsd:ID
source <xsd:complexType name="PublishFigureType">
<xsd:annotation>
<xsd:documentation>
Figure(s) to be published on front page or in Offical Gazette.
</xsd:documentation>
</xsd:annotation>
<xsd:choice>
<xsd:element ref="pat:FigureNumber" maxOccurs="unbounded">
</xsd:element>
<xsd:element ref="com:FigureReference" maxOccurs="unbounded">
</xsd:element>
</xsd:choice>
<xsd:attribute ref="com:id"/>
</xsd:complexType>