map.xml 489 B

123456789101112131415161718192021222324
  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <ArrayOfItem xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  3. <Item>
  4. <No>LabTool-A</No>
  5. <Name>Initial</Name>
  6. </Item>
  7. <Item>
  8. <No>LabTool-B</No>
  9. <Name>Ace</Name>
  10. </Item>
  11. <Item>
  12. <No>002</No>
  13. <Name>Standard</Name>
  14. </Item>
  15. <Item>
  16. <No>003</No>
  17. <Name>Express</Name>
  18. </Item>
  19. <Item>
  20. <No>004</No>
  21. <Name>ExpressPlus</Name>
  22. </Item>
  23. </ArrayOfItem>