<xs:complexType name="StoreProductLocationInfo" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:complexContent mixed="false">
<xs:extension base="tns:Info">
<xs:sequence>
<xs:element minOccurs="1" maxOccurs="1" name="CompanyId" type="xs:int" />
<xs:element minOccurs="1" maxOccurs="1" name="StoreId" type="xs:int" />
<xs:element minOccurs="1" maxOccurs="1" name="ProductId" type="xs:int" />
<xs:element minOccurs="1" maxOccurs="1" name="LocationLevel5Id" type="xs:int" />
<xs:element minOccurs="1" maxOccurs="1" name="Stock" nillable="true" type="xs:decimal" />
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
|