apps/com.actionsoft.apps.coe.pal/method/control.risk/diagram.attribute.xml
2022-06-27 22:14:40 +08:00

71 lines
4.0 KiB
XML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?xml version="1.0" encoding="UTF-8"?>
<!--
特性设置非必须多个app提供该Method Attribute时追加定义作用范围该MethodId对象。
被ResourceScanner扫描器检查更新
-->
<attributes>
<!--
分组
name 组名称
parentName 上级组名称,若根此处可空
desc 简要说明
<group name="AWS" parentName="" desc="AWS BPMS名称"/>
<group name="Process" parentName="AWS" desc="Process名称"/>-->
<group name="baseAttribute" parentName="" desc="基本属性"/>
<group name="riskControl" parentName="" desc="风险控制"/>
<group name="data_form" 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="" ref="" readonly="false" groupPath="baseAttribute" scope="%,*" isValid="true"/>
<attribute key="desc" title="描述" type="textarea" value="" ref="" readonly="false" groupPath="baseAttribute" scope="%,*" isValid="true"/>
<attribute key="riskType" title="风险类别" type="select_m" value="" ref="经营决策风险,违反法律法规,财务报告失真,资产安全受到威胁,营私舞弊" readonly="false" groupPath="riskControl" scope="risk" isValid="true"/>
<attribute key="effect" title="风险影响" type="string" value="" ref="" readonly="false" groupPath="riskControl" scope="risk" isValid="true"/>
<attribute key="probability" title="风险概率" type="string" value="" ref="" readonly="false" groupPath="riskControl" scope="risk" isValid="true"/>
<attribute key="targetType" title="控制目标类型" type="select_m" value="" ref="C:完整性控制,A:准确性控制,V:有效性控制,R:接触性控制" readonly="false" groupPath="riskControl" scope="risk" isValid="true"/>
<attribute key="target" title="控制目标" type="textarea" value="" ref="" readonly="false" groupPath="riskControl" scope="risk" isValid="true"/>
<attribute key="measure" title="控制措施" type="textarea" value="" ref="" readonly="false" groupPath="riskControl" scope="control" isValid="true"/>
<attribute key="controlMode" title="控制方法" type="select" value="" ref="人工,自动" readonly="false" groupPath="riskControl" scope="control" isValid="true"/>
<attribute key="controlType" title="控制类型" type="select" value="" ref="预防性,发现性" readonly="false" groupPath="riskControl" scope="control" isValid="true"/>
<attribute key="frequency" title="控制频率" type="string" value="" ref="" readonly="false" groupPath="riskControl" scope="control" isValid="true"/>
<attribute key="controlEvidence" title="控制实施证据" type="relation" value="" ref="{method:'data',multiple:true,type:'shape'}" readonly="true" groupPath="data_form" scope="control" isValid="true"/>
<attribute key="identify" title="标识" type="string" value="" ref="" readonly="false" groupPath="baseAttribute" scope="*" isValid="true"/>
<attribute key="note" title="注释" type="string" value="" ref="" readonly="false" groupPath="baseAttribute" scope="%,*" isValid="true"/>
<attribute key="level" title="层次" type="string" value="" ref="" readonly="false" groupPath="baseAttribute" scope="%,*" isValid="true"/>
</attributes>