urn:schemas-cosylab-com:ArchiveBulkReceiverNT:1.0
element ArchiveBulkReceiverNT

Properties
This component is not nillable.

Model
<ArchiveBulkReceiverNT
  actionThreadStackSize = xs:unsignedLong : 1024
  headerTag = xs:string : sdmDataHeader
  monitoringThreadStackSize = xs:unsignedLong : 2048
  recentCommand = xs:string
  recentTimeStamp = xs:string
  schemaName = xs:string : sdmDataHeader
  schemaVersion = xs:string : 42>
ReceiverStream +
</ArchiveBulkReceiverNT>


Nested Element Summary
ReceiverStreamTypeReceiverStream
          

Attribute Summary
 xs:unsignedLongactionThreadStackSize
          Stack size of for the action thread in kBytes. 
 xs:stringheaderTag
          
 xs:unsignedLongmonitoringThreadStackSize
          Stack size of for the monitoring thread in kBytes. 
 xs:stringrecentCommand
          Placeholder for the of the last command executed. 
 xs:stringrecentTimeStamp
          Placeholder for the timestamp of last command executed. 
 xs:stringschemaName
          
 xs:stringschemaVersion
          

Attribute Detail

actionThreadStackSize

Stack size of for the action thread in kBytes. If 0 is specified the default OS stack size value will be taken. (just C++).

Type:
xs:unsignedLong
Default:
1024
Use:
optional
Form:
unqualified

headerTag

Type:
xs:string
Default:
sdmDataHeader
Use:
optional
Form:
unqualified

monitoringThreadStackSize

Stack size of for the monitoring thread in kBytes. If 0 is specified the default OS stack size value will be taken. (just C++).

Type:
xs:unsignedLong
Default:
2048
Use:
optional
Form:
unqualified

recentCommand

Placeholder for the of the last command executed. Note: optionally used, requires write access to the configuration database.

Type:
xs:string
Use:
optional
Form:
unqualified

recentTimeStamp

Placeholder for the timestamp of last command executed. ISO time format. Note: optionally used, requires write access to the database.

Type:
xs:string
Use:
optional
Form:
unqualified

schemaName

Type:
xs:string
Default:
sdmDataHeader
Use:
optional
Form:
unqualified

schemaVersion

Type:
xs:string
Default:
42
Use:
optional
Form:
unqualified

Source
<xs:element name="ArchiveBulkReceiverNT" type="ArchiveBulkReceiverNTType"/>


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