You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
776 B

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="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>