//------------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
// sdub
//------------------------------------------------------------------------------
namespace System.Xml.XPath {
using System;
public enum XPathNamespaceScope {
All,
ExcludeXml,
Local
}
}