http://retail3000.net/Retail3000Webservice/WebserviceProductBaseComponents
LogRow Complex Type
http://retail3000.net/Retail3000Webservice/WebserviceProductBaseComponents : LogRow Complex Type
Namespace http://retail3000.net/Retail3000Webservice/WebserviceProductBaseComponents
Diagram
Severity Element DateTime Element Text Element Sequence LogRow Complex Type
Overview
Sequence
Text optional xs:string
DateTime xs:dateTime
Used By
LogRow Element
Source
<xs:complexType name="LogRow" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:element minOccurs="0" maxOccurs="1" name="Text" type="xs:string" />
    <xs:element minOccurs="1" maxOccurs="1" name="DateTime" type="xs:dateTime" />
    <xs:element minOccurs="1" maxOccurs="1" name="Severity" type="tns:Severity" />
  </xs:sequence>
</xs:complexType>
See Also
http://retail3000.net/Retail3000Webservice/WebserviceProductBaseComponents