http://retail3000.net/Retail3000Webservice/WebserviceProductComponents
CalculationRoundingsFilter Complex Type
http://retail3000.net/Retail3000Webservice/WebserviceProductComponents : CalculationRoundingsFilter Complex Type
Namespace http://retail3000.net/Retail3000Webservice/WebserviceProductComponents
Diagram
RangeForPrice Element PriceTo Element PriceFrom Element Sequence CalculationRoundingsFilter Complex Type
Overview
Sequence
PriceFrom xs:decimal
PriceTo xs:decimal
RangeForPrice xs:decimal
Used By
NewCalculationRoundingsFilterResult Element
filter Element
Source
<xs:complexType name="CalculationRoundingsFilter" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:element minOccurs="1" maxOccurs="1" name="PriceFrom" nillable="true" type="xs:decimal" />
    <xs:element minOccurs="1" maxOccurs="1" name="PriceTo" nillable="true" type="xs:decimal" />
    <xs:element minOccurs="1" maxOccurs="1" name="RangeForPrice" nillable="true" type="xs:decimal" />
  </xs:sequence>
</xs:complexType>
See Also
http://retail3000.net/Retail3000Webservice/WebserviceProductComponents