complexType FigureBagType
diagram
version V2_1
namespace https://www.wipo.int/standards/XMLSchema/ST96/Patent
children pat:DrawingSheetTotalQuantity pat:FigureTotalQuantity pat:PublishFigure
used by
element pat:FigureBag
attributes
Name Type Use Default Fixed annotation
com:id xsd:ID
source <xsd:complexType name="FigureBagType">
<xsd:annotation>
<xsd:documentation>
Drawing pages with figures.
</xsd:documentation>
</xsd:annotation>
<xsd:choice maxOccurs="3">
<xsd:element ref="pat:DrawingSheetTotalQuantity">
</xsd:element>
<xsd:element ref="pat:FigureTotalQuantity">
</xsd:element>
<xsd:element ref="pat:PublishFigure">
</xsd:element>
</xsd:choice>
<xsd:attribute ref="com:id"/>
</xsd:complexType>