<xsd:complexType name="Filter">
<xsd:sequence>
<xsd:element name="corporateProgramCode" minOccurs="0" maxOccurs="5" type="udt:TextType" />
<xsd:element name="offeringPreference" minOccurs="0" maxOccurs="unbounded" type="OfferingPreference" />
<xsd:element name="vehicleMakeAuthorization" minOccurs="0" maxOccurs="6" type="VehicleMakeAuthorizationChoice" />
<xsd:element name="sellingSourceCode" minOccurs="0" maxOccurs="1" type="udt:TextType" />
<xsd:element name="webCapabilityCode" minOccurs="0" maxOccurs="10" type="xsd:int" />
<xsd:element name="useAnySelectedCPC" minOccurs="0" maxOccurs="1" default="false" type="udt:IndicatorType" />
</xsd:sequence>
</xsd:complexType>
|