urn:schemas-cosylab-com:LoggingConfig:1.0
simpleType logLevel

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

Documentation
Legal log level. These enumerations must be synchronized with the definitions in logging_idl.idl (module loggingidl)!
Properties
This component is not nillable.

Model

('1' | '2' | '3' | '4' | '5' | '6' | '8' | '9' | '10' | '11' | '99')

Source
<xs:simpleType name="logLevel">
<xs:restriction base="xs:int">
<xs:enumeration value="1"/>
<xs:enumeration value="2"/>
<xs:enumeration value="3"/>
<xs:enumeration value="4"/>
<xs:enumeration value="5"/>
<xs:enumeration value="6"/>
<xs:enumeration value="8"/>
<xs:enumeration value="9"/>
<xs:enumeration value="10"/>
<xs:enumeration value="11"/>
<xs:enumeration value="99"/>
</xs:restriction>
</xs:simpleType>


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