Microsoft.EnterpriseManagement.Mom.Modules.EtwModules.EtwDataSourceTypes (SchemaType)

Element properties:

AccessibilityPublic

Source Code:

<SchemaType ID="Microsoft.EnterpriseManagement.Mom.Modules.EtwModules.EtwDataSourceTypes" Accessibility="Public">
<xsd:simpleType xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="LogFileMode">
<xsd:restriction base="xsd:string">
<xsd:enumeration value="Sequential"/>
<xsd:enumeration value="Circular"/>
<xsd:enumeration value="MultiFile"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="NotificationMethod">
<xsd:restriction base="xsd:string">
<xsd:enumeration value="Pull"/>
<xsd:enumeration value="Push"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="DynamicParsing">
<xsd:restriction base="xsd:integer">
<xsd:minInclusive value="0"/>
<xsd:maxInclusive value="1"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="Level">
<xsd:restriction base="xsd:string">
<xsd:enumeration value="Always"/>
<xsd:enumeration value="Critical"/>
<xsd:enumeration value="Error"/>
<xsd:enumeration value="Informational"/>
<xsd:enumeration value="Verbose"/>
<xsd:enumeration value="Warning"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:complexType xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="ProvidersType">
<xsd:sequence>
<xsd:element name="Provider" minOccurs="1" maxOccurs="unbounded">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="Name" type="xsd:string"/>
<xsd:element name="Level" type="Level"/>
<xsd:element name="MatchAnyKeywords" type="xsd:integer"/>
<xsd:element name="DynamicParsing" type="DynamicParsing" minOccurs="0"/>
<xsd:element name="EventList" type="xsd:string" minOccurs="0"/>
<xsd:element name="EventExclusionList" type="xsd:string" minOccurs="0"/>
<xsd:element name="EventNameList" type="xsd:string" minOccurs="0"/>
<xsd:element name="EventNameExclusionList" type="xsd:string" minOccurs="0"/>
<xsd:element name="SpecifiedParser" type="xsd:string" minOccurs="0"/>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
</SchemaType>