I was looking for a schema file describing WPF elements for XAML, but cannot find it. The namespace declaration must have a list of all WPF functions, such as the types, attributes, or elements that it adds to the XAML standard.
I can find the schema file for XAML in the Visual Studo cache directory. The file is called xaml2006.xsd. There is wpfe.xsd, but its target namespace is http://schemas.microsoft.com/client/2007 .
This may seem trivial, but I spent several hours finding this schema file. Where can I find a schema file (XSD file) with targetNamespace set to " http://schemas.microsoft.com/winfx/2006/xaml/presentation "? If it is hidden inside a DLL file, then perhaps there is an open source resource that hosts this schema file?
David bower
source share