<xs:complexType name="ViewLocationLevel5Info" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:complexContent mixed="false">
<xs:extension base="tns:LocationLevel5Info">
<xs:sequence>
<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="0" maxOccurs="1" name="LocationLevel1Code" type="xs:string" />
<xs:element minOccurs="0" maxOccurs="1" name="LocationLevel2Code" type="xs:string" />
<xs:element minOccurs="0" maxOccurs="1" name="LocationLevel3Code" type="xs:string" />
<xs:element minOccurs="0" maxOccurs="1" name="LocationLevel4Code" type="xs:string" />
<xs:element minOccurs="0" maxOccurs="1" name="LocationCode" type="xs:string" />
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
|