NiCE.Library.W.LogFileDataItem (SchemaType)

Element properties:

AccessibilityPublic

Source Code:

<SchemaType ID="NiCE.Library.W.LogFileDataItem" Accessibility="Public">
<xsd:complexType xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="LogFileDataItem">
<xsd:sequence>
<xsd:element name="LogFileDirectory" type="xsd:string"/>
<xsd:element name="LogFileName" type="xsd:string"/>
<xsd:element name="FullPath" type="xsd:string"/>
<xsd:element name="LogFileLine" type="xsd:string"/>
<xsd:element name="RegexMatch" type="RegexMatchType" minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="RegexMatchType">
<xsd:sequence>
<xsd:element name="RegexGroup" type="RegexGroupType" minOccurs="0" maxOccurs="unbounded"/>
<xsd:element name="RegexReplaced" type="xsd:string" minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="RegexGroupType">
<xsd:sequence>
<xsd:any/>
</xsd:sequence>
</xsd:complexType>
</SchemaType>