📄 exports_conf.dtd
字号:
<?xml version="1.0" encoding="ISO-8859-1"?>
<!-- exports service DTD -->
<!-- Top level element : Export parameters-->
<!ELEMENT exports (export+, profile*)>
<!-- Profile parameters
name : name of the profile as defined in the profiles_config.xml file.
export : defined the export
-->
<!ELEMENT profile (export+)>
<!ATTLIST profile
name CDATA #REQUIRED
>
<!-- Export parameters
name : name of the export, must be unique
separator : character to use as a separator
header : indicator of a headline addition ("true" / "false")
lineContent : deprecated
mode : mode of the attributes representation ("cell", "cols" or "lines") used by default
if no mode is defined on an attribute.
quotes : quoter
attribute : attribute of the entry to add to the export
text : add a constant text
-->
<!ELEMENT export (quotes?, (attribute|text)*)>
<!ATTLIST export
name CDATA #REQUIRED
separator CDATA #IMPLIED
header CDATA #IMPLIED
lineContent CDATA #IMPLIED
mode CDATA #IMPLIED
>
<!--
quotes which declares the indicator of the special character.
value : character to use as quoter
type : "always" to put always the quoter, or "special" to put the quoter
only if the attribute value contains a special character
char : special characters
-->
<!ELEMENT quotes (char*)>
<!ATTLIST quotes
value CDATA #REQUIRED
type CDATA #REQUIRED
>
<!--
char which declares the special character.
value : special character
-->
<!ELEMENT char EMPTY>
<!ATTLIST char
value CDATA #REQUIRED
>
<!--
attribute which declares the attribute to insert in the export.
name : name of the attribute (displayed in the headerline)
value : name of the attribute of the exported entry as declared in the resource in the
faare_mapping.xml file
type : "mono" for a single valued attribute, or "multi" for a multi-valued attribute
mode : mode of the attribute representation ("cell", "cols" or "lines"), this attribute
is only used if the type attribute equals "multi"
separator : character to use to separate the values of a multi-valued attribute, it is only
used if the mode attribute equals "cells"
-->
<!ELEMENT attribute EMPTY>
<!ATTLIST attribute
name CDATA #REQUIRED
value CDATA #REQUIRED
type CDATA #REQUIRED
mode CDATA #IMPLIED
separator CDATA #IMPLIED
>
<!--
text which declares a constant text to separate the attributes.
value : character
-->
<!ELEMENT text EMPTY>
<!ATTLIST text
value CDATA #REQUIRED
>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -