http://retail3000.net/Retail3000Webservice/PosComponents
ScaleDeviceInfo Complex Type
http://retail3000.net/Retail3000Webservice/PosComponents : ScaleDeviceInfo Complex Type
Namespace http://retail3000.net/Retail3000Webservice/PosComponents
Base Type
Extension of Info Complex Type
Diagram
IsCancelled Element IsTestCd Element IsRtsEnable Element IsDtrEnable Element Handshake Element Stopbits Element Databits Element Parity Element Baudrate Element ComPort Element DimensionId Element ScaleDeviceType Element Description Element OrganizationScaleDeviceId Element CompanyId Element OrganizationId Element LastModifiedDateTime Element LastModifiedByUserId Element CreatedDateTime Element CreatedByUserId Element ItemId Element Sequence ScaleDeviceInfo Complex Type
Overview
Used By
NewScaleDeviceInfoResult Element
scaleDevice Element
GetSingleScaleDeviceResult Element
scaleDevice Element
scaleDevice Element
Source
<xs:complexType name="ScaleDeviceInfo" 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="OrganizationId" type="xs:int" />
        <xs:element minOccurs="1" maxOccurs="1" name="CompanyId" type="xs:int" />
        <xs:element minOccurs="1" maxOccurs="1" name="OrganizationScaleDeviceId" type="xs:int" />
        <xs:element minOccurs="0" maxOccurs="1" name="Description" type="xs:string" />
        <xs:element minOccurs="1" maxOccurs="1" name="ScaleDeviceType" type="tns:ScaleDeviceType" />
        <xs:element minOccurs="1" maxOccurs="1" name="DimensionId" type="xs:int" />
        <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="IsDtrEnable" type="xs:boolean" />
        <xs:element minOccurs="1" maxOccurs="1" name="IsRtsEnable" type="xs:boolean" />
        <xs:element minOccurs="1" maxOccurs="1" name="IsTestCd" type="xs:boolean" />
        <xs:element minOccurs="1" maxOccurs="1" name="IsCancelled" type="xs:boolean" />
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
See Also
http://retail3000.net/Retail3000Webservice/PosComponents