<xs:complexType name="ViewClassificationTranslationInfo" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:complexContent mixed="false">
<xs:extension base="tns:ClassificationTranslationInfo">
<xs:sequence>
<xs:element minOccurs="0" maxOccurs="1" name="Classification1Description" type="xs:string" />
<xs:element minOccurs="0" maxOccurs="1" name="Classification1Code" type="xs:string" />
<xs:element minOccurs="0" maxOccurs="1" name="Classification2Code" type="xs:string" />
<xs:element minOccurs="0" maxOccurs="1" name="Classification3Code" type="xs:string" />
<xs:element minOccurs="0" maxOccurs="1" name="Classification4Code" type="xs:string" />
<xs:element minOccurs="0" maxOccurs="1" name="Classification5Code" type="xs:string" />
<xs:element minOccurs="0" maxOccurs="1" name="SupplierName" type="xs:string" />
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
|