| 
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
 
namespace System.ServiceModel.Syndication
{
    internal static class App10Constants
    {
        public const string Accept = "accept";
        public const string Categories = "categories";
        public const string Collection = "collection";
        public const string Fixed = "fixed";
        public const string Href = "href";
        public const string Namespace = "http://www.w3.org/2007/app";
        public const string Prefix = "app";
        public const string Service = "service";
        public const string Workspace = "workspace";
    }
}
 |