complexType PlantNameType
diagram
version V2_1
namespace https://www.wipo.int/standards/XMLSchema/ST96/Patent
children pat:BotanicalName pat:PlantCommonName pat:UPOVCode
used by
element pat:PlantName
attributes
Name Type Use Default Fixed annotation
com:id xsd:ID
source <xsd:complexType name="PlantNameType">
<xsd:sequence>
<xsd:choice maxOccurs="unbounded">
<xsd:element ref="pat:BotanicalName"/>
<xsd:element ref="pat:PlantCommonName"/>
</xsd:choice>
<xsd:element ref="pat:UPOVCode" minOccurs="0">
</xsd:element>
</xsd:sequence>
<xsd:attribute ref="com:id"/>
</xsd:complexType>