12345678910111213141516171819202122 |
- <?xml version="1.0" encoding="utf-16"?>
- <ROOT xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
- <AttributeMapAllDataNodes>
- <Workpiece>
- <Name>111</Name>
- <Type>a</Type>
- <NameA>a</NameA>
- <StandardValueA>333</StandardValueA>
- <ErrorA>111</ErrorA>
- </Workpiece>
- <Workpiece>
- <Name>222</Name>
- <Type>b</Type>
- <NameA>a</NameA>
- <StandardValueA>222</StandardValueA>
- <ErrorA>444</ErrorA>
- <NameB>b</NameB>
- <StandardValueB>333</StandardValueB>
- <ErrorB>555</ErrorB>
- </Workpiece>
- </AttributeMapAllDataNodes>
- </ROOT>
|