55 lines
3.4 KiB
XML
55 lines
3.4 KiB
XML
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|||
|
|
|
|||
|
|
<!--
|
|||
|
|
特性设置(非必须),(多个app提供该Method Attribute时追加定义),作用范围:该MethodId对象。
|
|||
|
|
被ResourceScanner扫描器检查更新
|
|||
|
|
-->
|
|||
|
|
<attributes>
|
|||
|
|
<!--
|
|||
|
|
分组
|
|||
|
|
|
|||
|
|
name 组名称
|
|||
|
|
|
|||
|
|
parentName 上级组名称,若根此处可空
|
|||
|
|
|
|||
|
|
desc 简要说明
|
|||
|
|
|
|||
|
|
-->
|
|||
|
|
<group name="baseAttribute" parentName="" desc="基本属性"/>
|
|||
|
|
<group name="process" parentName="" desc="流程"/>
|
|||
|
|
<group name="organization" parentName="" desc="组织"/>
|
|||
|
|
<group name="org_performance" parentName="" desc="绩效"/>
|
|||
|
|
<group name="processExecution" parentName="" desc="流程执行"/>
|
|||
|
|
<group name="riskControl" parentName="" desc="风险控制"/>
|
|||
|
|
<group name="data_form" parentName="" desc="数据"/>
|
|||
|
|
<group name="itsystem_normal" parentName="" desc="应用系统"/>
|
|||
|
|
<group name="control" parentName="" desc="控制"/>
|
|||
|
|
<!--
|
|||
|
|
扩展特性(属性)
|
|||
|
|
|
|||
|
|
key 全局唯一标识名
|
|||
|
|
|
|||
|
|
title 属性标题
|
|||
|
|
|
|||
|
|
type 属性类型,支持string(普通字符串),number(数字),boolean(是非),list(多选值),link(链接),relation(关联关系),textarea(多行文本)
|
|||
|
|
|
|||
|
|
value 默认值//支持@公式
|
|||
|
|
|
|||
|
|
ref 当type=list时,参考值
|
|||
|
|
|
|||
|
|
readonly 是否只读
|
|||
|
|
|
|||
|
|
groupPath 特性绑定在哪个组别上
|
|||
|
|
|
|||
|
|
scope 应用范围(methodId、methodId.shapeId),多个用逗号隔开%代表文件属性 *代表对所有的图形有效,不是文件属性
|
|||
|
|
|
|||
|
|
|
|||
|
|
-->
|
|||
|
|
<attribute key="number" title="表单编号" type="string" value="" desc="表单编号" isRequired="false" ref="" readonly="false" groupPath="baseAttribute" scope="form_aris" isValid="true" requiredCheckType="WEAK_NON_MESSAGE" title-en="Form Number" title-big5="表單編號" desc-en="Form Number" desc-big5="表單編號"/>
|
|||
|
|
<attribute key="desc" title="表单描述" type="textarea" value="" desc="表单描述" isRequired="false" ref="" readonly="false" groupPath="baseAttribute" scope="form_aris" isValid="true" requiredCheckType="WEAK_NON_MESSAGE" title-en="Form Description" title-big5="表單描述" desc-en="Form Description" desc-big5="表單描述"/>
|
|||
|
|
<attribute key="department" title="责任部门" type="select" value="" desc="责任部门" isRequired="false" ref="无" readonly="false" groupPath="baseAttribute" scope="form_aris" isValid="true" requiredCheckType="WEAK_NON_MESSAGE" title-en="Responsible Department" title-big5="責任部門" desc-en="Responsible Department" desc-big5="責任部門"/>
|
|||
|
|
<attribute key="informationize" title="是否信息化" type="boolean" value="" desc="是否信息化" isRequired="false" ref="是,否" readonly="false" groupPath="baseAttribute" scope="form_aris" isValid="true" requiredCheckType="WEAK_NON_MESSAGE" title-en="Informationization" title-big5="是否信息化" desc-en="Is Informationized" desc-big5="是否信息化"/>
|
|||
|
|
<attribute key="title1" title="标题1" type="string" value="" desc="标题1" isRequired="false" ref="" readonly="false" groupPath="baseAttribute" scope="form_aris" isValid="true" requiredCheckType="WEAK_NON_MESSAGE" title-en="Title 1" title-big5="標題1" desc-en="Title 1" desc-big5="標題1"/>
|
|||
|
|
<attribute key="url1" title="链接1" type="link" value="" desc="链接1" isRequired="false" ref="" readonly="false" groupPath="baseAttribute" scope="form_aris" isValid="true" requiredCheckType="WEAK_NON_MESSAGE" title-en="Link 1" title-big5="鏈接1" desc-en="Link 1" desc-big5="鏈接1"/>
|
|||
|
|
</attributes>
|