State View

Microsoft.SystemCenter.StateViewType (ViewType)

Displays the performance related to a state

Element properties:

AccessibilityPublic

Source Code:

<ViewType ID="Microsoft.SystemCenter.StateViewType" Accessibility="Public">
<Configuration>
<IncludeSchemaTypes>
<SchemaType>Microsoft.SystemCenter.ViewCriteriaSchema</SchemaType>
<SchemaType>Microsoft.SystemCenter.ViewPresentationSchema</SchemaType>
<SchemaType>System!System.ExpressionEvaluatorSchema</SchemaType>
</IncludeSchemaTypes>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="Criteria" minOccurs="0">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="SeverityList" minOccurs="0">
<xsd:annotation>
<xsd:documentation>of a specific severity</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:element name="Severity" maxOccurs="unbounded">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="Green"/>
<xsd:enumeration value="Yellow"/>
<xsd:enumeration value="Red"/>
<xsd:enumeration value="Unknown"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
<xsd:element name="Name" type="xsd:string" minOccurs="0">
<xsd:annotation>
<xsd:documentation>with a specific name</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="InMaintenanceMode" type="xsd:boolean" minOccurs="0"/>
<xsd:element name="PropertyCriteria" minOccurs="0" maxOccurs="unbounded">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="PropertyName" type="xsd:string"/>
<xsd:element name="Value" type="xsd:string"/>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="Presentation" minOccurs="0">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="ColumnInfo" type="ColumnInfoType" minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="Target" type="xsd:string" minOccurs="0" maxOccurs="1"/>
</Configuration>
<ViewImplementation>
<Assembly>Res.Microsoft.SystemCenter.StateViewType</Assembly>
<Type>Microsoft.EnterpriseManagement.Mom.UI.StateView</Type>
</ViewImplementation>
</ViewType>