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