123456789101112131415161718192021222324252627 |
- <?xml version="1.0" encoding="utf-8"?>
- <ArrayOfComponentCodeToInputType xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
- <ComponentCodeToInputType>
- <ComponentCode>A1</ComponentCode>
- <InputType>TextBox_Double_A1</InputType>
- </ComponentCodeToInputType>
- <ComponentCodeToInputType>
- <ComponentCode>A2</ComponentCode>
- <InputType>Textbox_DoubleUnit_A2</InputType>
- </ComponentCodeToInputType>
- <ComponentCodeToInputType>
- <ComponentCode>B1</ComponentCode>
- <InputType>TextBox_String_B1</InputType>
- </ComponentCodeToInputType>
- <ComponentCodeToInputType>
- <ComponentCode>C5</ComponentCode>
- <InputType>DataTime_Date_C5</InputType>
- </ComponentCodeToInputType>
- <ComponentCodeToInputType>
- <ComponentCode>D1</ComponentCode>
- <InputType>Enum_D1</InputType>
- </ComponentCodeToInputType>
- <ComponentCodeToInputType>
- <ComponentCode>D2</ComponentCode>
- <InputType>Enum_D1</InputType>
- </ComponentCodeToInputType>
- </ArrayOfComponentCodeToInputType>
|