urn:schemas-cosylab-com:logging:1.0
complexType LogEntry

Super Types
{http://www.w3.org/2001/XMLSchema}anyType
|
+--{urn:schemas-cosylab-com:logging:1.0}LogEntry (restriction)

Properties
This component is not nillable.

Model
<...
  Antenna = xs:string
  Array = xs:string
  Audience = xs:string
  Context = xs:string
  File = xs:string
  Host = xs:string
  Line = xs:string
  LogId = xs:string
  Priority = xs:string
  Process = xs:string
  Routine = xs:string
  SourceObject = xs:string
  Thread = xs:string
  TimeStamp = xs:string
  Uri = xs:string>
Data *
</...>


Nested Element Summary
 Data
          

Attribute Summary
 xs:stringAntenna
          
 xs:stringArray
          
 xs:stringAudience
          
 xs:stringContext
          
 xs:stringFile
          
 xs:stringHost
          
 xs:stringLine
          
 xs:stringLogId
          
 xs:stringPriority
          
 xs:stringProcess
          
 xs:stringRoutine
          
 xs:stringSourceObject
          
 xs:stringThread
          
 xs:stringTimeStamp
          
 xs:stringUri
          

Attribute Detail

Antenna

Type:
xs:string
Use:
optional
Form:
unqualified

Array

Type:
xs:string
Use:
optional
Form:
unqualified

Audience

Type:
xs:string
Use:
optional
Form:
unqualified

Context

Type:
xs:string
Use:
optional
Form:
unqualified

File

Type:
xs:string
Use:
optional
Form:
unqualified

Host

Type:
xs:string
Use:
optional
Form:
unqualified

Line

Type:
xs:string
Use:
optional
Form:
unqualified

LogId

Type:
xs:string
Use:
optional
Form:
unqualified

Priority

Type:
xs:string
Use:
optional
Form:
unqualified

Process

Type:
xs:string
Use:
optional
Form:
unqualified

Routine

Type:
xs:string
Use:
optional
Form:
unqualified

SourceObject

Type:
xs:string
Use:
optional
Form:
unqualified

Thread

Type:
xs:string
Use:
optional
Form:
unqualified

TimeStamp

Type:
xs:string
Use:
required
Form:
unqualified

Uri

Type:
xs:string
Use:
optional
Form:
unqualified

Sub Types
{urn:schemas-cosylab-com:logging:1.0}LogEntry (restriction)
|
+--{urn:schemas-cosylab-com:logging:1.0}LogEntryWithStack (extension)

Local Usage
Archive, Debug, Info, LogEntryWithStack, Trace

Source
<xs:complexType mixed="true" name="LogEntry">
<xs:sequence maxOccurs="unbounded" minOccurs="0">
<xs:element ref="acslog:Data"/>
</xs:sequence>
<xs:attribute name="TimeStamp" type="xs:string" use="required"/>
<xs:attribute name="File" type="xs:string"/>
<xs:attribute name="Line" type="xs:string"/>
<xs:attribute name="Routine" type="xs:string"/>
<xs:attribute name="SourceObject" type="xs:string"/>
<xs:attribute name="Host" type="xs:string"/>
<xs:attribute name="Process" type="xs:string"/>
<xs:attribute name="Context" type="xs:string"/>
<xs:attribute name="Thread" type="xs:string"/>
<xs:attribute name="LogId" type="xs:string"/>
<xs:attribute name="Priority" type="xs:string"/>
<xs:attribute name="Uri" type="xs:string"/>
<xs:attribute name="Audience" type="xs:string"/>
<xs:attribute name="Array" type="xs:string"/>
<xs:attribute name="Antenna" type="xs:string"/>
</xs:complexType>


Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.