namespace TM.HelloBizTalk2013World.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(@"TM.HelloBizTalk2013World.Schemas",@"ShipmentStatus")] [System.SerializableAttribute()] [SchemaRoots(new string[] {@"ShipmentStatus"})] public sealed class ShipmentStatusSchema_TEST : Microsoft.XLANGs.BaseTypes.SchemaBase { [System.NonSerializedAttribute()] private static object _rawSchema; [System.NonSerializedAttribute()] private const string _strSchema = @" "; public ShipmentStatusSchema_TEST() { } public override string XmlContent { get { return _strSchema; } } public override string[] RootNodes { get { string[] _RootElements = new string [1]; _RootElements[0] = "ShipmentStatus"; return _RootElements; } } protected override object RawSchema { get { return _rawSchema; } set { _rawSchema = value; } } } }