<xs:element name="GetProductsThermalLabelText" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:complexType>
<xs:sequence>
<xs:element minOccurs="0" maxOccurs="1" name="productContentArray" type="tns:ArrayOfProductContentInfo" />
<xs:element minOccurs="1" maxOccurs="1" name="labelDefinitionId" type="xs:int" />
<xs:element minOccurs="1" maxOccurs="1" name="isPrinterSupportsAmount" type="xs:boolean" />
<xs:element minOccurs="1" maxOccurs="1" name="printPrices" type="xs:boolean" />
<xs:element minOccurs="1" maxOccurs="1" name="isPrintFromExchange" type="xs:boolean" />
<xs:element minOccurs="0" maxOccurs="1" name="note" type="xs:string" />
<xs:element minOccurs="1" maxOccurs="1" name="sortOrder" type="tns:PrintThermalLabelSortOrder" />
</xs:sequence>
</xs:complexType>
</xs:element>
|