ComponentCodeToInputType.xml 1.0 KB

123456789101112131415161718192021222324252627
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <ArrayOfComponentCodeToInputType xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  3. <ComponentCodeToInputType>
  4. <ComponentCode>A1</ComponentCode>
  5. <InputType>TextBox_Double_A1</InputType>
  6. </ComponentCodeToInputType>
  7. <ComponentCodeToInputType>
  8. <ComponentCode>A2</ComponentCode>
  9. <InputType>Textbox_DoubleUnit_A2</InputType>
  10. </ComponentCodeToInputType>
  11. <ComponentCodeToInputType>
  12. <ComponentCode>B1</ComponentCode>
  13. <InputType>TextBox_String_B1</InputType>
  14. </ComponentCodeToInputType>
  15. <ComponentCodeToInputType>
  16. <ComponentCode>C5</ComponentCode>
  17. <InputType>DataTime_Date_C5</InputType>
  18. </ComponentCodeToInputType>
  19. <ComponentCodeToInputType>
  20. <ComponentCode>D1</ComponentCode>
  21. <InputType>Enum_D1</InputType>
  22. </ComponentCodeToInputType>
  23. <ComponentCodeToInputType>
  24. <ComponentCode>D2</ComponentCode>
  25. <InputType>Enum_D1</InputType>
  26. </ComponentCodeToInputType>
  27. </ArrayOfComponentCodeToInputType>