http://retail3000.net/Retail3000Webservice/PosComponents
PosEventInfo Complex Type
http://retail3000.net/Retail3000Webservice/PosComponents : PosEventInfo Complex Type
Namespace http://retail3000.net/Retail3000Webservice/PosComponents
Base Type
Extension of Info Complex Type
Diagram
LogText Element Severity Element Library Element Source Element DateTime Element PosTransactionId Element CompanyId Element LastModifiedDateTime Element LastModifiedByUserId Element CreatedDateTime Element CreatedByUserId Element ItemId Element Sequence PosEventInfo Complex Type
Overview
Sequence
ItemId xs:int
CreatedDateTime xs:dateTime
CompanyId xs:int
DateTime xs:dateTime
Library optional xs:string
LogText optional xs:string
Used By
NewPosEventInfoResult Element
posEvent Element
GetSinglePosEventResult Element
posEvent Element
posEvent Element
Source
<xs:complexType name="PosEventInfo" 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="CompanyId" type="xs:int" />
        <xs:element minOccurs="1" maxOccurs="1" name="PosTransactionId" type="xs:int" />
        <xs:element minOccurs="1" maxOccurs="1" name="DateTime" type="xs:dateTime" />
        <xs:element minOccurs="1" maxOccurs="1" name="Source" type="tns:PosEventSource" />
        <xs:element minOccurs="0" maxOccurs="1" name="Library" type="xs:string" />
        <xs:element minOccurs="1" maxOccurs="1" name="Severity" type="tns:Severity" />
        <xs:element minOccurs="0" maxOccurs="1" name="LogText" type="xs:string" />
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
See Also
http://retail3000.net/Retail3000Webservice/PosComponents