complexType SearchFieldType
diagram
version V2_1
namespace https://www.wipo.int/standards/XMLSchema/ST96/Patent
children pat:PatentClassificationBag pat:SearchFieldText
used by
element pat:SearchField
attributes
Name Type Use Default Fixed annotation
com:id xsd:ID
source <xsd:complexType name="SearchFieldType">
<xsd:annotation>
<xsd:documentation>
Field of search.
</xsd:documentation>
</xsd:annotation>
<xsd:choice maxOccurs="unbounded">
<xsd:element ref="pat:PatentClassificationBag">
</xsd:element>
<xsd:element ref="pat:SearchFieldText">
</xsd:element>
</xsd:choice>
<xsd:attribute ref="com:id"/>
</xsd:complexType>