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.Shipment",@"carrierBooking")] [System.SerializableAttribute()] [SchemaRoots(new string[] {@"carrierBooking"})] public sealed class Shipment : Microsoft.XLANGs.BaseTypes.SchemaBase { [System.NonSerializedAttribute()] private static object _rawSchema; [System.NonSerializedAttribute()] private const string _strSchema = @" hazard identification code united nations dangerous goods (UNDG) identifier packing group packing instruction type code classification identifier description of the dangerous good dangerous goods marking identifier flag to indicate if limited quantity is true or false special instructions concerning the dangerous good dangerous goods flashpoint degree limited quantity points dangerous goods tunnel code "; public Shipment() { } public override string XmlContent { get { return _strSchema; } } public override string[] RootNodes { get { string[] _RootElements = new string [1]; _RootElements[0] = "carrierBooking"; return _RootElements; } } protected override object RawSchema { get { return _rawSchema; } set { _rawSchema = value; } } } }