配置自动加种次号所需的相关信息。
<?xml version="1.0" encoding="utf-8"?>
<root>
<nstable name="nstable">
<item prefix="marc" uri="http://dp2003.com/UNIMARC" />
</nstable>
<dbgroup name="中文书目" zhongcihaodb="种次号">
<database name="图书总库">
<accessnumber nstable="nstable" leftfrom="索书类号" rightxpath="//marc:record/marc:datafield[@tag='905']/marc:subfield[@code='e']/text()" titlexpath="//marc:record/marc:datafield[@tag='200']/marc:subfield[@code='a']/text()" authorxpath="//marc:record/marc:datafield[@tag='200']/marc:subfield[@code='f' or @code='g']/text()" />
</database>
<database name="编目库">
<accessnumber leftfrom="索书类号" rightxpath="//marc:record/marc:datafield[@tag='905']/marc:subfield[@code='e']/text()" titlexpath="//marc:record/marc:datafield[@tag='200']/marc:subfield[@code='a']/text()" authorxpath="//marc:record/marc:datafield[@tag='200']/marc:subfield[@code='f' or @code='g']/text()" />
</database>
</dbgroup>
</root>