complexType PublishFigureType
diagram
version V4_0
namespace http://www.wipo.int/standards/XMLSchema/ST96/Patent
children pat:FigureNumber com:FigureReference
used by
element pat:PublishFigure pat:SearchReportPublishFigure
attributes
Name Type Use Default Fixed annotation
com:id xsd:ID
pat:publishFigureCategory pat:PublishFigureCategoryType required
source <xsd:complexType name="PublishFigureType">
<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:attribute> <xsd:attribute ref="pat:publishFigureCategory" use="required">
</xsd:attribute>
</xsd:complexType>