You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
nmWATI/Bin/XmlFiles/NmXmlDemo.xml

26 lines
1.7 KiB
XML

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<?xml version="1.0" encoding="UTF-8"?>
<!-- 编辑使用 XMLSpy v2006 U (http://www.altova.com) 由 any (any) -->
<!--*****************************************************************************-->
<!-- 本文档的目的是为数值试井部分提供一个xml解析的Demo -->
<!-- Author(s): wangzg -->
<!-- Created Date: 20240926 -->
<!-- Modified Date: 20240926 -->
<!--****************************************************************************-->
<!--****************************************************************************-->
<!-- Item 说明 -->
<!-- Name 英文标识 -->
<!-- Alias 别名,中文标识 -->
<!-- Tag 内部标识 -->
<!-- Paras 参数列表 -->
<!-- ResCodes 油藏类型编码 -->
<!-- Num 枚举类型与nmUseMode定义严格对应0枚举1 1枚举2 2其他 -->
<!-- sTips 函数接口说明信息 -->
<Root>
<Item Name="DemoNode1" Tag="tag1" Paras="K;S" Num="0" />
<Item Name="DemoNode2" Alias="节点2" Tag="tag2" Paras="K;S;rw" Num="1" />
<Item Name="DemoNode3" Alias="节点3" Tag="tag3" Paras="K;S;rw" Num="2" />
</Root>