SVG-Convert-Driver-XAML
view release on metacpan or search on metacpan
t/XamlPresentation2006.xsd view on Meta::CPAN
<xs:element name="FrameworkElement.SnapsToDevicePixels" type="dBooleanContainer" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation>Gets or sets a value that determines whether rendering for this element should use device-specific pixel settings during rendering. This is a dependency property.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="FrameworkElement.IsEnabled" type="dBooleanContainer" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation>Gets or sets a value indicating whether this element is enabled in the user interface (UI). This is a dependency property.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="FrameworkElement.IsHitTestVisible" type="dBooleanContainer" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation>Gets or sets a value that declares whether this element can possibly be returned as a hit test result from some portion of its rendered content. This is a dependency property.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="FrameworkElement.Focusable" type="dBooleanContainer" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation>Gets or sets a value that indicates whether the element can receive focus. This is a dependency property.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:choice>
<xs:attribute ref="x:Class" />
<xs:attribute ref="x:Subclass" />
<xs:attribute ref="x:Key"/>
<xs:attribute ref="x:Name"/>
<xs:attributeGroup ref="FrameworkElementAttributes"/>
</xs:complexType>
<xs:complexType name="dWindow" mixed="true" >
<xs:sequence minOccurs="0" maxOccurs="unbounded">
<xs:group ref="peWindow" minOccurs="0" maxOccurs="unbounded"/>
<xs:group ref="cWindow" minOccurs="0" maxOccurs="unbounded"/>
<xs:group ref="peWindow" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
<xs:attribute ref="x:Class" />
<xs:attribute ref="x:Subclass" />
<xs:attribute ref="x:Key"/>
<xs:attribute ref="x:Name"/>
<xs:attributeGroup ref="WindowAttributes"/>
</xs:complexType>
<xs:group name="cWindow">
<xs:choice>
<xs:group ref="gObject" minOccurs="0" maxOccurs="1"/>
</xs:choice>
</xs:group>
<xs:group name="peWindow">
<xs:choice>
<xs:element name="Window.AllowsTransparency" type="dBooleanContainer" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation>Gets or sets the whether a window's client area supports transparency.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Window.Icon" type="dImageSourceContainer" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation>Gets or sets a window's icon.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Window.Top" type="dDoubleContainer" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation>Gets or sets the position of the window's top edge, in relation to the desktop.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Window.Left" type="dDoubleContainer" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation>Gets or sets the position of the window's left edge, in relation to the desktop.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Window.ShowInTaskbar" type="dBooleanContainer" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation>Gets or sets a value whether the window has a task bar button.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Window.Owner" type="dWindowContainer" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation>Gets or sets the Window that owns this Window.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Window.OwnedWindows" type="dWindowCollectionContent" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation>Gets a collection of windows for which this window is the owner.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Window.DialogResult" type="dNullableOfBooleanContainer" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation>Gets or sets the dialog result value, which is the value that is returned from the ShowDialog method.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Window.Topmost" type="dBooleanContainer" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation>Gets or sets whether a window appears in the topmost z order.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Window.ContentTemplate" type="dDataTemplateContainer" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation> Gets or sets the data template used to display the content of the ContentControl. This is a dependency property.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Window.ContentTemplateSelector" type="dDataTemplateSelectorContainer" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation> Gets or sets a template selector that enables an application writer to provide custom template-selection logic. This is a dependency property.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Window.BorderBrush" type="dBrushContainer" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation>Gets or sets a brush that describes the border background of a control. This is a  dependency property.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Window.BorderThickness" type="dThicknessContainer" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation>Gets or sets a thickness that describes the border thickness of a control. </xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Window.Background" type="dBrushContainer" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation>Gets or sets a brush that describes the background of a control. This is a  dependency property.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Window.Foreground" type="dBrushContainer" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation>Gets or sets a brush that describes the foreground color. </xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Window.FontFamily" type="dFontFamilyContainer" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation>Gets or sets the name of the specified font. </xs:documentation>
t/XamlPresentation2006.xsd view on Meta::CPAN
</xs:annotation>
</xs:element>
<xs:element name="XmlDataProvider.IsAsynchronous" type="dBooleanContainer" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation>Gets or sets a value that indicates whether node collection creation will be performed in a worker thread or in active context.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="XmlDataProvider.IsInitialLoadEnabled" type="dBooleanContainer" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation>Gets or sets a value that indicates whether to prevent or delay the automatic loading of data.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:choice>
</xs:group>
<xs:complexType name="dXmlNamespaceMapping" >
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element name="XmlNamespaceMapping.Uri" type="dUriContainer" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation>Gets or sets the Uri of the namespace for which to create a mapping.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:choice>
<xs:attribute ref="x:Class" />
<xs:attribute ref="x:Subclass" />
<xs:attribute ref="x:Key"/>
<xs:attribute ref="x:Name"/>
<xs:attributeGroup ref="XmlNamespaceMappingAttributes"/>
</xs:complexType>
<xs:complexType name="dNavigationWindow" >
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element name="NavigationWindow.SandboxExternalContent" type="dBooleanContainer" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation>Gets or sets whether a NavigationWindow isolates external Extensible Application Markup Language (XAML) content within a partial trust security sandbox (with default Internet zone permission set). This is a dependency property....
</xs:annotation>
</xs:element>
<xs:element name="NavigationWindow.ShowsNavigationUI" type="dBooleanContainer" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation>Gets or sets whether a NavigationWindow shows its navigation UI. This is a dependency property.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="NavigationWindow.Source" type="dUriContainer" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation>Gets or sets the uniform resource identifier (URI) of the current content, or the URI of new content that is currently being navigated to. This is a dependency property.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="NavigationWindow.AllowsTransparency" type="dBooleanContainer" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation>Gets or sets the whether a window's client area supports transparency.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="NavigationWindow.Icon" type="dImageSourceContainer" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation>Gets or sets a window's icon.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="NavigationWindow.Top" type="dDoubleContainer" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation>Gets or sets the position of the window's top edge, in relation to the desktop.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="NavigationWindow.Left" type="dDoubleContainer" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation>Gets or sets the position of the window's left edge, in relation to the desktop.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="NavigationWindow.ShowInTaskbar" type="dBooleanContainer" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation>Gets or sets a value whether the window has a task bar button.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="NavigationWindow.Owner" type="dWindowContainer" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation>Gets or sets the Window that owns this Window.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="NavigationWindow.OwnedWindows" type="dWindowCollectionContent" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation>Gets a collection of windows for which this window is the owner.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="NavigationWindow.DialogResult" type="dNullableOfBooleanContainer" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation>Gets or sets the dialog result value, which is the value that is returned from the ShowDialog method.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="NavigationWindow.Topmost" type="dBooleanContainer" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation>Gets or sets whether a window appears in the topmost z order.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="NavigationWindow.ContentTemplate" type="dDataTemplateContainer" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation> Gets or sets the data template used to display the content of the ContentControl. This is a dependency property.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="NavigationWindow.ContentTemplateSelector" type="dDataTemplateSelectorContainer" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation> Gets or sets a template selector that enables an application writer to provide custom template-selection logic. This is a dependency property.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="NavigationWindow.BorderBrush" type="dBrushContainer" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation>Gets or sets a brush that describes the border background of a control. This is a  dependency property.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="NavigationWindow.BorderThickness" type="dThicknessContainer" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation>Gets or sets a thickness that describes the border thickness of a control. </xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="NavigationWindow.Background" type="dBrushContainer" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation>Gets or sets a brush that describes the background of a control. This is a  dependency property.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="NavigationWindow.Foreground" type="dBrushContainer" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation>Gets or sets a brush that describes the foreground color. </xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="NavigationWindow.FontFamily" type="dFontFamilyContainer" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation>Gets or sets the name of the specified font. </xs:documentation>
t/XamlPresentation2006.xsd view on Meta::CPAN
<xs:attribute name="Initialized" type="eventHandler">
<xs:annotation>
<xs:documentation>Occurs when this FrameworkElement is initialized. This event coincides with cases where the value of the IsInitialized property changes from false (or undefined) to true. </xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="Loaded" type="eventHandler">
<xs:annotation>
<xs:documentation>Occurs when the element is laid out, rendered, and ready for interaction. </xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="Unloaded" type="eventHandler">
<xs:annotation>
<xs:documentation>Occurs when the element is removed from within an element tree of loaded elements. </xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="ToolTipOpening" type="eventHandler">
<xs:annotation>
<xs:documentation>Occurs when any tooltip on the element is opened. </xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="ToolTipClosing" type="eventHandler">
<xs:annotation>
<xs:documentation>Occurs just before any tooltip on the element is closed. </xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="ContextMenuOpening" type="eventHandler">
<xs:annotation>
<xs:documentation>Occurs when any context menu on the element is opened. </xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="ContextMenuClosing" type="eventHandler">
<xs:annotation>
<xs:documentation>Occurs just before any context menu on the element is closed. </xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attributeGroup ref="UIElementAttributes"/>
</xs:attributeGroup>
<xs:attributeGroup name="WindowAttributes">
<xs:attribute name="AllowsTransparency" type="frlrfSystemBooleanClassTopic">
<xs:annotation>
<xs:documentation>Gets or sets the whether a window's client area supports transparency.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="Title" type="frlrfSystemStringClassTopic">
<xs:annotation>
<xs:documentation>Gets or sets a window's title.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="Icon" type="frlrfSystemWindowsMediaImageSourceClassTopic">
<xs:annotation>
<xs:documentation>Gets or sets a window's icon.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="SizeToContent" type="frlrfSystemWindowsSizeToContentClassTopic">
<xs:annotation>
<xs:documentation>Gets or sets a value that specifies whether a window will automatically size itself to fit the size of its content.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="Top" type="frlrfSystemWindowsLengthConverterClassTopic">
<xs:annotation>
<xs:documentation>Gets or sets the position of the window's top edge, in relation to the desktop.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="Left" type="frlrfSystemWindowsLengthConverterClassTopic">
<xs:annotation>
<xs:documentation>Gets or sets the position of the window's left edge, in relation to the desktop.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="WindowStartupLocation" type="frlrfSystemWindowsWindowStartupLocationClassTopic">
<xs:annotation>
<xs:documentation>Gets or sets the position of the window when first shown.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="ShowInTaskbar" type="frlrfSystemBooleanClassTopic">
<xs:annotation>
<xs:documentation>Gets or sets a value whether the window has a task bar button.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="Owner" type="referenceType">
<xs:annotation>
<xs:documentation>Gets or sets the Window that owns this Window.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="DialogResult" type="frlrfSystemBooleanClassTopic">
<xs:annotation>
<xs:documentation>Gets or sets the dialog result value, which is the value that is returned from the ShowDialog method.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="WindowStyle" type="frlrfSystemWindowsWindowStyleClassTopic">
<xs:annotation>
<xs:documentation>Gets or sets a window's border style.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="WindowState" type="frlrfSystemWindowsWindowStateClassTopic">
<xs:annotation>
<xs:documentation>Gets or sets whether a window is restored, minimized, or maximized.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="ResizeMode" type="frlrfSystemWindowsResizeModeClassTopic">
<xs:annotation>
<xs:documentation>Gets or sets the resize mode.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="Topmost" type="frlrfSystemBooleanClassTopic">
<xs:annotation>
<xs:documentation>Gets or sets whether a window appears in the topmost z order.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="SourceInitialized" type="eventHandler">
<xs:annotation>
<xs:documentation>This event is raised to support interop. See HwndSource.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="Activated" type="eventHandler">
<xs:annotation>
<xs:documentation>Occurs when a window becomes the foreground window.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="Deactivated" type="eventHandler">
<xs:annotation>
<xs:documentation>Occurs when a window becomes a background window.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="StateChanged" type="eventHandler">
<xs:annotation>
<xs:documentation>Occurs when the window's WindowState property changes.</xs:documentation>
( run in 1.086 second using v1.01-cache-2.11-cpan-39bf76dae61 )