3 The WPF Xaml Schema Information Set
The WPF Xaml Schema Information Item is a Xaml Schema Information Item (as defined in Section 5 "Xaml Schema Information Set" of MS-XAML). Its properties are defined in the following table.
Property | Value |
[target namespace] | "http://schemas.microsoft.com/winfx/2006/xaml/presentation" |
[types] | All of the XamlType Information Items defined in the "WPF XamlType Information Items" section of this specification. |
[assignable types] | All of the XamlType Information Items defined in the "WPF XamlType Information Items for Assignable Types" section of this specification. |
[directives] | The XamlMember Information Items defined in this specification for which the [is directive] property is True. |
[compatible with schemas] | Empty |
A WPF Xaml instance MUST be well-formed and valid with respect to this schema, using the rules for 'well-formed' and 'valid' defined in MS-XAML.
An XML document that is a WPF Xaml document MUST yield a WPF Xaml instance when the processing rules in Section 6 "Creating a Xaml Information Set from XML" of MS-XAML are applied using this schema.