complexType PlantNameType
diagram
version V4_0
namespace http://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> <xsd:element ref="pat:PlantCommonName">
</xsd:element>
</xsd:choice> <xsd:element ref="pat:UPOVCode" minOccurs="0">
</xsd:element>
</xsd:sequence> <xsd:attribute ref="com:id">
</xsd:attribute>
</xsd:complexType>