NiCE.Library.X.ProviderWindowsConfiguration (SchemaType)

Element properties:

AccessibilityPublic

Source Code:

<SchemaType ID="NiCE.Library.X.ProviderWindowsConfiguration" Accessibility="Public">
<xsd:complexType xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="Configuration">
<xsd:sequence>
<xsd:element name="WindowsProviderConfiguration">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="ProductName" type="xsd:string" minOccurs="1" default=""/>
<xsd:element name="NiCEBinDirectory" type="xsd:string" minOccurs="1" default=""/>
<xsd:element name="NiCEDataDirectory" type="xsd:string" minOccurs="1" default=""/>
<xsd:element name="Command" type="xsd:string" minOccurs="1" default=""/>
<xsd:element name="Arguments" type="xsd:string" minOccurs="0" default=""/>
<xsd:element name="AutoArguments" type="xsd:boolean" minOccurs="0" default="true"/>
<xsd:element name="IntervalSeconds" type="xsd:int" minOccurs="1"/>
<xsd:element name="P2CFileName" type="xsd:string" minOccurs="0" default=""/>
<xsd:element name="C2PFileName" type="xsd:string" minOccurs="0" default=""/>
<xsd:element name="EnvironmentVariables" type="xsd:anyType" minOccurs="0"/>
<xsd:element name="MetricCollection" type="MetricCollectionType" minOccurs="0"/>
<xsd:element name="Tracing" type="xsd:boolean" minOccurs="0" default="false"/>
<xsd:element name="TracingOutput" type="xsd:anyType" minOccurs="0" default="EventLog"/>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="MetricCollectionType">
<xsd:sequence>
<xsd:element minOccurs="0" maxOccurs="unbounded" name="Metric" type="xsd:string"/>
</xsd:sequence>
</xsd:complexType>
</SchemaType>