complexType  PlantNameType 
diagram
versionV3_0
namespacehttp://www.wipo.int/standards/XMLSchema/ST96/Patent
childrenpat: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>