Diagram View

Microsoft.SystemCenter.DiagramViewType (ViewType)

Displays a Diagram view

Element properties:

AccessibilityPublic

Source Code:

<ViewType ID="Microsoft.SystemCenter.DiagramViewType" Accessibility="Public">
<Configuration>
<IncludeSchemaTypes>
<SchemaType>Microsoft.SystemCenter.ViewCriteriaSchema</SchemaType>
<SchemaType>Microsoft.SystemCenter.ViewPresentationSchema</SchemaType>
<SchemaType>Microsoft.SystemCenter.DiagramViewTypeSchema</SchemaType>
</IncludeSchemaTypes>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="Criteria" type="xsd:string" minOccurs="0"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="Presentation" minOccurs="0">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="DiagramViewCriteria" type="DiagramViewPresentationCriteriaType"/>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="Target" type="xsd:string" minOccurs="0"/>
</Configuration>
<ViewImplementation>
<Assembly>Res.Microsoft.SystemCenter.DiagramViewType</Assembly>
<Type>Microsoft.EnterpriseManagement.Mom.UI.DiagramView</Type>
</ViewImplementation>
</ViewType>