complexType DrawingsType
diagram
version 1.0
namespace https://www.wipo.int/standards/XMLSchema/Patent/1
children pat:PageImage pat:DocumentURI pat:Figure
used by
element pat:Drawings
attributes
Name Type Use Default Fixed annotation
id xsd:token
source <xsd:complexType name="DrawingsType">
<xsd:choice>
<xsd:element ref="pat:PageImage" maxOccurs="unbounded">
</xsd:element>
<xsd:element ref="pat:DocumentURI" maxOccurs="unbounded">
</xsd:element>
<xsd:element ref="pat:Figure" maxOccurs="unbounded">
</xsd:element>
</xsd:choice>
<xsd:attribute ref="com:id"/>
</xsd:complexType>