urn:schemas-cosylab-com:BulkDataNTReceiver:1.0
simpleType loggingPrintFormat

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

Documentation
                     <DEFAULT|TIMESTAMPED|VERBOSE|VERBOSE_TIMESTAMPED|DEBUG|MINIMAL|MAXIMAL>
                 
Properties
This component is not nillable.

Model

('DEFAULT' | 'TIMESTAMPED' | 'VERBOSE' | 'VERBOSE_TIMESTAMPED' | 'DEBUG' | 'MINIMAL' | 'MAXIMAL')attribute-value normalization: collapse


Source
<xs:simpleType name="loggingPrintFormat">
<xs:restriction base="xs:string">
<xs:whiteSpace value="collapse"/>
<xs:enumeration value="DEFAULT"/>
<xs:enumeration value="TIMESTAMPED"/>
<xs:enumeration value="VERBOSE"/>
<xs:enumeration value="VERBOSE_TIMESTAMPED"/>
<xs:enumeration value="DEBUG"/>
<xs:enumeration value="MINIMAL"/>
<xs:enumeration value="MAXIMAL"/>
</xs:restriction>
</xs:simpleType>


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