namespace TM.TransSmart.Schemas { using Microsoft.XLANGs.BaseTypes; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.BizTalk.Schema.Compiler", "3.0.1.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] [SchemaType(SchemaTypeEnum.Document)] [Schema(@"http://TM.TransSmart.Status",@"root")] [System.SerializableAttribute()] [SchemaRoots(new string[] {@"root"})] public sealed class Status : Microsoft.XLANGs.BaseTypes.SchemaBase { [System.NonSerializedAttribute()] private static object _rawSchema; [System.NonSerializedAttribute()] private const string _strSchema = @" "; public Status() { } public override string XmlContent { get { return _strSchema; } } public override string[] RootNodes { get { string[] _RootElements = new string [1]; _RootElements[0] = "root"; return _RootElements; } } protected override object RawSchema { get { return _rawSchema; } set { _rawSchema = value; } } } }