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

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

Documentation
                <THREAD_SETTINGS_CPU_NO_ROTATION|THREAD_SETTINGS_CPU_RR_ROTATION>
            
Properties
This component is not nillable.

Model

('THREAD_SETTINGS_CPU_NO_ROTATION' | 'THREAD_SETTINGS_CPU_RR_ROTATION')attribute-value normalization: collapse


Source
<xs:simpleType name="threadSettingsCpuRotation">
<xs:restriction base="xs:string">
<xs:whiteSpace value="collapse"/>
<xs:enumeration value="THREAD_SETTINGS_CPU_NO_ROTATION"/>
<xs:enumeration value="THREAD_SETTINGS_CPU_RR_ROTATION"/>
</xs:restriction>
</xs:simpleType>


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