/dotnet/opennode2-net/plugins/EMTS_10/xml_schema/EMTS_v1_0_2.cs

http://opennode2.googlecode.com/ · C# · 142 lines · 116 code · 26 blank · 0 comment · 0 complexity · ba27b3af5da6b162ebaf46e1551009d0 MD5 · raw file

  1. using System.Xml.Serialization;
  2. using System.Data;
  3. using System;
  4. using Windsor.Commons.XsdOrm;
  5. using Windsor.Commons.Core;
  6. namespace Windsor.Node2008.WNOSPlugin.EMTS_10
  7. {
  8. [DefaultTableNamePrefixAttribute("EMTS")]
  9. [ShortenNamesByRemovingVowelsFirstAttribute]
  10. [FixShortenNameBreakBugAttribute]
  11. [InheritAppliedAttributesAttribute]
  12. [AdditionalAbbreviationsAttribute("REPORT", "RPT",
  13. "SUPPORTING", "SUPRT",
  14. "GENERATE", "GENR",
  15. "FEEDSTOCK", "FDSTK",
  16. "SEPARATE", "SEPR",
  17. "PRODUCT", "PROD",
  18. "PRODUCTION", "PROD",
  19. "ASSIGNMENT", "ASSIGN",
  20. "AMOUNT", "AMT",
  21. "RENEWABLE", "RENEW",
  22. "DOCUMENT", "DOC"
  23. )]
  24. [AppliedAttribute(typeof(EMTSDataType), "UserLoginText", typeof(ColumnAttribute), 100)]
  25. [AppliedAttribute(typeof(EMTSDataType), "OrganizationIdentifier", typeof(ColumnAttribute), 12)]
  26. [AppliedAttribute(typeof(EMTSDataType), "SubmittalCreationDate", typeof(ColumnAttribute), DbType.Date)]
  27. [AppliedAttribute(typeof(EMTSDataType), "SubmittalCommentText", typeof(ColumnAttribute), 400)]
  28. [AppliedAttribute(typeof(GenerateTransactionDetailDataType), "FuelCode", typeof(ColumnAttribute), 100)]//??
  29. [AppliedAttribute(typeof(GenerateTransactionDetailDataType), "ProcessCode", typeof(ColumnAttribute), 3)]
  30. [AppliedAttribute(typeof(GenerateTransactionDetailDataType), "ProductionDate", typeof(ColumnAttribute), DbType.Date)]
  31. [AppliedAttribute(typeof(GenerateTransactionDetailDataType), "FuelCategoryCode", typeof(ColumnAttribute), 3)]
  32. [AppliedAttribute(typeof(GenerateTransactionDetailDataType), "EquivalenceValue", typeof(ColumnAttribute), 2, 1)]
  33. [AppliedAttribute(typeof(GenerateTransactionDetailDataType), "ImportFacilityIdentifier", typeof(ColumnAttribute), 12)]
  34. [AppliedAttribute(typeof(GenerateTransactionDetailDataType), "TransactionDetailCommentText", typeof(ColumnAttribute), 400)]
  35. [AppliedAttribute(typeof(SeparateTransactionDetailDataType), "FuelCode", typeof(ColumnAttribute), 100)]//??
  36. [AppliedAttribute(typeof(SeparateTransactionDetailDataType), "SeparateReasonCode", typeof(ColumnAttribute), 100)]//??
  37. [AppliedAttribute(typeof(SeparateTransactionDetailDataType), "BlenderOrganizationIdentifier", typeof(ColumnAttribute), 12)]
  38. [AppliedAttribute(typeof(SeparateTransactionDetailDataType), "BlenderOrganizationName", typeof(ColumnAttribute), 125)]
  39. [AppliedAttribute(typeof(SeparateTransactionDetailDataType), "TransactionDetailCommentText", typeof(ColumnAttribute), 400)]
  40. [AppliedAttribute(typeof(SellTransactionDetailDataType), "TransactionPartnerOrganizationIdentifier", typeof(ColumnAttribute), 12)]
  41. [AppliedAttribute(typeof(SellTransactionDetailDataType), "TransactionPartnerOrganizationName", typeof(ColumnAttribute), 125)]
  42. [AppliedAttribute(typeof(SellTransactionDetailDataType), "FuelCode", typeof(ColumnAttribute), 100)] //??
  43. [AppliedAttribute(typeof(SellTransactionDetailDataType), "AssignmentCode", typeof(ColumnAttribute), 100)] //??
  44. [AppliedAttribute(typeof(SellTransactionDetailDataType), "SellReasonCode", typeof(ColumnAttribute), 100)] //??
  45. [AppliedAttribute(typeof(SellTransactionDetailDataType), "RINPriceAmount", typeof(ColumnAttribute), 5, 2)]
  46. [AppliedAttribute(typeof(SellTransactionDetailDataType), "GallonPriceAmount", typeof(ColumnAttribute), 5, 2)]
  47. [AppliedAttribute(typeof(SellTransactionDetailDataType), "TransactionDate", typeof(ColumnAttribute), DbType.Date)]
  48. [AppliedAttribute(typeof(SellTransactionDetailDataType), "PTDNumber", typeof(ColumnAttribute), 100)]
  49. [AppliedAttribute(typeof(SellTransactionDetailDataType), "TransactionDetailCommentText", typeof(ColumnAttribute), 400)]
  50. [AppliedAttribute(typeof(BuyTransactionDetailDataType), "TransactionPartnerOrganizationIdentifier", typeof(ColumnAttribute), 12)]
  51. [AppliedAttribute(typeof(BuyTransactionDetailDataType), "TransactionPartnerOrganizationName", typeof(ColumnAttribute), 125)]
  52. [AppliedAttribute(typeof(BuyTransactionDetailDataType), "FuelCode", typeof(ColumnAttribute), 100)] //??
  53. [AppliedAttribute(typeof(BuyTransactionDetailDataType), "AssignmentCode", typeof(ColumnAttribute), 100)] //??
  54. [AppliedAttribute(typeof(BuyTransactionDetailDataType), "BuyReasonCode", typeof(ColumnAttribute), 100)] //??
  55. [AppliedAttribute(typeof(BuyTransactionDetailDataType), "RINPriceAmount", typeof(ColumnAttribute), 5, 2)]
  56. [AppliedAttribute(typeof(BuyTransactionDetailDataType), "GallonPriceAmount", typeof(ColumnAttribute), 5, 2)]
  57. [AppliedAttribute(typeof(BuyTransactionDetailDataType), "TransactionDate", typeof(ColumnAttribute), DbType.Date)]
  58. [AppliedAttribute(typeof(BuyTransactionDetailDataType), "PTDNumber", typeof(ColumnAttribute), 100)]
  59. [AppliedAttribute(typeof(BuyTransactionDetailDataType), "TransactionDetailCommentText", typeof(ColumnAttribute), 400)]
  60. [AppliedAttribute(typeof(RetireTransactionDetailDataType), "FuelCode", typeof(ColumnAttribute), 100)] //??
  61. [AppliedAttribute(typeof(RetireTransactionDetailDataType), "AssignmentCode", typeof(ColumnAttribute), 100)] //??
  62. [AppliedAttribute(typeof(RetireTransactionDetailDataType), "RetireReasonCode", typeof(ColumnAttribute), 100)] //??
  63. [AppliedAttribute(typeof(RetireTransactionDetailDataType), "ComplianceLevelCode", typeof(ColumnAttribute), 100)] //??
  64. [AppliedAttribute(typeof(RetireTransactionDetailDataType), "ComplianceFacilityIdentifier", typeof(ColumnAttribute), 12)]
  65. [AppliedAttribute(typeof(RetireTransactionDetailDataType), "TransactionDetailCommentText", typeof(ColumnAttribute), 400)]
  66. [AppliedAttribute(typeof(FeedstockDetailDataType), "FeedstockCode", typeof(ColumnAttribute), 3)]
  67. [AppliedAttribute(typeof(FeedstockDetailDataType), "FeedstockVolume", typeof(ColumnAttribute), 10, 1)]
  68. [AppliedAttribute(typeof(FeedstockDetailDataType), "FeedstockMeasureCode", typeof(ColumnAttribute), 3)]
  69. [AppliedAttribute(typeof(FeedstockDetailDataType), "FeedstockDetailCommentText", typeof(ColumnAttribute), 400)]
  70. [AppliedAttribute(typeof(CoProductDetailDataType), "CoProductCode", typeof(ColumnAttribute), 3)]
  71. [AppliedAttribute(typeof(CoProductDetailDataType), "CoProductDetailCommentText", typeof(ColumnAttribute), 400)]
  72. [AppliedAttribute(typeof(SupportingDocumentDetailDataType), "SupportingDocumentText", typeof(ColumnAttribute), 100)]
  73. [AppliedAttribute(typeof(SupportingDocumentDetailDataType), "SupportingDocumentNumberText", typeof(ColumnAttribute), 100)]
  74. [AppliedAttribute(typeof(OriginatingSourceDetailDataType), "GenerateOrganizationIdentifier", typeof(ColumnAttribute), 12)]
  75. [AppliedAttribute(typeof(OriginatingSourceDetailDataType), "GenerateFacilityIdentifier", typeof(ColumnAttribute), 12)]
  76. [AppliedAttribute(typeof(OriginatingSourceDetailDataType), "BatchNumberText", typeof(ColumnAttribute), 20)]
  77. public partial class EMTSDataType : BaseDataType
  78. {
  79. }
  80. public partial class GenerateTransactionDetailDataType : BaseChildDataType
  81. {
  82. }
  83. public partial class SeparateTransactionDetailDataType : BaseChildDataType
  84. {
  85. }
  86. public partial class SellTransactionDetailDataType : BaseChildDataType
  87. {
  88. }
  89. public partial class BuyTransactionDetailDataType : BaseChildDataType
  90. {
  91. }
  92. public partial class RetireTransactionDetailDataType : BaseChildDataType
  93. {
  94. }
  95. public partial class FeedstockDetailDataType : BaseChildDataType
  96. {
  97. }
  98. public partial class CoProductDetailDataType : BaseChildDataType
  99. {
  100. }
  101. public partial class SupportingDocumentDetailDataType : BaseChildDataType
  102. {
  103. }
  104. public partial class SeparateSupportingDocumentDetailDataType : SupportingDocumentDetailDataType
  105. {
  106. }
  107. public partial class SellSupportingDocumentDetailDataType : SupportingDocumentDetailDataType
  108. {
  109. }
  110. public partial class BuySupportingDocumentDetailDataType : SupportingDocumentDetailDataType
  111. {
  112. }
  113. public partial class RetireSupportingDocumentDetailDataType : SupportingDocumentDetailDataType
  114. {
  115. }
  116. }