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="GBK"?>
<DataSets>
<!--
author : raywei
date : 2012-8-23
介绍 (注:以下每个属性都是必须配置):
1、type : 即在TC系统中创建数据集的类型名称,一定要是TC中已存在的类型,且必须名称一致,否则程序中断
2、refname : 即创建的数据集使用的命名引用类型
3、separator : 数据集名称的命名分隔符,具体分割内容如下
-->
<DataSet type="D5DWG" refname="D5dwg" separator="/">
1、seq : 此为命名数据集的顺序,值必须是从1开始,不断增加,步长为1,不可以中断,例:1、2、3,不可为:1、3
2、from : 即创建数据集名称的来源,此来源可以是图纸上标题栏上的任意属性名
<_1 seq="1" from="DFHM_BTL.图幅"/>
<_2 seq="2" from="DFHM_BTL.第几页"/>
</DataSet>
</DataSets>