123456789101112131415161718192021222324 |
- <?xml version="1.0" encoding="utf-8" ?>
- <ArrayOfItem xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
- <Item>
- <No>LabTool-A</No>
- <Name>Initial</Name>
- </Item>
- <Item>
- <No>LabTool-B</No>
- <Name>Ace</Name>
- </Item>
- <Item>
- <No>002</No>
- <Name>Standard</Name>
- </Item>
- <Item>
- <No>003</No>
- <Name>Express</Name>
- </Item>
- <Item>
- <No>004</No>
- <Name>ExpressPlus</Name>
- </Item>
- </ArrayOfItem>
|