WorkpieceMaintenanceModel.xml 645 B

12345678910111213141516171819202122
  1. <?xml version="1.0" encoding="utf-16"?>
  2. <ROOT xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  3. <AttributeMapAllDataNodes>
  4. <Workpiece>
  5. <Name>111</Name>
  6. <Type>a</Type>
  7. <NameA>a</NameA>
  8. <StandardValueA>333</StandardValueA>
  9. <ErrorA>111</ErrorA>
  10. </Workpiece>
  11. <Workpiece>
  12. <Name>222</Name>
  13. <Type>b</Type>
  14. <NameA>a</NameA>
  15. <StandardValueA>222</StandardValueA>
  16. <ErrorA>444</ErrorA>
  17. <NameB>b</NameB>
  18. <StandardValueB>333</StandardValueB>
  19. <ErrorB>555</ErrorB>
  20. </Workpiece>
  21. </AttributeMapAllDataNodes>
  22. </ROOT>