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

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

Documentation
                    <PLATFORM|COMMUNICATION|DATABASE|ENTITIES|API|ALL>
                
Properties
This component is not nillable.

Model

('PLATFORM' | 'COMMUNICATION' | 'DATABASE' | 'ENTITIES' | 'API' | 'ALL')attribute-value normalization: collapse


Source
<xs:simpleType name="loggingCategory">
<xs:restriction base="xs:string">
<xs:whiteSpace value="collapse"/>
<xs:enumeration value="PLATFORM"/>
<xs:enumeration value="COMMUNICATION"/>
<xs:enumeration value="DATABASE"/>
<xs:enumeration value="ENTITIES"/>
<xs:enumeration value="API"/>
<xs:enumeration value="ALL"/>
</xs:restriction>
</xs:simpleType>


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