<xs:complexType name="StoreTypeProductInfo" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:complexContent mixed="false">
<xs:extension base="tns:InfoWithOrganizationIdAndCompanyId">
<xs:sequence>
<xs:element minOccurs="1" maxOccurs="1" name="StoreTypeId" type="xs:int" />
<xs:element minOccurs="1" maxOccurs="1" name="ProductId" type="xs:int" />
<xs:element minOccurs="1" maxOccurs="1" name="GrossPrice" nillable="true" type="xs:decimal" />
<xs:element minOccurs="1" maxOccurs="1" name="AdvicePrice" nillable="true" type="xs:decimal" />
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
|