namespace Wayne.Lib.IO { /// /// FlatFileXml support. /// public static class FlatFileXml { /// /// The XML namespace of the FlatFile. /// public const string Ns = "http://www.wayne.com/2007-06-29/FlatFile.xsd"; } }