Advertisement
Guest User

Untitled

a guest
Oct 30th, 2014
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.12 KB | None | 0 0
  1. CREATE TABLE Batches(
  2. BatchID int,
  3. RawXml xml
  4.  
  5. <CasinoDisbursementReportXmlFile>
  6. <CasinoDisbursementReport>
  7. <ReportHeader>
  8. <OrganizationReportReferenceIdentifier>C234-864</OrganizationReportReferenceIdentifier>
  9. <OrganizationNumber>0002141</OrganizationNumber>
  10. </ReportHeader>
  11. </CasinoDisbursementReport>
  12. <CasinoDisbursementReport>
  13. <ReportHeader>
  14. <OrganizationReportReferenceIdentifier>C234-865</OrganizationReportReferenceIdentifier>
  15. <OrganizationNumber>0002141</OrganizationNumber>
  16. </ReportHeader>
  17. </CasinoDisbursementReport>
  18. <CasinoDisbursementReport>
  19. <ReportHeader>
  20. <OrganizationReportReferenceIdentifier>C234-866</OrganizationReportReferenceIdentifier>
  21. <OrganizationNumber>0002141</OrganizationNumber>
  22. </ReportHeader>
  23. </CasinoDisbursementReport>
  24. <CasinoDisbursementReport>
  25. <ReportHeader>
  26. <OrganizationReportReferenceIdentifier>C234-867</OrganizationReportReferenceIdentifier>
  27. <OrganizationNumber>0002141</OrganizationNumber>
  28. </ReportHeader>
  29. </CasinoDisbursementReport>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement