mscorlib(4.0.0.0) API with additions
XmlNamespaceScope.cs
1 namespace System.Xml
2 {
4  [global::__DynamicallyInvokable]
5  public enum XmlNamespaceScope
6  {
8  [global::__DynamicallyInvokable]
9  All,
11  [global::__DynamicallyInvokable]
12  ExcludeXml,
14  [global::__DynamicallyInvokable]
15  Local
16  }
17 }
The time represented is local time.
XmlNamespaceScope
Defines the namespace scope.
Attribute can be applied to any application element.
All namespaces defined in the scope of the current node, excluding the xmlns:xml namespace,...