namespace TM.Bosman.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.KLG.com/Bosman/IFTSTA",@"EFACT_D96A_IFTSTA_EAN002")] [System.SerializableAttribute()] [SchemaRoots(new string[] {@"EFACT_D96A_IFTSTA_EAN002"})] public sealed class EFACT_D96A_IFTSTA_EAN002 : Microsoft.XLANGs.BaseTypes.SchemaBase { [System.NonSerializedAttribute()] private static object _rawSchema; [System.NonSerializedAttribute()] private const string _strSchema = @" copyright © Microsoft Corporation. All rights reserved. Schema name: EFACT_d96a_IFTSTA_EAN002 "; public EFACT_D96A_IFTSTA_EAN002() { } public override string XmlContent { get { return _strSchema; } } public override string[] RootNodes { get { string[] _RootElements = new string [1]; _RootElements[0] = "EFACT_D96A_IFTSTA_EAN002"; return _RootElements; } } protected override object RawSchema { get { return _rawSchema; } set { _rawSchema = value; } } } }