// // Microsoft.Web.Services.Addressing.AttributedUriString // // Author: Todd Berman // // (C) 2003 Todd Berman using System; using Microsoft.Web.Services.Xml; namespace Microsoft.Web.Services.Addressing { public abstract class AttributedUriString : OpenAttributeElement { } }