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://schemas.microsoft.com/BizTalk/EDI/EDIFACT/2006",@"EFACT_D96A_IFTSTA_BOSMAN")] [System.SerializableAttribute()] [SchemaRoots(new string[] {@"EFACT_D96A_IFTSTA_BOSMAN"})] public sealed class EFACT_D96A_IFTSTA_BOSMAN : 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_BOSMAN() { } public override string XmlContent { get { return _strSchema; } } public override string[] RootNodes { get { string[] _RootElements = new string [1]; _RootElements[0] = "EFACT_D96A_IFTSTA_BOSMAN"; return _RootElements; } } protected override object RawSchema { get { return _rawSchema; } set { _rawSchema = value; } } } }