<xs:complexType name="BrandPossibleLocationInfo" 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="BrandId" type="xs:int" />
<xs:element minOccurs="1" maxOccurs="1" name="LocationLevel1Id" type="xs:int" />
<xs:element minOccurs="1" maxOccurs="1" name="LocationLevel2Id" type="xs:int" />
<xs:element minOccurs="1" maxOccurs="1" name="LocationLevel3Id" type="xs:int" />
<xs:element minOccurs="1" maxOccurs="1" name="LocationLevel4Id" type="xs:int" />
<xs:element minOccurs="1" maxOccurs="1" name="LocationLevel5Id" type="xs:int" />
<xs:element minOccurs="1" maxOccurs="1" name="IsExclusive" type="xs:boolean" />
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
|