File: System\ServiceModel\Security\Namespaces.cs
Project: ndp\cdf\src\WCF\ServiceModel\System.ServiceModel.csproj (System.ServiceModel)
//------------------------------------------------------------
// Copyright (c) Microsoft Corporation.  All rights reserved.
//------------------------------------------------------------
 
namespace System.ServiceModel.Security
{
    using System.Xml;
 
    static class Namespaces
    {
        internal const string WSPolicy = System.ServiceModel.Description.MetadataStrings.WSPolicy.NamespaceUri;
        internal const string WSPolicyPrefix = System.ServiceModel.Description.MetadataStrings.WSPolicy.Prefix;
 
        internal const string XmlSchema = @"http://www.w3.org/2001/XMLSchema";
        internal const string XmlSchemaPrefix = "xsd";
    }
}