urn:schemas-cosylab-com:rtlog:1.0
complexType rtlog

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

Properties
This component is not nillable.

Model
<...
  FIFOsize = xs:unsignedLong : 5000
  initLogLevel = xs:unsignedLong : 4>

</...>


Attribute Summary
 xs:unsignedLongFIFOsize
          
 xs:unsignedLonginitLogLevel
          

Attribute Detail

FIFOsize

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

initLogLevel

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

Implementors
rtlog

Source
<xs:complexType name="rtlog">
<xs:attribute default="4" name="initLogLevel" type="xs:unsignedLong" use="optional"/>
<xs:attribute default="5000" name="FIFOsize" type="xs:unsignedLong" use="optional"/>
</xs:complexType>


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