<xs:complexType name="ScannerInfo" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:complexContent mixed="false">
<xs:extension base="tns:InfoWithOrganizationIdAndCompanyId">
<xs:sequence>
<xs:element minOccurs="1" maxOccurs="1" name="OrganizationScannerId" type="xs:int" />
<xs:element minOccurs="1" maxOccurs="1" name="LinePrinterId" type="xs:int" />
<xs:element minOccurs="1" maxOccurs="1" name="ThermalPrinterId" type="xs:int" />
<xs:element minOccurs="1" maxOccurs="1" name="ArticleCompositionPrinterId" type="xs:int" />
<xs:element minOccurs="1" maxOccurs="1" name="ProductInfoPrinterId" type="xs:int" />
<xs:element minOccurs="1" maxOccurs="1" name="SaleOrdersPrinterId" type="xs:int" />
<xs:element minOccurs="1" maxOccurs="1" name="QueuebustingPrinterId" type="xs:int" />
<xs:element minOccurs="1" maxOccurs="1" name="ArticleCompositionLabelDefinitionId" type="xs:int" />
<xs:element minOccurs="0" maxOccurs="1" name="Description" type="xs:string" />
<xs:element minOccurs="1" maxOccurs="1" name="ScannerType" type="tns:ScannerType" />
<xs:element minOccurs="0" maxOccurs="1" name="ImportApp" type="xs:string" />
<xs:element minOccurs="0" maxOccurs="1" name="ImportAppFolder" type="xs:string" />
<xs:element minOccurs="1" maxOccurs="1" name="ComPort" type="xs:unsignedByte" />
<xs:element minOccurs="1" maxOccurs="1" name="Baudrate" type="xs:int" />
<xs:element minOccurs="1" maxOccurs="1" name="Parity" type="tns:Parity" />
<xs:element minOccurs="1" maxOccurs="1" name="Databits" type="xs:unsignedByte" />
<xs:element minOccurs="1" maxOccurs="1" name="Stopbits" type="tns:Stopbits" />
<xs:element minOccurs="1" maxOccurs="1" name="Handshake" type="tns:Handshake" />
<xs:element minOccurs="1" maxOccurs="1" name="ScannerNumber" type="xs:short" />
<xs:element minOccurs="1" maxOccurs="1" name="AsciiFileBarcodeStart" type="xs:short" />
<xs:element minOccurs="1" maxOccurs="1" name="AsciiFileBarcodeLength" type="xs:short" />
<xs:element minOccurs="1" maxOccurs="1" name="AsciiFileAmountStart" type="xs:short" />
<xs:element minOccurs="1" maxOccurs="1" name="AsciiFileAmountLength" type="xs:short" />
<xs:element minOccurs="1" maxOccurs="1" name="AsciiFilePriceStart" type="xs:short" />
<xs:element minOccurs="1" maxOccurs="1" name="AsciiFilePriceLength" type="xs:short" />
<xs:element minOccurs="1" maxOccurs="1" name="CsvFileBarcodeIndex" type="xs:short" />
<xs:element minOccurs="1" maxOccurs="1" name="CsvFileAmountIndex" type="xs:short" />
<xs:element minOccurs="1" maxOccurs="1" name="CsvFilePriceIndex" type="xs:short" />
<xs:element minOccurs="1" maxOccurs="1" name="IsDividePricesBy100" type="xs:boolean" />
<xs:element minOccurs="1" maxOccurs="1" name="FileActionType" type="tns:FileActionType" />
<xs:element minOccurs="0" maxOccurs="1" name="IpAddress" type="xs:string" />
<xs:element minOccurs="0" maxOccurs="1" name="DeviceIdentifier" type="xs:string" />
<xs:element minOccurs="1" maxOccurs="1" name="IsCancelled" type="xs:boolean" />
<xs:element minOccurs="1" maxOccurs="1" name="IsDebugMode" type="xs:boolean" />
<xs:element minOccurs="0" maxOccurs="1" name="DiagnoseFileName" type="xs:string" />
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
|