Microsoft.SystemCenter.Visualization.DiagramConfig (SchemaType)

Element properties:

AccessibilityPublic

Source Code:

<SchemaType ID="Microsoft.SystemCenter.Visualization.DiagramConfig" Accessibility="Public">
<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:sc="http://schemas.microsoft.com/SystemCenter/Common/TypeExtensions" name="StateItem">
<xs:sequence minOccurs="0" maxOccurs="1">
<xs:element name="Id" type="xsd:string" minOccurs="1" maxOccurs="1"/>
<xs:element name="PinnedLocation" type="xs:anyType" sc:type="xsd://Microsoft.SystemCenter.Visualization.Library!Microsoft.SystemCenter.Visualization.DiagramConfig/StateItemPinnedLocation" minOccurs="1" maxOccurs="1"/>
</xs:sequence>
</xs:complexType>
<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:sc="http://schemas.microsoft.com/SystemCenter/Common/TypeExtensions" name="StateItemPinnedLocation">
<xs:sequence minOccurs="0" maxOccurs="1">
<xs:element name="X" type="xsd:string" minOccurs="1" maxOccurs="1"/>
<xs:element name="Y" type="xsd:string" minOccurs="1" maxOccurs="1"/>
</xs:sequence>
</xs:complexType>
</SchemaType>