<xs:complexType name="ArrayOfKeyword">
<xs:sequence>
<xs:element minOccurs="0" maxOccurs="unbounded" name="Keyword" nillable="true" type="tns:Keyword" />
</xs:sequence>
</xs:complexType>
<xs:element name="ArrayOfKeyword" nillable="true" type="tns:ArrayOfKeyword" />
<xs:complexType name="Keyword">
<xs:sequence>
<xs:element minOccurs="0" name="BroadMatchBid" nillable="true" type="tns:Bid" />
<xs:element minOccurs="0" name="CashBackInfo" nillable="true" type="tns:CashBackInfo" />
<xs:element minOccurs="0" name="ContentMatchBid" nillable="true" type="tns:Bid" />
<xs:element minOccurs="0" name="EditorialStatus" nillable="true" type="tns:KeywordEditorialStatus" />
<xs:element minOccurs="0" name="ExactMatchBid" nillable="true" type="tns:Bid" />
<xs:element minOccurs="0" name="Id" nillable="true" type="xs:long" />
<xs:element xmlns:q17="http://schemas.microsoft.com/2003/10/Serialization/Arrays" minOccurs="0" name="NegativeKeywords" nillable="true" type="q17:ArrayOfstring" />
<xs:element minOccurs="0" name="OverridePriority" nillable="true" type="tns:OverridePriority" />
<xs:element minOccurs="0" name="Param1" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="Param2" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="Param3" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="PhraseMatchBid" nillable="true" type="tns:Bid" />
<xs:element minOccurs="0" name="Status" nillable="true" type="tns:KeywordStatus" />
<xs:element minOccurs="0" name="Text" nillable="true" type="xs:string" />
</xs:sequence>
</xs:complexType>
<xs:element name="Keyword" nillable="true" type="tns:Keyword" />