Conversie van de TransSmart solution van BizTalk 2013 naar 2016.
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

1522 satır
48KB

  1. namespace TM.TransSmart.Schemas {
  2. using Microsoft.XLANGs.BaseTypes;
  3. [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.BizTalk.Schema.Compiler", "3.0.1.0")]
  4. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  5. [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
  6. [SchemaType(SchemaTypeEnum.Document)]
  7. [System.SerializableAttribute()]
  8. [SchemaRoots(new string[] {@"shipmentStatus", @"pickupDate", @"currency", @"statusPrice", @"incoterms", @"NoPieces", @"reference", @"trackingUrl", @"shipment", @"documents", @"document", @"documentType", @"fileType", @"documentData", @"weight_uom", @"weight", @"statusTimeStamp", @"statusCode", @"status", @"root", @"price", @"plannedDeliveryDate", @"plannedDeliveryTimeTo", @"plannedDeliveryTimeFrom", @"deliveryDate", @"deliveryTime", @"pieces", @"piece", @"lineNo", @"carrierStatusDescription",
  9. @"carrierStatusCode", @"awb", @"acceptedBy"})]
  10. public sealed class nShift : Microsoft.XLANGs.BaseTypes.SchemaBase {
  11. [System.NonSerializedAttribute()]
  12. private static object _rawSchema;
  13. [System.NonSerializedAttribute()]
  14. private const string _strSchema = @"<?xml version=""1.0"" encoding=""utf-16""?>
  15. <xs:schema xmlns=""http://TM.nShift.messages"" xmlns:b=""http://schemas.microsoft.com/BizTalk/2003"" targetNamespace=""http://TM.nShift.messages"" xmlns:xs=""http://www.w3.org/2001/XMLSchema"">
  16. <xs:element name=""shipmentStatus"">
  17. <xs:simpleType>
  18. <xs:restriction base=""xs:string"">
  19. <xs:minLength value=""0"" />
  20. <xs:maxLength value=""8"" />
  21. <xs:enumeration value=""DONE"" />
  22. <xs:enumeration value=""TRNS"" />
  23. <xs:enumeration value=""ACCEP"" />
  24. </xs:restriction>
  25. </xs:simpleType>
  26. </xs:element>
  27. <xs:element name=""pickupDate"">
  28. <xs:simpleType>
  29. <xs:restriction base=""xs:string"">
  30. <xs:minLength value=""0"" />
  31. <xs:maxLength value=""8"" />
  32. </xs:restriction>
  33. </xs:simpleType>
  34. </xs:element>
  35. <xs:element name=""currency"">
  36. <xs:simpleType>
  37. <xs:restriction base=""xs:string"">
  38. <xs:minLength value=""0"" />
  39. <xs:maxLength value=""64"" />
  40. </xs:restriction>
  41. </xs:simpleType>
  42. </xs:element>
  43. <xs:element name=""statusPrice"">
  44. <xs:simpleType>
  45. <xs:restriction base=""xs:decimal"">
  46. <xs:minInclusive value=""0"" />
  47. <xs:maxInclusive value=""11"" />
  48. </xs:restriction>
  49. </xs:simpleType>
  50. </xs:element>
  51. <xs:element name=""incoterms"">
  52. <xs:simpleType>
  53. <xs:restriction base=""xs:string"">
  54. <xs:minLength value=""0"" />
  55. <xs:maxLength value=""128"" />
  56. </xs:restriction>
  57. </xs:simpleType>
  58. </xs:element>
  59. <xs:element name=""NoPieces"">
  60. <xs:simpleType>
  61. <xs:restriction base=""xs:string"">
  62. <xs:minLength value=""0"" />
  63. <xs:maxLength value=""128"" />
  64. </xs:restriction>
  65. </xs:simpleType>
  66. </xs:element>
  67. <xs:element name=""reference"">
  68. <xs:simpleType>
  69. <xs:restriction base=""xs:string"">
  70. <xs:minLength value=""0"" />
  71. <xs:maxLength value=""256"" />
  72. </xs:restriction>
  73. </xs:simpleType>
  74. </xs:element>
  75. <xs:element name=""trackingUrl"">
  76. <xs:simpleType>
  77. <xs:restriction base=""xs:string"">
  78. <xs:minLength value=""0"" />
  79. <xs:maxLength value=""2048"" />
  80. </xs:restriction>
  81. </xs:simpleType>
  82. </xs:element>
  83. <xs:element name=""shipment"">
  84. <xs:complexType>
  85. <xs:all>
  86. <xs:element minOccurs=""0"" ref=""lineNo"" />
  87. <xs:element minOccurs=""0"" ref=""statusTimeStamp"" />
  88. <xs:element minOccurs=""0"" ref=""awb"" />
  89. <xs:element minOccurs=""0"" ref=""reference"" />
  90. <xs:element minOccurs=""0"" maxOccurs=""1"" ref=""NoPieces"" />
  91. <xs:element minOccurs=""0"" ref=""weight"" />
  92. <xs:element minOccurs=""0"" ref=""weight_uom"" />
  93. <xs:element minOccurs=""0"" ref=""incoterms"" />
  94. <xs:element minOccurs=""0"" ref=""statusPrice"" />
  95. <xs:element minOccurs=""0"" ref=""currency"" />
  96. <xs:element minOccurs=""0"" ref=""plannedDeliveryDate"" />
  97. <xs:element minOccurs=""0"" ref=""plannedDeliveryTimeFrom"" />
  98. <xs:element minOccurs=""0"" ref=""plannedDeliveryTimeTo"" />
  99. <xs:element minOccurs=""0"" ref=""deliveryDate"" />
  100. <xs:element minOccurs=""0"" ref=""deliveryTime"" />
  101. <xs:element minOccurs=""0"" ref=""acceptedBy"" />
  102. <xs:element minOccurs=""0"" ref=""pickupDate"" />
  103. <xs:element minOccurs=""0"" ref=""shipmentStatus"" />
  104. <xs:element minOccurs=""0"" ref=""carrierStatusCode"" />
  105. <xs:element minOccurs=""0"" ref=""carrierStatusDescription"" />
  106. <xs:element minOccurs=""0"" ref=""trackingUrl"" />
  107. <xs:element minOccurs=""0"" ref=""documents"" />
  108. </xs:all>
  109. </xs:complexType>
  110. </xs:element>
  111. <xs:element name=""documents"">
  112. <xs:complexType>
  113. <xs:sequence>
  114. <xs:element maxOccurs=""unbounded"" ref=""document"" />
  115. </xs:sequence>
  116. </xs:complexType>
  117. </xs:element>
  118. <xs:element name=""document"">
  119. <xs:complexType>
  120. <xs:all>
  121. <xs:element ref=""documentType"" />
  122. <xs:element ref=""fileType"" />
  123. <xs:element ref=""documentData"" />
  124. </xs:all>
  125. </xs:complexType>
  126. </xs:element>
  127. <xs:element name=""documentType"">
  128. <xs:simpleType>
  129. <xs:restriction base=""xs:string"">
  130. <xs:minLength value=""0"" />
  131. <xs:maxLength value=""10"" />
  132. </xs:restriction>
  133. </xs:simpleType>
  134. </xs:element>
  135. <xs:element name=""fileType"">
  136. <xs:simpleType>
  137. <xs:restriction base=""xs:string"">
  138. <xs:minLength value=""0"" />
  139. <xs:maxLength value=""10"" />
  140. </xs:restriction>
  141. </xs:simpleType>
  142. </xs:element>
  143. <xs:element name=""documentData"" type=""xs:string"" />
  144. <xs:element name=""weight_uom"">
  145. <xs:simpleType>
  146. <xs:restriction base=""xs:string"">
  147. <xs:minLength value=""0"" />
  148. <xs:maxLength value=""3"" />
  149. </xs:restriction>
  150. </xs:simpleType>
  151. </xs:element>
  152. <xs:element name=""weight"">
  153. <xs:simpleType>
  154. <xs:restriction base=""xs:decimal"">
  155. <xs:minInclusive value=""0"" />
  156. <xs:maxInclusive value=""11"" />
  157. </xs:restriction>
  158. </xs:simpleType>
  159. </xs:element>
  160. <xs:element name=""statusTimeStamp"" type=""xs:anyType"" />
  161. <xs:element name=""statusCode"">
  162. <xs:simpleType>
  163. <xs:restriction base=""xs:string"">
  164. <xs:minLength value=""0"" />
  165. <xs:maxLength value=""8"" />
  166. <xs:enumeration value=""DONE"" />
  167. <xs:enumeration value=""TRNS"" />
  168. <xs:enumeration value=""ACCEP"" />
  169. </xs:restriction>
  170. </xs:simpleType>
  171. </xs:element>
  172. <xs:element name=""status"">
  173. <xs:complexType>
  174. <xs:sequence>
  175. <xs:element minOccurs=""0"" ref=""pieces"" />
  176. <xs:element minOccurs=""0"" maxOccurs=""unbounded"" ref=""shipment"" />
  177. </xs:sequence>
  178. <xs:attribute name=""carrier"" use=""required"">
  179. <xs:simpleType>
  180. <xs:restriction base=""xs:string"" />
  181. </xs:simpleType>
  182. </xs:attribute>
  183. </xs:complexType>
  184. </xs:element>
  185. <xs:element name=""root"">
  186. <xs:complexType>
  187. <xs:sequence>
  188. <xs:element ref=""status"" />
  189. </xs:sequence>
  190. </xs:complexType>
  191. </xs:element>
  192. <xs:element name=""price"">
  193. <xs:simpleType>
  194. <xs:restriction base=""xs:decimal"">
  195. <xs:minInclusive value=""0"" />
  196. <xs:maxInclusive value=""11"" />
  197. </xs:restriction>
  198. </xs:simpleType>
  199. </xs:element>
  200. <xs:element name=""plannedDeliveryDate"">
  201. <xs:simpleType>
  202. <xs:restriction base=""xs:string"">
  203. <xs:minLength value=""0"" />
  204. <xs:maxLength value=""8"" />
  205. </xs:restriction>
  206. </xs:simpleType>
  207. </xs:element>
  208. <xs:element name=""plannedDeliveryTimeTo"">
  209. <xs:simpleType>
  210. <xs:restriction base=""xs:string"">
  211. <xs:minLength value=""0"" />
  212. <xs:maxLength value=""6"" />
  213. </xs:restriction>
  214. </xs:simpleType>
  215. </xs:element>
  216. <xs:element name=""plannedDeliveryTimeFrom"">
  217. <xs:simpleType>
  218. <xs:restriction base=""xs:string"">
  219. <xs:minLength value=""0"" />
  220. <xs:maxLength value=""6"" />
  221. </xs:restriction>
  222. </xs:simpleType>
  223. </xs:element>
  224. <xs:element name=""deliveryDate"">
  225. <xs:simpleType>
  226. <xs:restriction base=""xs:string"">
  227. <xs:minLength value=""0"" />
  228. <xs:maxLength value=""8"" />
  229. </xs:restriction>
  230. </xs:simpleType>
  231. </xs:element>
  232. <xs:element name=""deliveryTime"">
  233. <xs:simpleType>
  234. <xs:restriction base=""xs:string"">
  235. <xs:minLength value=""0"" />
  236. <xs:maxLength value=""6"" />
  237. </xs:restriction>
  238. </xs:simpleType>
  239. </xs:element>
  240. <xs:element name=""pieces"">
  241. <xs:complexType>
  242. <xs:sequence>
  243. <xs:element maxOccurs=""unbounded"" ref=""piece"" />
  244. </xs:sequence>
  245. </xs:complexType>
  246. </xs:element>
  247. <xs:element name=""piece"">
  248. <xs:complexType>
  249. <xs:all>
  250. <xs:element ref=""lineNo"" />
  251. <xs:element minOccurs=""0"" ref=""statusTimeStamp"" />
  252. <xs:element ref=""awb"" />
  253. <xs:element minOccurs=""0"" ref=""weight"" />
  254. <xs:element minOccurs=""0"" ref=""weight_uom"" />
  255. <xs:element minOccurs=""0"" ref=""price"" />
  256. <xs:element minOccurs=""0"" ref=""plannedDeliveryDate"" />
  257. <xs:element minOccurs=""0"" ref=""plannedDeliveryTimeFrom"" />
  258. <xs:element minOccurs=""0"" ref=""plannedDeliveryTimeTo"" />
  259. <xs:element minOccurs=""0"" ref=""deliveryDate"" />
  260. <xs:element minOccurs=""0"" ref=""deliveryTime"" />
  261. <xs:element minOccurs=""0"" ref=""acceptedBy"" />
  262. <xs:element minOccurs=""0"" ref=""statusCode"" />
  263. <xs:element minOccurs=""0"" ref=""carrierStatusCode"" />
  264. <xs:element minOccurs=""0"" ref=""carrierStatusDescription"" />
  265. <xs:element minOccurs=""0"" ref=""documents"" />
  266. </xs:all>
  267. </xs:complexType>
  268. </xs:element>
  269. <xs:element name=""lineNo"" type=""xs:int"" />
  270. <xs:element name=""carrierStatusDescription"">
  271. <xs:simpleType>
  272. <xs:restriction base=""xs:string"">
  273. <xs:minLength value=""0"" />
  274. <xs:maxLength value=""128"" />
  275. </xs:restriction>
  276. </xs:simpleType>
  277. </xs:element>
  278. <xs:element name=""carrierStatusCode"">
  279. <xs:simpleType>
  280. <xs:restriction base=""xs:string"">
  281. <xs:minLength value=""0"" />
  282. <xs:maxLength value=""16"" />
  283. </xs:restriction>
  284. </xs:simpleType>
  285. </xs:element>
  286. <xs:element name=""awb"">
  287. <xs:simpleType>
  288. <xs:restriction base=""xs:string"">
  289. <xs:minLength value=""0"" />
  290. <xs:maxLength value=""256"" />
  291. </xs:restriction>
  292. </xs:simpleType>
  293. </xs:element>
  294. <xs:element name=""acceptedBy"">
  295. <xs:simpleType>
  296. <xs:restriction base=""xs:string"">
  297. <xs:minLength value=""0"" />
  298. <xs:maxLength value=""64"" />
  299. </xs:restriction>
  300. </xs:simpleType>
  301. </xs:element>
  302. </xs:schema>";
  303. public nShift() {
  304. }
  305. public override string XmlContent {
  306. get {
  307. return _strSchema;
  308. }
  309. }
  310. public override string[] RootNodes {
  311. get {
  312. string[] _RootElements = new string [33];
  313. _RootElements[0] = "shipmentStatus";
  314. _RootElements[1] = "pickupDate";
  315. _RootElements[2] = "currency";
  316. _RootElements[3] = "statusPrice";
  317. _RootElements[4] = "incoterms";
  318. _RootElements[5] = "NoPieces";
  319. _RootElements[6] = "reference";
  320. _RootElements[7] = "trackingUrl";
  321. _RootElements[8] = "shipment";
  322. _RootElements[9] = "documents";
  323. _RootElements[10] = "document";
  324. _RootElements[11] = "documentType";
  325. _RootElements[12] = "fileType";
  326. _RootElements[13] = "documentData";
  327. _RootElements[14] = "weight_uom";
  328. _RootElements[15] = "weight";
  329. _RootElements[16] = "statusTimeStamp";
  330. _RootElements[17] = "statusCode";
  331. _RootElements[18] = "status";
  332. _RootElements[19] = "root";
  333. _RootElements[20] = "price";
  334. _RootElements[21] = "plannedDeliveryDate";
  335. _RootElements[22] = "plannedDeliveryTimeTo";
  336. _RootElements[23] = "plannedDeliveryTimeFrom";
  337. _RootElements[24] = "deliveryDate";
  338. _RootElements[25] = "deliveryTime";
  339. _RootElements[26] = "pieces";
  340. _RootElements[27] = "piece";
  341. _RootElements[28] = "lineNo";
  342. _RootElements[29] = "carrierStatusDescription";
  343. _RootElements[30] = "carrierStatusCode";
  344. _RootElements[31] = "awb";
  345. _RootElements[32] = "acceptedBy";
  346. return _RootElements;
  347. }
  348. }
  349. protected override object RawSchema {
  350. get {
  351. return _rawSchema;
  352. }
  353. set {
  354. _rawSchema = value;
  355. }
  356. }
  357. [Schema(@"http://TM.nShift.messages",@"shipmentStatus")]
  358. [System.SerializableAttribute()]
  359. [SchemaRoots(new string[] {@"shipmentStatus"})]
  360. public sealed class shipmentStatus : Microsoft.XLANGs.BaseTypes.SchemaBase {
  361. [System.NonSerializedAttribute()]
  362. private static object _rawSchema;
  363. public shipmentStatus() {
  364. }
  365. public override string XmlContent {
  366. get {
  367. return _strSchema;
  368. }
  369. }
  370. public override string[] RootNodes {
  371. get {
  372. string[] _RootElements = new string [1];
  373. _RootElements[0] = "shipmentStatus";
  374. return _RootElements;
  375. }
  376. }
  377. protected override object RawSchema {
  378. get {
  379. return _rawSchema;
  380. }
  381. set {
  382. _rawSchema = value;
  383. }
  384. }
  385. }
  386. [Schema(@"http://TM.nShift.messages",@"pickupDate")]
  387. [System.SerializableAttribute()]
  388. [SchemaRoots(new string[] {@"pickupDate"})]
  389. public sealed class pickupDate : Microsoft.XLANGs.BaseTypes.SchemaBase {
  390. [System.NonSerializedAttribute()]
  391. private static object _rawSchema;
  392. public pickupDate() {
  393. }
  394. public override string XmlContent {
  395. get {
  396. return _strSchema;
  397. }
  398. }
  399. public override string[] RootNodes {
  400. get {
  401. string[] _RootElements = new string [1];
  402. _RootElements[0] = "pickupDate";
  403. return _RootElements;
  404. }
  405. }
  406. protected override object RawSchema {
  407. get {
  408. return _rawSchema;
  409. }
  410. set {
  411. _rawSchema = value;
  412. }
  413. }
  414. }
  415. [Schema(@"http://TM.nShift.messages",@"currency")]
  416. [System.SerializableAttribute()]
  417. [SchemaRoots(new string[] {@"currency"})]
  418. public sealed class currency : Microsoft.XLANGs.BaseTypes.SchemaBase {
  419. [System.NonSerializedAttribute()]
  420. private static object _rawSchema;
  421. public currency() {
  422. }
  423. public override string XmlContent {
  424. get {
  425. return _strSchema;
  426. }
  427. }
  428. public override string[] RootNodes {
  429. get {
  430. string[] _RootElements = new string [1];
  431. _RootElements[0] = "currency";
  432. return _RootElements;
  433. }
  434. }
  435. protected override object RawSchema {
  436. get {
  437. return _rawSchema;
  438. }
  439. set {
  440. _rawSchema = value;
  441. }
  442. }
  443. }
  444. [Schema(@"http://TM.nShift.messages",@"statusPrice")]
  445. [System.SerializableAttribute()]
  446. [SchemaRoots(new string[] {@"statusPrice"})]
  447. public sealed class statusPrice : Microsoft.XLANGs.BaseTypes.SchemaBase {
  448. [System.NonSerializedAttribute()]
  449. private static object _rawSchema;
  450. public statusPrice() {
  451. }
  452. public override string XmlContent {
  453. get {
  454. return _strSchema;
  455. }
  456. }
  457. public override string[] RootNodes {
  458. get {
  459. string[] _RootElements = new string [1];
  460. _RootElements[0] = "statusPrice";
  461. return _RootElements;
  462. }
  463. }
  464. protected override object RawSchema {
  465. get {
  466. return _rawSchema;
  467. }
  468. set {
  469. _rawSchema = value;
  470. }
  471. }
  472. }
  473. [Schema(@"http://TM.nShift.messages",@"incoterms")]
  474. [System.SerializableAttribute()]
  475. [SchemaRoots(new string[] {@"incoterms"})]
  476. public sealed class incoterms : Microsoft.XLANGs.BaseTypes.SchemaBase {
  477. [System.NonSerializedAttribute()]
  478. private static object _rawSchema;
  479. public incoterms() {
  480. }
  481. public override string XmlContent {
  482. get {
  483. return _strSchema;
  484. }
  485. }
  486. public override string[] RootNodes {
  487. get {
  488. string[] _RootElements = new string [1];
  489. _RootElements[0] = "incoterms";
  490. return _RootElements;
  491. }
  492. }
  493. protected override object RawSchema {
  494. get {
  495. return _rawSchema;
  496. }
  497. set {
  498. _rawSchema = value;
  499. }
  500. }
  501. }
  502. [Schema(@"http://TM.nShift.messages",@"NoPieces")]
  503. [System.SerializableAttribute()]
  504. [SchemaRoots(new string[] {@"NoPieces"})]
  505. public sealed class NoPieces : Microsoft.XLANGs.BaseTypes.SchemaBase {
  506. [System.NonSerializedAttribute()]
  507. private static object _rawSchema;
  508. public NoPieces() {
  509. }
  510. public override string XmlContent {
  511. get {
  512. return _strSchema;
  513. }
  514. }
  515. public override string[] RootNodes {
  516. get {
  517. string[] _RootElements = new string [1];
  518. _RootElements[0] = "NoPieces";
  519. return _RootElements;
  520. }
  521. }
  522. protected override object RawSchema {
  523. get {
  524. return _rawSchema;
  525. }
  526. set {
  527. _rawSchema = value;
  528. }
  529. }
  530. }
  531. [Schema(@"http://TM.nShift.messages",@"reference")]
  532. [System.SerializableAttribute()]
  533. [SchemaRoots(new string[] {@"reference"})]
  534. public sealed class reference : Microsoft.XLANGs.BaseTypes.SchemaBase {
  535. [System.NonSerializedAttribute()]
  536. private static object _rawSchema;
  537. public reference() {
  538. }
  539. public override string XmlContent {
  540. get {
  541. return _strSchema;
  542. }
  543. }
  544. public override string[] RootNodes {
  545. get {
  546. string[] _RootElements = new string [1];
  547. _RootElements[0] = "reference";
  548. return _RootElements;
  549. }
  550. }
  551. protected override object RawSchema {
  552. get {
  553. return _rawSchema;
  554. }
  555. set {
  556. _rawSchema = value;
  557. }
  558. }
  559. }
  560. [Schema(@"http://TM.nShift.messages",@"trackingUrl")]
  561. [System.SerializableAttribute()]
  562. [SchemaRoots(new string[] {@"trackingUrl"})]
  563. public sealed class trackingUrl : Microsoft.XLANGs.BaseTypes.SchemaBase {
  564. [System.NonSerializedAttribute()]
  565. private static object _rawSchema;
  566. public trackingUrl() {
  567. }
  568. public override string XmlContent {
  569. get {
  570. return _strSchema;
  571. }
  572. }
  573. public override string[] RootNodes {
  574. get {
  575. string[] _RootElements = new string [1];
  576. _RootElements[0] = "trackingUrl";
  577. return _RootElements;
  578. }
  579. }
  580. protected override object RawSchema {
  581. get {
  582. return _rawSchema;
  583. }
  584. set {
  585. _rawSchema = value;
  586. }
  587. }
  588. }
  589. [Schema(@"http://TM.nShift.messages",@"shipment")]
  590. [System.SerializableAttribute()]
  591. [SchemaRoots(new string[] {@"shipment"})]
  592. public sealed class shipment : Microsoft.XLANGs.BaseTypes.SchemaBase {
  593. [System.NonSerializedAttribute()]
  594. private static object _rawSchema;
  595. public shipment() {
  596. }
  597. public override string XmlContent {
  598. get {
  599. return _strSchema;
  600. }
  601. }
  602. public override string[] RootNodes {
  603. get {
  604. string[] _RootElements = new string [1];
  605. _RootElements[0] = "shipment";
  606. return _RootElements;
  607. }
  608. }
  609. protected override object RawSchema {
  610. get {
  611. return _rawSchema;
  612. }
  613. set {
  614. _rawSchema = value;
  615. }
  616. }
  617. }
  618. [Schema(@"http://TM.nShift.messages",@"documents")]
  619. [System.SerializableAttribute()]
  620. [SchemaRoots(new string[] {@"documents"})]
  621. public sealed class documents : Microsoft.XLANGs.BaseTypes.SchemaBase {
  622. [System.NonSerializedAttribute()]
  623. private static object _rawSchema;
  624. public documents() {
  625. }
  626. public override string XmlContent {
  627. get {
  628. return _strSchema;
  629. }
  630. }
  631. public override string[] RootNodes {
  632. get {
  633. string[] _RootElements = new string [1];
  634. _RootElements[0] = "documents";
  635. return _RootElements;
  636. }
  637. }
  638. protected override object RawSchema {
  639. get {
  640. return _rawSchema;
  641. }
  642. set {
  643. _rawSchema = value;
  644. }
  645. }
  646. }
  647. [Schema(@"http://TM.nShift.messages",@"document")]
  648. [System.SerializableAttribute()]
  649. [SchemaRoots(new string[] {@"document"})]
  650. public sealed class document : Microsoft.XLANGs.BaseTypes.SchemaBase {
  651. [System.NonSerializedAttribute()]
  652. private static object _rawSchema;
  653. public document() {
  654. }
  655. public override string XmlContent {
  656. get {
  657. return _strSchema;
  658. }
  659. }
  660. public override string[] RootNodes {
  661. get {
  662. string[] _RootElements = new string [1];
  663. _RootElements[0] = "document";
  664. return _RootElements;
  665. }
  666. }
  667. protected override object RawSchema {
  668. get {
  669. return _rawSchema;
  670. }
  671. set {
  672. _rawSchema = value;
  673. }
  674. }
  675. }
  676. [Schema(@"http://TM.nShift.messages",@"documentType")]
  677. [System.SerializableAttribute()]
  678. [SchemaRoots(new string[] {@"documentType"})]
  679. public sealed class documentType : Microsoft.XLANGs.BaseTypes.SchemaBase {
  680. [System.NonSerializedAttribute()]
  681. private static object _rawSchema;
  682. public documentType() {
  683. }
  684. public override string XmlContent {
  685. get {
  686. return _strSchema;
  687. }
  688. }
  689. public override string[] RootNodes {
  690. get {
  691. string[] _RootElements = new string [1];
  692. _RootElements[0] = "documentType";
  693. return _RootElements;
  694. }
  695. }
  696. protected override object RawSchema {
  697. get {
  698. return _rawSchema;
  699. }
  700. set {
  701. _rawSchema = value;
  702. }
  703. }
  704. }
  705. [Schema(@"http://TM.nShift.messages",@"fileType")]
  706. [System.SerializableAttribute()]
  707. [SchemaRoots(new string[] {@"fileType"})]
  708. public sealed class fileType : Microsoft.XLANGs.BaseTypes.SchemaBase {
  709. [System.NonSerializedAttribute()]
  710. private static object _rawSchema;
  711. public fileType() {
  712. }
  713. public override string XmlContent {
  714. get {
  715. return _strSchema;
  716. }
  717. }
  718. public override string[] RootNodes {
  719. get {
  720. string[] _RootElements = new string [1];
  721. _RootElements[0] = "fileType";
  722. return _RootElements;
  723. }
  724. }
  725. protected override object RawSchema {
  726. get {
  727. return _rawSchema;
  728. }
  729. set {
  730. _rawSchema = value;
  731. }
  732. }
  733. }
  734. [Schema(@"http://TM.nShift.messages",@"documentData")]
  735. [System.SerializableAttribute()]
  736. [SchemaRoots(new string[] {@"documentData"})]
  737. public sealed class documentData : Microsoft.XLANGs.BaseTypes.SchemaBase {
  738. [System.NonSerializedAttribute()]
  739. private static object _rawSchema;
  740. public documentData() {
  741. }
  742. public override string XmlContent {
  743. get {
  744. return _strSchema;
  745. }
  746. }
  747. public override string[] RootNodes {
  748. get {
  749. string[] _RootElements = new string [1];
  750. _RootElements[0] = "documentData";
  751. return _RootElements;
  752. }
  753. }
  754. protected override object RawSchema {
  755. get {
  756. return _rawSchema;
  757. }
  758. set {
  759. _rawSchema = value;
  760. }
  761. }
  762. }
  763. [Schema(@"http://TM.nShift.messages",@"weight_uom")]
  764. [System.SerializableAttribute()]
  765. [SchemaRoots(new string[] {@"weight_uom"})]
  766. public sealed class weight_uom : Microsoft.XLANGs.BaseTypes.SchemaBase {
  767. [System.NonSerializedAttribute()]
  768. private static object _rawSchema;
  769. public weight_uom() {
  770. }
  771. public override string XmlContent {
  772. get {
  773. return _strSchema;
  774. }
  775. }
  776. public override string[] RootNodes {
  777. get {
  778. string[] _RootElements = new string [1];
  779. _RootElements[0] = "weight_uom";
  780. return _RootElements;
  781. }
  782. }
  783. protected override object RawSchema {
  784. get {
  785. return _rawSchema;
  786. }
  787. set {
  788. _rawSchema = value;
  789. }
  790. }
  791. }
  792. [Schema(@"http://TM.nShift.messages",@"weight")]
  793. [System.SerializableAttribute()]
  794. [SchemaRoots(new string[] {@"weight"})]
  795. public sealed class weight : Microsoft.XLANGs.BaseTypes.SchemaBase {
  796. [System.NonSerializedAttribute()]
  797. private static object _rawSchema;
  798. public weight() {
  799. }
  800. public override string XmlContent {
  801. get {
  802. return _strSchema;
  803. }
  804. }
  805. public override string[] RootNodes {
  806. get {
  807. string[] _RootElements = new string [1];
  808. _RootElements[0] = "weight";
  809. return _RootElements;
  810. }
  811. }
  812. protected override object RawSchema {
  813. get {
  814. return _rawSchema;
  815. }
  816. set {
  817. _rawSchema = value;
  818. }
  819. }
  820. }
  821. [Schema(@"http://TM.nShift.messages",@"statusTimeStamp")]
  822. [System.SerializableAttribute()]
  823. [SchemaRoots(new string[] {@"statusTimeStamp"})]
  824. public sealed class statusTimeStamp : Microsoft.XLANGs.BaseTypes.SchemaBase {
  825. [System.NonSerializedAttribute()]
  826. private static object _rawSchema;
  827. public statusTimeStamp() {
  828. }
  829. public override string XmlContent {
  830. get {
  831. return _strSchema;
  832. }
  833. }
  834. public override string[] RootNodes {
  835. get {
  836. string[] _RootElements = new string [1];
  837. _RootElements[0] = "statusTimeStamp";
  838. return _RootElements;
  839. }
  840. }
  841. protected override object RawSchema {
  842. get {
  843. return _rawSchema;
  844. }
  845. set {
  846. _rawSchema = value;
  847. }
  848. }
  849. }
  850. [Schema(@"http://TM.nShift.messages",@"statusCode")]
  851. [System.SerializableAttribute()]
  852. [SchemaRoots(new string[] {@"statusCode"})]
  853. public sealed class statusCode : Microsoft.XLANGs.BaseTypes.SchemaBase {
  854. [System.NonSerializedAttribute()]
  855. private static object _rawSchema;
  856. public statusCode() {
  857. }
  858. public override string XmlContent {
  859. get {
  860. return _strSchema;
  861. }
  862. }
  863. public override string[] RootNodes {
  864. get {
  865. string[] _RootElements = new string [1];
  866. _RootElements[0] = "statusCode";
  867. return _RootElements;
  868. }
  869. }
  870. protected override object RawSchema {
  871. get {
  872. return _rawSchema;
  873. }
  874. set {
  875. _rawSchema = value;
  876. }
  877. }
  878. }
  879. [Schema(@"http://TM.nShift.messages",@"status")]
  880. [System.SerializableAttribute()]
  881. [SchemaRoots(new string[] {@"status"})]
  882. public sealed class status : Microsoft.XLANGs.BaseTypes.SchemaBase {
  883. [System.NonSerializedAttribute()]
  884. private static object _rawSchema;
  885. public status() {
  886. }
  887. public override string XmlContent {
  888. get {
  889. return _strSchema;
  890. }
  891. }
  892. public override string[] RootNodes {
  893. get {
  894. string[] _RootElements = new string [1];
  895. _RootElements[0] = "status";
  896. return _RootElements;
  897. }
  898. }
  899. protected override object RawSchema {
  900. get {
  901. return _rawSchema;
  902. }
  903. set {
  904. _rawSchema = value;
  905. }
  906. }
  907. }
  908. [Schema(@"http://TM.nShift.messages",@"root")]
  909. [System.SerializableAttribute()]
  910. [SchemaRoots(new string[] {@"root"})]
  911. public sealed class root : Microsoft.XLANGs.BaseTypes.SchemaBase {
  912. [System.NonSerializedAttribute()]
  913. private static object _rawSchema;
  914. public root() {
  915. }
  916. public override string XmlContent {
  917. get {
  918. return _strSchema;
  919. }
  920. }
  921. public override string[] RootNodes {
  922. get {
  923. string[] _RootElements = new string [1];
  924. _RootElements[0] = "root";
  925. return _RootElements;
  926. }
  927. }
  928. protected override object RawSchema {
  929. get {
  930. return _rawSchema;
  931. }
  932. set {
  933. _rawSchema = value;
  934. }
  935. }
  936. }
  937. [Schema(@"http://TM.nShift.messages",@"price")]
  938. [System.SerializableAttribute()]
  939. [SchemaRoots(new string[] {@"price"})]
  940. public sealed class price : Microsoft.XLANGs.BaseTypes.SchemaBase {
  941. [System.NonSerializedAttribute()]
  942. private static object _rawSchema;
  943. public price() {
  944. }
  945. public override string XmlContent {
  946. get {
  947. return _strSchema;
  948. }
  949. }
  950. public override string[] RootNodes {
  951. get {
  952. string[] _RootElements = new string [1];
  953. _RootElements[0] = "price";
  954. return _RootElements;
  955. }
  956. }
  957. protected override object RawSchema {
  958. get {
  959. return _rawSchema;
  960. }
  961. set {
  962. _rawSchema = value;
  963. }
  964. }
  965. }
  966. [Schema(@"http://TM.nShift.messages",@"plannedDeliveryDate")]
  967. [System.SerializableAttribute()]
  968. [SchemaRoots(new string[] {@"plannedDeliveryDate"})]
  969. public sealed class plannedDeliveryDate : Microsoft.XLANGs.BaseTypes.SchemaBase {
  970. [System.NonSerializedAttribute()]
  971. private static object _rawSchema;
  972. public plannedDeliveryDate() {
  973. }
  974. public override string XmlContent {
  975. get {
  976. return _strSchema;
  977. }
  978. }
  979. public override string[] RootNodes {
  980. get {
  981. string[] _RootElements = new string [1];
  982. _RootElements[0] = "plannedDeliveryDate";
  983. return _RootElements;
  984. }
  985. }
  986. protected override object RawSchema {
  987. get {
  988. return _rawSchema;
  989. }
  990. set {
  991. _rawSchema = value;
  992. }
  993. }
  994. }
  995. [Schema(@"http://TM.nShift.messages",@"plannedDeliveryTimeTo")]
  996. [System.SerializableAttribute()]
  997. [SchemaRoots(new string[] {@"plannedDeliveryTimeTo"})]
  998. public sealed class plannedDeliveryTimeTo : Microsoft.XLANGs.BaseTypes.SchemaBase {
  999. [System.NonSerializedAttribute()]
  1000. private static object _rawSchema;
  1001. public plannedDeliveryTimeTo() {
  1002. }
  1003. public override string XmlContent {
  1004. get {
  1005. return _strSchema;
  1006. }
  1007. }
  1008. public override string[] RootNodes {
  1009. get {
  1010. string[] _RootElements = new string [1];
  1011. _RootElements[0] = "plannedDeliveryTimeTo";
  1012. return _RootElements;
  1013. }
  1014. }
  1015. protected override object RawSchema {
  1016. get {
  1017. return _rawSchema;
  1018. }
  1019. set {
  1020. _rawSchema = value;
  1021. }
  1022. }
  1023. }
  1024. [Schema(@"http://TM.nShift.messages",@"plannedDeliveryTimeFrom")]
  1025. [System.SerializableAttribute()]
  1026. [SchemaRoots(new string[] {@"plannedDeliveryTimeFrom"})]
  1027. public sealed class plannedDeliveryTimeFrom : Microsoft.XLANGs.BaseTypes.SchemaBase {
  1028. [System.NonSerializedAttribute()]
  1029. private static object _rawSchema;
  1030. public plannedDeliveryTimeFrom() {
  1031. }
  1032. public override string XmlContent {
  1033. get {
  1034. return _strSchema;
  1035. }
  1036. }
  1037. public override string[] RootNodes {
  1038. get {
  1039. string[] _RootElements = new string [1];
  1040. _RootElements[0] = "plannedDeliveryTimeFrom";
  1041. return _RootElements;
  1042. }
  1043. }
  1044. protected override object RawSchema {
  1045. get {
  1046. return _rawSchema;
  1047. }
  1048. set {
  1049. _rawSchema = value;
  1050. }
  1051. }
  1052. }
  1053. [Schema(@"http://TM.nShift.messages",@"deliveryDate")]
  1054. [System.SerializableAttribute()]
  1055. [SchemaRoots(new string[] {@"deliveryDate"})]
  1056. public sealed class deliveryDate : Microsoft.XLANGs.BaseTypes.SchemaBase {
  1057. [System.NonSerializedAttribute()]
  1058. private static object _rawSchema;
  1059. public deliveryDate() {
  1060. }
  1061. public override string XmlContent {
  1062. get {
  1063. return _strSchema;
  1064. }
  1065. }
  1066. public override string[] RootNodes {
  1067. get {
  1068. string[] _RootElements = new string [1];
  1069. _RootElements[0] = "deliveryDate";
  1070. return _RootElements;
  1071. }
  1072. }
  1073. protected override object RawSchema {
  1074. get {
  1075. return _rawSchema;
  1076. }
  1077. set {
  1078. _rawSchema = value;
  1079. }
  1080. }
  1081. }
  1082. [Schema(@"http://TM.nShift.messages",@"deliveryTime")]
  1083. [System.SerializableAttribute()]
  1084. [SchemaRoots(new string[] {@"deliveryTime"})]
  1085. public sealed class deliveryTime : Microsoft.XLANGs.BaseTypes.SchemaBase {
  1086. [System.NonSerializedAttribute()]
  1087. private static object _rawSchema;
  1088. public deliveryTime() {
  1089. }
  1090. public override string XmlContent {
  1091. get {
  1092. return _strSchema;
  1093. }
  1094. }
  1095. public override string[] RootNodes {
  1096. get {
  1097. string[] _RootElements = new string [1];
  1098. _RootElements[0] = "deliveryTime";
  1099. return _RootElements;
  1100. }
  1101. }
  1102. protected override object RawSchema {
  1103. get {
  1104. return _rawSchema;
  1105. }
  1106. set {
  1107. _rawSchema = value;
  1108. }
  1109. }
  1110. }
  1111. [Schema(@"http://TM.nShift.messages",@"pieces")]
  1112. [System.SerializableAttribute()]
  1113. [SchemaRoots(new string[] {@"pieces"})]
  1114. public sealed class pieces : Microsoft.XLANGs.BaseTypes.SchemaBase {
  1115. [System.NonSerializedAttribute()]
  1116. private static object _rawSchema;
  1117. public pieces() {
  1118. }
  1119. public override string XmlContent {
  1120. get {
  1121. return _strSchema;
  1122. }
  1123. }
  1124. public override string[] RootNodes {
  1125. get {
  1126. string[] _RootElements = new string [1];
  1127. _RootElements[0] = "pieces";
  1128. return _RootElements;
  1129. }
  1130. }
  1131. protected override object RawSchema {
  1132. get {
  1133. return _rawSchema;
  1134. }
  1135. set {
  1136. _rawSchema = value;
  1137. }
  1138. }
  1139. }
  1140. [Schema(@"http://TM.nShift.messages",@"piece")]
  1141. [System.SerializableAttribute()]
  1142. [SchemaRoots(new string[] {@"piece"})]
  1143. public sealed class piece : Microsoft.XLANGs.BaseTypes.SchemaBase {
  1144. [System.NonSerializedAttribute()]
  1145. private static object _rawSchema;
  1146. public piece() {
  1147. }
  1148. public override string XmlContent {
  1149. get {
  1150. return _strSchema;
  1151. }
  1152. }
  1153. public override string[] RootNodes {
  1154. get {
  1155. string[] _RootElements = new string [1];
  1156. _RootElements[0] = "piece";
  1157. return _RootElements;
  1158. }
  1159. }
  1160. protected override object RawSchema {
  1161. get {
  1162. return _rawSchema;
  1163. }
  1164. set {
  1165. _rawSchema = value;
  1166. }
  1167. }
  1168. }
  1169. [Schema(@"http://TM.nShift.messages",@"lineNo")]
  1170. [System.SerializableAttribute()]
  1171. [SchemaRoots(new string[] {@"lineNo"})]
  1172. public sealed class lineNo : Microsoft.XLANGs.BaseTypes.SchemaBase {
  1173. [System.NonSerializedAttribute()]
  1174. private static object _rawSchema;
  1175. public lineNo() {
  1176. }
  1177. public override string XmlContent {
  1178. get {
  1179. return _strSchema;
  1180. }
  1181. }
  1182. public override string[] RootNodes {
  1183. get {
  1184. string[] _RootElements = new string [1];
  1185. _RootElements[0] = "lineNo";
  1186. return _RootElements;
  1187. }
  1188. }
  1189. protected override object RawSchema {
  1190. get {
  1191. return _rawSchema;
  1192. }
  1193. set {
  1194. _rawSchema = value;
  1195. }
  1196. }
  1197. }
  1198. [Schema(@"http://TM.nShift.messages",@"carrierStatusDescription")]
  1199. [System.SerializableAttribute()]
  1200. [SchemaRoots(new string[] {@"carrierStatusDescription"})]
  1201. public sealed class carrierStatusDescription : Microsoft.XLANGs.BaseTypes.SchemaBase {
  1202. [System.NonSerializedAttribute()]
  1203. private static object _rawSchema;
  1204. public carrierStatusDescription() {
  1205. }
  1206. public override string XmlContent {
  1207. get {
  1208. return _strSchema;
  1209. }
  1210. }
  1211. public override string[] RootNodes {
  1212. get {
  1213. string[] _RootElements = new string [1];
  1214. _RootElements[0] = "carrierStatusDescription";
  1215. return _RootElements;
  1216. }
  1217. }
  1218. protected override object RawSchema {
  1219. get {
  1220. return _rawSchema;
  1221. }
  1222. set {
  1223. _rawSchema = value;
  1224. }
  1225. }
  1226. }
  1227. [Schema(@"http://TM.nShift.messages",@"carrierStatusCode")]
  1228. [System.SerializableAttribute()]
  1229. [SchemaRoots(new string[] {@"carrierStatusCode"})]
  1230. public sealed class carrierStatusCode : Microsoft.XLANGs.BaseTypes.SchemaBase {
  1231. [System.NonSerializedAttribute()]
  1232. private static object _rawSchema;
  1233. public carrierStatusCode() {
  1234. }
  1235. public override string XmlContent {
  1236. get {
  1237. return _strSchema;
  1238. }
  1239. }
  1240. public override string[] RootNodes {
  1241. get {
  1242. string[] _RootElements = new string [1];
  1243. _RootElements[0] = "carrierStatusCode";
  1244. return _RootElements;
  1245. }
  1246. }
  1247. protected override object RawSchema {
  1248. get {
  1249. return _rawSchema;
  1250. }
  1251. set {
  1252. _rawSchema = value;
  1253. }
  1254. }
  1255. }
  1256. [Schema(@"http://TM.nShift.messages",@"awb")]
  1257. [System.SerializableAttribute()]
  1258. [SchemaRoots(new string[] {@"awb"})]
  1259. public sealed class awb : Microsoft.XLANGs.BaseTypes.SchemaBase {
  1260. [System.NonSerializedAttribute()]
  1261. private static object _rawSchema;
  1262. public awb() {
  1263. }
  1264. public override string XmlContent {
  1265. get {
  1266. return _strSchema;
  1267. }
  1268. }
  1269. public override string[] RootNodes {
  1270. get {
  1271. string[] _RootElements = new string [1];
  1272. _RootElements[0] = "awb";
  1273. return _RootElements;
  1274. }
  1275. }
  1276. protected override object RawSchema {
  1277. get {
  1278. return _rawSchema;
  1279. }
  1280. set {
  1281. _rawSchema = value;
  1282. }
  1283. }
  1284. }
  1285. [Schema(@"http://TM.nShift.messages",@"acceptedBy")]
  1286. [System.SerializableAttribute()]
  1287. [SchemaRoots(new string[] {@"acceptedBy"})]
  1288. public sealed class acceptedBy : Microsoft.XLANGs.BaseTypes.SchemaBase {
  1289. [System.NonSerializedAttribute()]
  1290. private static object _rawSchema;
  1291. public acceptedBy() {
  1292. }
  1293. public override string XmlContent {
  1294. get {
  1295. return _strSchema;
  1296. }
  1297. }
  1298. public override string[] RootNodes {
  1299. get {
  1300. string[] _RootElements = new string [1];
  1301. _RootElements[0] = "acceptedBy";
  1302. return _RootElements;
  1303. }
  1304. }
  1305. protected override object RawSchema {
  1306. get {
  1307. return _rawSchema;
  1308. }
  1309. set {
  1310. _rawSchema = value;
  1311. }
  1312. }
  1313. }
  1314. }
  1315. }