apps/com.actionsoft.apps.coe.method.nqms/method/nqms.busiTargetStrategy/diagram.attribute.xml
2024-07-15 09:29:52 +08:00

246 lines
49 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="strategyLayer" parentName="" desc="战略层"/>
<group name="businessLayer" parentName="" desc="业务层"/>
<group name="processLayer" parentName="" desc="流程层"/>
<group name="applyLayer" parentName="" desc="应用层"/>
<group name="technologyLayer" parentName="" desc="技术层"/>
<group name="physicsLayer" parentName="" desc="物理层"/>
<group name="dataLayer" parentName="" desc="数据层"/>
<group name="improvemenContLayer" parentName="" desc="持续改进层"/>
<group name="stdSystemLayer" 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" title-en="Number" title-big5="編號"/>
<attribute key="desc" title="描述/说明" type="textarea" value="" ref="" readonly="false" groupPath="baseAttribute" scope="*" isValid="true" title-en="Description/Explanation" title-big5="描述/說明"/>
<!-- 流程层-->
<attribute key="input" title="输入" type="textarea" value="" ref="" readonly="false" groupPath="processLayer" scope="%,userTask,serviceTask,manualTask,receiveTask,sendTask,scriptTask,businessRuleTask" isValid="true" title-en="Input" title-big5="輸入"/>
<attribute key="out" title="输出" type="textarea" value="" ref="" readonly="false" groupPath="processLayer" scope="%,userTask,serviceTask,manualTask,receiveTask,sendTask,scriptTask,businessRuleTask" isValid="true" title-en="Output" title-big5="輸出"/>
<attribute key="bpm_department" title="责任部门" type="awsorg" value="" ref="{scope:['department'],multiple:false}" readonly="true" groupPath="processLayer" scope="%" isValid="true" title-en="Responsible Department" title-big5="責任部門"/>
<attribute key="bpm_person" title="责任人" type="awsorg" value="" ref="{scope:['user'],multiple:false}" readonly="true" groupPath="processLayer" scope="%" isValid="true" title-en="Responsible Person" title-big5="責任人"/>
<attribute key="department" title="责任部门" type="relation" value="" ref="{method:'org/org.normal',multiple:false,type:'shape'}" readonly="true" groupPath="processLayer" scope="%" isValid="true" title-en="Responsible Department" title-big5="責任部門"/>
<attribute key="person" title="责任人" type="relation" value="" ref="{method:'org/org.normal',multiple:false,type:'shape'}" readonly="true" groupPath="processLayer" scope="%" isValid="true" title-en="Responsible Person" title-big5="責任人"/>
<attribute key="securityclass" title="密级" type="select" value="" ref="绝密,机密,秘密,内部,外部公开" readonly="false" groupPath="processLayer" scope="%" isValid="true" title-en="Security Classification" title-big5="密級"/>
<attribute key="importancescore" title="重要度分数" type="string" value="" ref="" readonly="false" groupPath="processLayer" scope="%" isValid="true" title-en="Importance Score" title-big5="重要度分數"/>
<attribute key="importancelevel" title="重要度等级" type="string" value="" ref="" readonly="false" groupPath="processLayer" scope="%" isValid="true" title-en="Level of Importance" title-big5="重要度等級"/>
<attribute key="handle_time" title="处理时间" type="string" value="" ref="" readonly="false" groupPath="processLayer" scope="userTask,serviceTask,manualTask,receiveTask,sendTask,scriptTask,businessRuleTask,%" isValid="true" title-en="Processing Time" title-big5="處理時間"/>
<attribute key="wait_time" title="等待时间" type="string" value="" ref="" readonly="false" groupPath="processLayer" scope="userTask,serviceTask,manualTask,receiveTask,sendTask,scriptTask,businessRuleTask,%" isValid="true" title-en="Wait Time" title-big5="等待時間"/>
<attribute key="frequency" title="执行频率" type="string" value="" ref="" readonly="false" groupPath="processLayer" scope="userTask,serviceTask,manualTask,receiveTask,sendTask,scriptTask,businessRuleTask,%" isValid="true" title-en="Execution Frequency" title-big5="執行頻率"/>
<attribute key="performance" title="流程绩效" type="string" value="" ref="" readonly="false" groupPath="processLayer" scope="userTask,serviceTask,manualTask,receiveTask,sendTask,scriptTask,businessRuleTask,%" isValid="true" title-en="Process Performance" title-big5="流程績效"/>
<attribute key="information_system" title="信息系统" type="string" value="" ref="" readonly="false" groupPath="processLayer" scope="userTask,serviceTask,manualTask,receiveTask,sendTask,scriptTask,businessRuleTask" isValid="true" title-en="Information System" title-big5="信息系統"/>
<attribute key="note" title="注释" type="string" value="" ref="" readonly="false" groupPath="processLayer" scope="%,*" isValid="true" title-en="Comment" title-big5="註釋"/>
<attribute key="level" title="层次" type="string" value="" ref="" readonly="false" groupPath="processLayer" scope="*" isValid="true" title-en="Hierarchy" title-big5="層次"/>
<attribute key="duty_r" title="责任者(R)" type="relation" value="" ref="{method:'org',multiple:true,type:'shape'}" readonly="true" groupPath="processLayer" scope="userTask,serviceTask,manualTask,receiveTask,sendTask,scriptTask,businessRuleTask,verticalLane,horizontalLane" isValid="true" title-en="Responsible (R)" title-big5="責任者(R)"/>
<attribute key="approval_a" title="审批者(A)" type="relation" value="" ref="{method:'org',multiple:true,type:'shape'}" readonly="true" groupPath="processLayer" scope="userTask,serviceTask,manualTask,receiveTask,sendTask,scriptTask,businessRuleTask,verticalLane,horizontalLane" isValid="true" title-en="Approver (A)" title-big5="審批者(A)"/>
<attribute key="counselor_c" title="咨询者(C)" type="relation" value="" ref="{method:'org',multiple:true,type:'shape'}" readonly="true" groupPath="processLayer" scope="userTask,serviceTask,manualTask,receiveTask,sendTask,scriptTask,businessRuleTask,verticalLane,horizontalLane" isValid="true" title-en="Consultant (C)" title-big5="諮詢者(C)"/>
<attribute key="notify_i" title="知会者(I)" type="relation" value="" ref="{method:'org',multiple:true,type:'shape'}" readonly="true" groupPath="processLayer" scope="userTask,serviceTask,manualTask,receiveTask,sendTask,scriptTask,businessRuleTask,verticalLane,horizontalLane" isValid="true" title-en="notify (I)" title-big5="知會者(I)"/>
<attribute key="notify_Owner" title="所有者(Owner)" type="relation" value="" ref="{method:'org',multiple:true,type:'shape'}" readonly="true" groupPath="processLayer" scope="userTask,serviceTask,manualTask,receiveTask,sendTask,scriptTask,businessRuleTask,verticalLane,horizontalLane" isValid="true" title-en="Owner" title-big5="所有者"/>
<attribute key="bpm_duty_r" title="责任者(R)" type="awsorg" value="" ref="{'scope':['department','position','role','user'],'multiple':true}" readonly="true" groupPath="processLayer" scope="userTask,serviceTask,manualTask,receiveTask,sendTask,scriptTask,businessRuleTask,verticalLane,horizontalLane" isValid="true" title-en="Responsible (R)" title-big5="責任者(R)"/>
<attribute key="bpm_approval_a" title="审批者(A)" type="awsorg" value="" ref="{'scope':['department','position','role','user'],'multiple':true}" readonly="true" groupPath="processLayer" scope="userTask,serviceTask,manualTask,receiveTask,sendTask,scriptTask,businessRuleTask,verticalLane,horizontalLane" isValid="true" title-en="Approver (A)" title-big5="審批者(A)"/>
<attribute key="bpm_counselor_c" title="咨询者(C)" type="awsorg" value="" ref="{'scope':['department','position','role','user'],'multiple':true}" readonly="true" groupPath="processLayer" scope="userTask,serviceTask,manualTask,receiveTask,sendTask,scriptTask,businessRuleTask,verticalLane,horizontalLane" isValid="true" title-en="Consultant (C)" title-big5="諮詢者(C)"/>
<attribute key="bpm_notify_i" title="知会者(I)" type="awsorg" value="" ref="{'scope':['department','position','role','user'],'multiple':true}" readonly="true" groupPath="processLayer" scope="userTask,serviceTask,manualTask,receiveTask,sendTask,scriptTask,businessRuleTask,verticalLane,horizontalLane" isValid="true" title-en="notify (I)" title-big5="知會者(I)"/>
<attribute key="bpm_notify_Owner" title="所有者(Owner)" type="awsorg" value="" ref="{'scope':['department','position','role','user'],'multiple':true}" readonly="true" groupPath="processLayer" scope="userTask,serviceTask,manualTask,receiveTask,sendTask,scriptTask,businessRuleTask,verticalLane,horizontalLane" isValid="true" title-en="Owner" title-big5="所有者"/>
<attribute key="business" title="关键业务逻辑规则" type="textarea" value="" ref="" readonly="false" groupPath="processLayer" scope="userTask,serviceTask,manualTask,receiveTask,sendTask,scriptTask,businessRuleTask,%" isValid="true" title-en="Key Business Logic Rule" title-big5="關鍵業務邏輯規則"/>
<attribute key="form" title="表单" type="relation" value="" ref="{method:'data',multiple:true,type:'shape'}" readonly="true" groupPath="processLayer" scope="userTask,serviceTask,manualTask,receiveTask,sendTask,scriptTask,businessRuleTask" isValid="true" title-en="Form" title-big5="表單"/>
<attribute key="itsystem" title="IT系统" type="relation" value="" ref="{method:'itsystem',multiple:true,type:'shape'}" readonly="true" groupPath="processLayer" scope="userTask,serviceTask,manualTask,receiveTask,sendTask,scriptTask,businessRuleTask,%" isValid="true" title-en="IT System" title-big5="IT系統"/>
<attribute key="danger" title="风险" type="relation" value="" ref="{method:'control',multiple:true,type:'shape'}" readonly="true" groupPath="processLayer" scope="userTask,serviceTask,manualTask,receiveTask,sendTask,scriptTask,businessRuleTask" isValid="true" title-en="Risk" title-big5="風險"/>
<attribute key="regulate" title="控制" type="relation" value="" ref="{method:'control',multiple:true,type:'shape'}" readonly="true" groupPath="processLayer" scope="userTask,serviceTask,manualTask,receiveTask,sendTask,scriptTask,businessRuleTask" isValid="true" title-en="Control" title-big5="控制"/>
<attribute key="institution" title="制度" type="relation" value="" ref="{method:'control',multiple:true,type:'shape'}" readonly="true" groupPath="processLayer" scope="userTask,serviceTask,manualTask,receiveTask,sendTask,scriptTask,businessRuleTask" isValid="true" title-en="Regulation" title-big5="制度"/>
<attribute key="kpi" title="指标" type="relation" value="" ref="{method:'control',multiple:true,type:'shape'}" readonly="true" groupPath="processLayer" scope="userTask,serviceTask,manualTask,receiveTask,sendTask,scriptTask,businessRuleTask" isValid="true" title-en="Indicator" title-big5="指標"/>
<attribute key="executive_arm" title="执行部门" type="relation" value="" ref="{method:'org',multiple:true,type:'shape'}" readonly="true" groupPath="processLayer" scope="%" isValid="true" title-en="Executing Department" title-big5="執行部門"/>
<attribute key="responsibility" title="主要人员职责描述" type="textarea" value="" ref="" readonly="false" groupPath="processLayer" scope="userTask,serviceTask,manualTask,receiveTask,sendTask,scriptTask,businessRuleTask,%" isValid="true" title-en="Responsibility Description" title-big5="主要人員職責描述"/>
<attribute key="nqmsType" title="类型" type="select" value="" ref="内部,外部" readonly="false" groupPath="strategyLayer" scope="stakeholder,driver" isValid="true" title-en="Type" title-big5="類型"/>
<attribute key="nqmsConfirmDate" title="确定日期" type="string" value="" ref="" readonly="false" groupPath="strategyLayer" scope="goal" isValid="true" title-en="Determination Date" title-big5="確定日期"/>
<attribute key="nqmsTargetType" title="目标类别" type="select" value="" ref="战略目标,质量目标" readonly="false" groupPath="strategyLayer" scope="goal" isValid="true" title-en="Objective Category" title-big5="目標類別"/>
<attribute key="nqmsIsHave" title="是否具备" type="boolean" value="" ref="是,否" readonly="false" groupPath="strategyLayer" scope="capability" isValid="true" title-en="Availability" title-big5="是否具備"/>
<attribute key="nqmsThreshold" title="阀值" type="string" value="" ref="" readonly="false" groupPath="strategyLayer" scope="assessment" isValid="true" title-en="Threshold" title-big5="閥值"/>
<attribute key="nqmsMeasureMthod" title="测度算法" type="string" value="" ref="" readonly="false" groupPath="strategyLayer" scope="assessment" isValid="true" title-en="Measurement Algorithm" title-big5="測度算法"/>
<attribute key="nqmsRiskType" title="风险类型" type="select" value="" ref="战略风险,市场风险,财务风险,法律 风险,运营风险" readonly="false" groupPath="strategyLayer" scope="risk" isValid="true" title-en="Risk Type" title-big5="風險類型"/>
<attribute key="nqmsResDepartment" title="责任部门" type="select_m" value="" ref="供应保障部,综合管理部,财务管理部,党建文宣部,纪检审计部,规划发展部" readonly="false" groupPath="baseAttribute" scope="*" isValid="true" title-en="Responsible Department" title-big5="責任部門"/>
<attribute key="nqmsResponsiblePost" title="主责岗位/人" type="string" value="" ref="" readonly="false" groupPath="baseAttribute" scope="*" isValid="true" title-en="responsible post" title-big5="主責崗位/人"/>
<attribute key="nqmsPossibility" title="可能性" type="select" value="" ref="低,中,高" readonly="false" groupPath="strategyLayer" scope="risk" isValid="true" title-en="Probability" title-big5="可能性"/>
<attribute key="nqmsInfluenceDegree" title="影响程度" type="select" value="" ref="低,中,高" readonly="false" groupPath="strategyLayer" scope="risk" isValid="true" title-en="Impact Level" title-big5="影響程度"/>
<attribute key="nqmsBusinessDomain" title="承接业务域" type="string" value="" ref="" readonly="false" groupPath="strategyLayer" scope="risk" isValid="true" title-en="Undertaking Business Domain" title-big5="承接業務域"/>
<attribute key="nqmsReleaseDate" title="发布日期" type="string" value="" ref="" readonly="false" groupPath="baseAttribute" scope="*" isValid="true" title-en="Publish Date" title-big5="發布日期"/>
<attribute key="nqmsEffectiveDate" title="生效日期" type="string" value="" ref="" readonly="false" groupPath="baseAttribute" scope="*" isValid="true" title-en="Effective Date" title-big5="生效日期"/>
<attribute key="nqmsResourceCategory" title="资源类别" type="string" value="" ref="" readonly="false" groupPath="strategyLayer" scope="resource" isValid="true" title-en="Resource Category" title-big5="資源類別"/>
<attribute key="nqmsInformatization" title="是否信息化" type="boolean" value="" ref="是,否" readonly="false" groupPath="businessLayer" scope="businessObj" isValid="true" title-en="Informationization" title-big5="是否信息化"/>
<attribute key="nqmsTitle1" title="标题 1" type="string" value="" ref="" readonly="false" groupPath="baseAttribute" scope="*" isValid="true" title-en="Title 1" title-big5="標題1"/>
<attribute key="nqmsDepartmentNum" title="部门编号" type="string" value="" ref="" readonly="false" groupPath="businessLayer" scope="organizationalUnit" isValid="true" title-en="Department Code" title-big5="部門編號"/>
<attribute key="nqmsDepartmentHead" title="部门负责人" type="string" value="" ref="" readonly="false" groupPath="businessLayer" scope="organizationalUnit" isValid="true" title-en="Department Head" title-big5="部門負責人"/>
<attribute key="nqmsSprDepartment" title="上级部门" type="string" value="" ref="" readonly="false" groupPath="businessLayer" scope="organizationalUnit" isValid="true" title-en="Superior Department" title-big5="上級部門"/>
<attribute key="nqmsCompetentLeader" title="主管领导" type="string" value="" ref="" readonly="false" groupPath="businessLayer" scope="organizationalUnit" isValid="true" title-en="Leader" title-big5="主管領導"/>
<attribute key="nqmsDepartmentType" title="部门类型" type="select" value="" ref="职能行政,生产单元" readonly="false" groupPath="businessLayer" scope="organizationalUnit" isValid="true" title-en="Department Type" title-big5="部門類型"/>
<attribute key="nqmsMission" title="使命" type="string" value="" ref="" readonly="false" groupPath="businessLayer" scope="organizationalUnit" isValid="true" title-en="Mission" title-big5="使命"/>
<attribute key="nqmsValues" title="价值观" type="string" value="" ref="" readonly="false" groupPath="businessLayer" scope="organizationalUnit" isValid="true" title-en="Values" title-big5="價值觀"/>
<attribute key="nqmsCulture" title="文化" type="string" value="" ref="" readonly="false" groupPath="businessLayer" scope="organizationalUnit" isValid="true" title-en="Culture" title-big5="文化"/>
<attribute key="nqmsRoleNum" title="角色编号" type="string" value="" ref="" readonly="false" groupPath="businessLayer" scope="businessRole" isValid="true" title-en="Role Number" title-big5="角色編號"/>
<attribute key="nqmsRoleDesc" title="角色描述" type="string" value="" ref="" readonly="false" groupPath="businessLayer" scope="businessRole" isValid="true" title-en="Role Description" title-big5="角色描述"/>
<attribute key="nqmsPostNum" title="岗位编号" type="string" value="" ref="" readonly="false" groupPath="businessLayer" scope="position" isValid="true" title-en="Position Code" title-big5="岗位編號"/>
<attribute key="nqmsJobDesc" title="岗位描述" type="string" value="" ref="" readonly="false" groupPath="businessLayer" scope="position" isValid="true" title-en="Job Description" title-big5="岗位描述"/>
<attribute key="nqmsWorkTarget" title="工作目标" type="string" value="" ref="" readonly="false" groupPath="businessLayer" scope="organizationalUnit,position" isValid="true" title-en="Work Objective" title-big5="工作目標"/>
<attribute key="nqmsFunctionDesc" title="职能说明" type="string" value="" ref="" readonly="false" groupPath="businessLayer" scope="organizationalUnit,position" isValid="true" title-en="Functional Description" title-big5="職能說明"/>
<attribute key="nqmsQualifications" title="任职资格" type="string" value="" ref="" readonly="false" groupPath="businessLayer" scope="position" isValid="true" title-en="Qualification" title-big5="任職資格"/>
<attribute key="nqmsPostType" title="岗位类型" type="string" value="" ref="" readonly="false" groupPath="businessLayer" scope="position" isValid="true" title-en="Position Type" title-big5="岗位類型"/>
<attribute key="nqmsPostEstablishment" title="岗位编制" type="string" value="" ref="" readonly="false" groupPath="businessLayer" scope="position" isValid="true" title-en="Position Establishment" title-big5="岗位编制"/>
<attribute key="nqmsDutyNum" title="职责编号" type="string" value="" ref="" readonly="false" groupPath="businessLayer" scope="responsibility" isValid="true" title-en="Responsibility Number" title-big5="職責編號"/>
<attribute key="nqmsDutyType" title="职责类型" type="string" value="" ref="" readonly="false" groupPath="businessLayer" scope="responsibility" isValid="true" title-en="Duty Type" title-big5="職責類型"/>
<attribute key="nqmsResbDesc" title="职责说明" type="string" value="" ref="" readonly="false" groupPath="businessLayer" scope="responsibility" isValid="true" title-en="Responsibility Description" title-big5="職責說明"/>
<attribute key="nqmsDeploymentLevel" title="部署级别" type="select" value="" ref="统一部署,各单位部署" readonly="false" groupPath="applyLayer" scope="applicationRegion,application,applicationComponent,applicationService,applicationInerface" isValid="true" title-en="Deployment Level" title-big5="部署級別"/>
<attribute key="nqmsLevel" title="连续统一体级别" type="string" value="基础|公用,行业特定,组织特定" ref="" readonly="false" groupPath="applyLayer" scope="applicationRegion,application,applicationComponent,applicationService,applicationInerface" isValid="true" title-en="Continuous Unified Level" title-big5="連續統一體級別"/>
<attribute key="nqmsApplicationLevel" title="应用类别" type="select" value="" ref="统一IT架构规定,组织自主新增,其他上级文件确定" readonly="false" groupPath="applyLayer" scope="application" isValid="true" title-en="Application Category" title-big5="應用類別"/>
<attribute key="nqmsRequirementCategory" title="选型要求类别" type="select" value="" ref="有统一选型要求,无统一选型要求,未涉及" readonly="false" groupPath="baseAttribute" scope="application,commNetwork,systemSoftware" isValid="true" title-en="Selection Requirement Category" title-big5="選型要求類別"/>
<attribute key="nqmsDeploymentCategory" title="部署类别" type="select" value="" ref="单机,集中式,分布式" readonly="false" groupPath="applyLayer" scope="application" isValid="true" title-en="Deployment Category" title-big5="部署類別"/>
<attribute key="nqmsImpUnitRequire" title="实施单位要求" type="select" value="" ref="有资质要求,无资质要求" readonly="false" groupPath="baseAttribute" scope="application,systemSoftware,commNetwork" isValid="true" title-en="Unit Requirements" title-big5="實施單位要求"/>
<attribute key="nqmsTimeInterval" title="时间间隔" type="string" value="" ref="" readonly="false" groupPath="applyLayer" scope="applicationService" isValid="true" title-en="Time Interval" title-big5="時間間隔"/>
<attribute key="nqmsSingleStep" title="是否单步执行" type="select" value="" ref="自动执行,单步执行" readonly="false" groupPath="applyLayer" scope="applicationService" isValid="true" title-en="Step Execute" title-big5="是否單步執行"/>
<attribute key="nqmsServiceType" title="服务技术类型" type="select" value="" ref="Web,APP,Server" readonly="false" groupPath="applyLayer" scope="applicationService" isValid="true" title-en="Service Tech Type" title-big5="服務技術類型"/>
<attribute key="nqmsMaintenanceDeadline" title="维保截止日期" type="string" value="" ref="" readonly="false" groupPath="technologyLayer" scope="device,systemSoftware,path,commNetwork" isValid="true" title-en="Maintenance Deadline" title-big5="維保截止日期"/>
<attribute key="nqmsDeploymentType" title="部署类型" type="select" value="" ref="单机,集中式,分布式" readonly="false" groupPath="technologyLayer" scope="device,systemSoftware" isValid="true" title-en="Deployment Type" title-big5="部署類型"/>
<attribute key="nqmsDeviceType" title="设备类型" type="string" value="" ref="" readonly="false" groupPath="technologyLayer" scope="device" isValid="true" title-en="Equipment Type" title-big5="設備類型"/>
<attribute key="nqmsSelfControl" title="是否自主可控" type="boolean" value="" ref="是,否" readonly="false" groupPath="technologyLayer" scope="device,commNetwork" isValid="true" title-en="Autonomy and Control" title-big5="是否自主可控"/>
<attribute key="nqmsAuthorizationWay" title="授权方式" type="select" value="" ref="单机版,网络版,个人版,企业版,开放授权" readonly="false" groupPath="technologyLayer" scope="device,systemSoftware" isValid="true" title-en="Authorization Method" title-big5="授權方式"/>
<attribute key="nqmsEquipmentSource" title="设备来源" type="select" value="" ref="厂商直购,中间商购买,开放使用,特殊渠道,其他渠道" readonly="false" groupPath="technologyLayer" scope="device" isValid="true" title-en="Equipment Source" title-big5="設備來源"/>
<attribute key="nqmsDomestic" title="是否国产软件" type="boolean" value="" ref="是,否" readonly="false" groupPath="technologyLayer" scope="systemSoftware" isValid="true" title-en="Domestic Software" title-big5="是否國產軟件"/>
<attribute key="nqmsSoftwareSource" title="软件来源" type="select" value="" ref="厂商直购,中间商购买,开放使用,特殊渠道,其他渠道" readonly="false" groupPath="technologyLayer" scope="systemSoftware" isValid="true" title-en="Software Source" title-big5="軟件來源"/>
<attribute key="nqmsInterfaceType" title="接口类型" type="string" value="" ref="" readonly="false" groupPath="technologyLayer" scope="techInerface" isValid="true" title-en="Interface Type" title-big5="接口類型"/>
<attribute key="nqmsServiceKind" title="服务类型" type="string" value="" ref="" readonly="false" groupPath="technologyLayer" scope="techService" isValid="true" title-en="Service Type" title-big5="服務類型"/>
<attribute key="nqmsNetworkClass" title="网络分类" type="select" value="" ref="局域网,城域网,广域网" readonly="false" groupPath="technologyLayer" scope="commNetwork" isValid="true" title-en="Network Classification" title-big5="網絡分類"/>
<attribute key="nqmsEquipTechnology" title="装备技术特 点分类" type="select" value="" ref="通用装备,专用装备,非标准化装备" readonly="false" groupPath="physicsLayer" scope="equipment" isValid="true" title-en="Equipment Tech Classification" title-big5="裝備技術特點分類"/>
<attribute key="nqmsMaterialCode" title="物料代码(编码)" type="boolean" value="" ref="是,否" readonly="false" groupPath="physicsLayer" scope="Material" isValid="true" title-en="Material Code (Encoding)" title-big5="物料代碼(編碼)"/>
<attribute key="nqmsSpecifications" title="规格型号" type="boolean" value="" ref="是,否" readonly="false" groupPath="physicsLayer" scope="Material" isValid="true" title-en="Specifications" title-big5="規格型號"/>
<attribute key="nqmsAlyAttrCategory" title="辅助属性类别" type="boolean" value="" ref="是,否" readonly="false" groupPath="physicsLayer" scope="Material" isValid="true" title-en="Auxiliary Attribute Category" title-big5="輔助屬性類別"/>
<attribute key="nqmsPlanning" title="是否规划类" type="boolean" value="" ref="是,否" readonly="false" groupPath="physicsLayer" scope="Material" isValid="true" title-en="Planning Type?" title-big5="是否規劃類"/>
<attribute key="nqmsSelfMaterial" title="是否自制物料" type="boolean" value="" ref="是,否" readonly="false" groupPath="physicsLayer" scope="Material" isValid="true" title-en="In-house Production" title-big5="是否自制物料"/>
<attribute key="nqmsVirtualPart" title="是否虚拟件" type="boolean" value="" ref="是,否" readonly="false" groupPath="physicsLayer" scope="Material" isValid="true" title-en="Virtual Component" title-big5="是否虛擬件"/>
<attribute key="nqmsOutsProcessing" title="是否委外加工" type="boolean" value="" ref="是,否" readonly="false" groupPath="physicsLayer" scope="Material" isValid="true" title-en="Outsourcing" title-big5="是否委外加工"/>
<attribute key="nqmsOutsourcing" title="是否外购" type="boolean" value="" ref="是,否" readonly="false" groupPath="physicsLayer" scope="Material" isValid="true" title-en="Outsourcing" title-big5="是否外購"/>
<attribute key="nqmsDeploy" title="是否配置类" type="boolean" value="" ref="是,否" readonly="false" groupPath="physicsLayer" scope="Material" isValid="true" title-en="Configuration Status" title-big5="是否配置類"/>
<attribute key="nqmsMeasuringUnit" title="计量单位" type="string" value="" ref="" readonly="false" groupPath="physicsLayer" scope="Material" isValid="true" title-en="Unit of Measurement" title-big5="計量單位"/>
<attribute key="nqmsSource" title="来源" type="select" value="" ref="厂商直购,中间商购买,开放使用,特殊渠道,其他渠道,自产" readonly="false" groupPath="physicsLayer" scope="Material" isValid="true" title-en="Source" title-big5="來源"/>
<attribute key="nqmsNetworkCls" title="物流网络分类" type="select" value="" ref="陆路,海陆,空运,铁路,管输,零担, 特殊渠道" readonly="false" groupPath="physicsLayer" scope="distributionNetwork" isValid="true" title-en="Logistics Network Classification" title-big5="物流網絡分類"/>
<attribute key="nqmsInfrastructure" title="是否关键基础设施" type="boolean" value="" ref="是,否" readonly="false" groupPath="physicsLayer" scope="facility" isValid="true" title-en="Critical Infrastructure" title-big5="是否關鍵基礎設施"/>
<attribute key="nqmsInAndOutType" title="内外部分类" type="select" value="" ref="内部数据,外部数据" readonly="false" groupPath="dataLayer" scope="conceptDataObj,logicDataObj,physicsDataObj" isValid="true" title-en="Internal/External Classification" title-big5="內外部分類"/>
<attribute key="nqmsProduceWay" title="产生途径" type="select" value="" ref="手工编制数据,系统数据,设备数据" readonly="false" groupPath="dataLayer" scope="conceptDataObj,logicDataObj,physicsDataObj" isValid="true" title-en="Generation Approach" title-big5="產生途徑"/>
<attribute key="nqmsDataCls" title="数据分类" type="select" value="" ref="业务数据,主题分析数据,主数据" readonly="false" groupPath="dataLayer" scope="conceptDataObj,logicDataObj,physicsDataObj" isValid="true" title-en="Data Classification" title-big5="數據分類"/>
<attribute key="nqmsStructuredDegree" title="结构化程度" type="string" value="结构化数据,非结构化数据,半结构化数据" ref="" readonly="false" groupPath="dataLayer" scope="conceptDataObj,logicDataObj,physicsDataObj" isValid="true" title-en="Degree of Structuring" title-big5="結構化程度"/>
<attribute key="nqmsBusinessCls" title="业务分类" type="string" value="" ref="" readonly="false" groupPath="dataLayer" scope="conceptDataObj,logicDataObj,physicsDataObj" isValid="true" title-en="Business Classification" title-big5="業務分類"/>
<attribute key="nqmsDataForm" title="数据形态" type="select" value="" ref="表单或文档,数字模型多媒体文件, 其他数字文件格式" readonly="false" groupPath="dataLayer" scope="conceptDataObj,logicDataObj,physicsDataObj" isValid="true" title-en="Data Form" title-big5="數據形態"/>
<attribute key="nqmsStorageMedium" title="存储介质" type="select" value="" ref="纸质,光盘,磁盘,带库" readonly="false" groupPath="dataLayer" scope="conceptDataObj,logicDataObj,physicsDataObj" isValid="true" title-en="Storage Medium" title-big5="存儲介質"/>
<attribute key="nqmsDataStorageLev" title="数据存储量级" type="select" value="" ref="K,M,G,T" readonly="false" groupPath="dataLayer" scope="conceptDataObj,logicDataObj,physicsDataObj" isValid="true" title-en="Data Storage Scale" title-big5="數據存儲量級"/>
<attribute key="nqmsDataStorageInc" title="数据存储增量" type="string" value="" ref="" readonly="false" groupPath="dataLayer" scope="conceptDataObj,logicDataObj,physicsDataObj" isValid="true" title-en="Data Storage Increment" title-big5="數據存儲增量"/>
<attribute key="nqmsDataRecordLev" title="数据记录量级" type="select" value="" ref="千条及以下,万条,十万条,百万条, 百万条以上" readonly="false" groupPath="dataLayer" scope="*" isValid="true" title-en="Data Record Magnitude" title-big5="數據記錄量級"/>
<attribute key="nqmsDataRecordInc" title="数据记录增量" type="string" value="" ref="" readonly="false" groupPath="dataLayer" scope="conceptDataObj,logicDataObj,physicsDataObj" isValid="true" title-en="Data Record Increment" title-big5="數據記錄增量"/>
<attribute key="nqmsDataReadFreq" title="数据读取频次" type="string" value="" ref="" readonly="false" groupPath="dataLayer" scope="conceptDataObj,logicDataObj,physicsDataObj" isValid="true" title-en="Data Read Frequency" title-big5="數據讀取頻次"/>
<attribute key="nqmsDataFormatType" title="数据格式类型" type="select" value="" ref="字符,数字, 日期,大格式数据" readonly="false" groupPath="dataLayer" scope="conceptDataElement,logicDataElement,physicsDataElement" isValid="true" title-en="Data Format Type" title-big5="數據格式類型"/>
<attribute key="nqmsIsRequired" title="是否必填项" type="select" value="" ref="必填,非必填" readonly="false" groupPath="dataLayer" scope="conceptDataElement,logicDataElement,physicsDataElement" isValid="true" title-en="Mandatory Field" title-big5="是否必填項"/>
<attribute key="nqmsDefaultValue" title="默认值项" type="string" value="" ref="" readonly="false" groupPath="dataLayer" scope="conceptDataElement,logicDataElement,physicsDataElement" isValid="true" title-en="Default Value Item" title-big5="默認值項"/>
<attribute key="nqmsWriteMed" title="填写方式" type="select" value="" ref="手工填写,下拉选择,勾选框,多选框 , 自动计算" readonly="false" groupPath="dataLayer" scope="conceptDataElement,logicDataElement,physicsDataElement" isValid="true" title-en="Method of Completion" title-big5="填寫方式"/>
<attribute key="nqmsValRangeDesc" title="值域范围描述" type="string" value="" ref="" readonly="false" groupPath="dataLayer" scope="conceptDataElement,logicDataElement,physicsDataElement" isValid="true" title-en="Value Range Description" title-big5="值域範圍描述"/>
<attribute key="nqmsCheckRuls" title="校验规则" type="string" value="" ref="" readonly="false" groupPath="dataLayer" scope="conceptDataElement,logicDataElement,physicsDataElement" isValid="true" title-en="Validation Rules" title-big5="校驗規則"/>
<attribute key="nqmsSoftwareUnique" title="是否软件产品特有" type="boolean" value="" ref="是,否" readonly="false" groupPath="dataLayer" scope="conceptDataElement,logicDataElement,physicsDataElement" isValid="true" title-en="Software Specificity" title-big5="是否軟件產品特有"/>
<attribute key="nqmsSysNum" title="制度编号" type="string" value="" ref="" readonly="false" groupPath="dataLayer" scope="institutantStd" isValid="true" title-en="Regulation Number" title-big5="制度編號"/>
<attribute key="nqmsStatus" title="状态" type="select" value="" ref="生效,废止" readonly="false" groupPath="baseAttribute" scope="institutantStd,complianceDocGE" isValid="true" title-en="Status" title-big5="狀態"/>
<attribute key="nqmsClauseNum" title="条款编号" type="string" value="" ref="" readonly="false" groupPath="dataLayer" scope="complianceTerm" isValid="true" title-en="Clause Number" title-big5="條款編號"/>
<attribute key="nqmsClauseContent" title="条款内容" type="string" value="" ref="" readonly="false" groupPath="dataLayer" scope="complianceTerm" isValid="true" title-en="Clause Content" title-big5="條款內容"/>
<attribute key="nqmsRequirementDegree" title="要求程度" type="select" value="" ref="应(要求) ,宜(建议) ,可(允 许) ,能(可能/能够)" readonly="false" groupPath="dataLayer" scope="complianceTerm" isValid="true" title-en="Degree of Requirement" title-big5="要求程度"/>
<attribute key="nqmsApplicable" title="适用情况" type="select" value="" ref="适用,不适用" readonly="false" groupPath="dataLayer" scope="complianceTerm" isValid="true" title-en="Applicability" title-big5="適用情況"/>
<attribute key="nqmsMaterialDate" title="实施日期" type="string" value="" ref="" readonly="false" groupPath="dataLayer" scope="complianceDocGE" isValid="true" title-en="Implementation Date" title-big5="實施日期"/>
<attribute key="nqmsReviewCycle" title="审查周期" type="string" value="" ref="" readonly="false" groupPath="dataLayer" scope="complianceDocGE" isValid="true" title-en="Review Cycle" title-big5="審查週期"/>
<attribute key="nqmsReleaseMechanism" title="发布机构" type="string" value="" ref="" readonly="false" groupPath="dataLayer" scope="complianceDocGE" isValid="true" title-en="Publishing Institution" title-big5="發布機構"/>
<attribute key="nqmsGbType" title="贯标类型" type="select" value="" ref="强制落标,内部落标,参考执行" readonly="false" groupPath="dataLayer" scope="complianceDocGE" isValid="true" title-en="Standardization Type" title-big5="貫標類型"/>
<attribute key="nqmsComplianceType" title="合规类型" type="select" value="" ref="法律法规,行业标准,上级要求" readonly="false" groupPath="dataLayer" scope="complianceDocGE" isValid="true" title-en="Compliance Type" title-big5="合規類型"/>
<attribute key="nqmsSubstitutedType" title="被替代号" type="string" value="" ref="" readonly="false" groupPath="dataLayer" scope="complianceDocGE" isValid="true" title-en="Replacement Code" title-big5="被替代號"/>
<attribute key="nqmsStandardCarrier" title="标准载体" type="select" value="" ref="纸质版,电子版" readonly="false" groupPath="dataLayer" scope="complianceDocGE" isValid="true" title-en="Standard Carrier" title-big5="標準載體"/>
<attribute key="nqmsApprovalUnit" title="批准单位" type="string" value="" ref="" readonly="false" groupPath="dataLayer" scope="complianceDocGE" isValid="true" title-en="Approving Unit" title-big5="批准單位"/>
<attribute key="nqmsOrganizer" title="主办单位" type="string" value="" ref="" readonly="false" groupPath="dataLayer" scope="complianceDocGE" isValid="true" title-en="Hosting Unit" title-big5="主辦單位"/>
<attribute key="nqmsNationalNum" title="国军标分类号" type="string" value="" ref="" readonly="false" groupPath="dataLayer" scope="complianceDocGE" isValid="true" title-en="National Standard Number" title-big5="國軍標分類號"/>
<attribute key="nqmsTextLanguage" title="正文语种" type="select" value="" ref="中文,英文,其他" readonly="false" groupPath="dataLayer" scope="complianceDocGE" isValid="true" title-en="Main Text Language" title-big5="正文語種"/>
<attribute key="nqmsDraftsMan" title="起草人" type="string" value="" ref="" readonly="false" groupPath="dataLayer" scope="complianceDocGE" isValid="true" title-en="Draftsperson" title-big5="起草人"/>
<attribute key="nqmsApplicableScope" title="适用范围" type="string" value="" ref="" readonly="false" groupPath="dataLayer" scope="complianceDocGE" isValid="true" title-en="Applicable Scope" title-big5="適用範圍"/>
<attribute key="nqmsDemandCls" title="需求分类" type="select" value="" ref="业务需求,IT 需求" readonly="true" groupPath="improvemenContLayer" scope="requirement" isValid="true" title-en="Requirement Classification" title-big5="需求分類"/>
<attribute key="nqmsDemandSource" title="需求来源" type="string" value="" ref="" readonly="false" groupPath="improvemenContLayer" scope="requirement" isValid="true" title-en="Demand Source" title-big5="需求來源"/>
<attribute key="nqmsDemandAcceptStandard" title="需求接受标准" type="string" value="" ref="" readonly="false" groupPath="improvemenContLayer" scope="requirement" isValid="true" title-en="Requirements Criteria" title-big5="需求接受標準"/>
<attribute key="nqmsPriority" title="优先级" type="select" value="" ref="高,中,低" readonly="false" groupPath="improvemenContLayer" scope="requirement" isValid="true" title-en="Priority" title-big5="優先級"/>
<attribute key="nqmsDeliverablesType" title="交付物生成 类型" type="select" value="" ref="手工编制, 自动生成" readonly="false" groupPath="improvemenContLayer" scope="deliverable" isValid="true" title-en="Deliverable Generation Type" title-big5="交付物生成類型"/>
<attribute key="nqmsDeliveryTime" title="交付时间" type="string" value="" ref="" readonly="false" groupPath="improvemenContLayer" scope="deliverable" isValid="true" title-en="Delivery Time" title-big5="交付時間"/>
<attribute key="nqmsLogicalPlace" title="是否为逻辑位置" type="string" value="" ref="" readonly="false" groupPath="improvemenContLayer" scope="location" isValid="true" title-en="Logical Position" title-big5="是否為邏輯位置"/>
<attribute key="bpm_nqmsSafetyManager" title="安全管理员(bpm_SECA)" type="awsorg" value="" ref="{&quot;scope&quot;:[&quot;role&quot;,&quot;position&quot;,&quot;department&quot;,&quot;user&quot;],&quot;multiple&quot;:false}" readonly="true" groupPath="baseAttribute" scope="*" isValid="true" title-en="Security Admin" title-big5="安全管理員"/>
<attribute key="bpm_nqmsSysAdmin" title="系统管理员(bpm_SYSA)" type="awsorg" value="" ref="{&quot;scope&quot;:[&quot;department&quot;,&quot;position&quot;,&quot;role&quot;,&quot;user&quot;],&quot;multiple&quot;:false}" readonly="true" groupPath="baseAttribute" scope="*" isValid="true" title-en="System Administrator (bpm_SYSA)" title-big5="系統管理員(bpm_SYSA)"/>
<attribute key="bpm_nqmsAuditor" title="审计员(bpm_AUDITOR)" type="awsorg" value="" ref="{&quot;scope&quot;:[&quot;department&quot;,&quot;position&quot;,&quot;role&quot;,&quot;user&quot;],&quot;multiple&quot;:false}" readonly="true" groupPath="baseAttribute" scope="*" isValid="true" title-en="Auditor (bpm_AUDITOR)" title-big5="審計員(bpm_AUDITOR)"/>
<attribute key="nqmsSafetyManager" title="安全管理员(SECA)" type="relation" value="" ref="{&quot;method&quot;:&quot;org/org.normal&quot;,&quot;type&quot;:&quot;shape&quot;,&quot;multiple&quot;:true,&quot;value&quot;:&quot;&quot;}" readonly="true" groupPath="baseAttribute" scope="*" isValid="true" title-en="Security Administrator (SECA)" title-big5="安全管理員(SECA)"/>
<attribute key="nqmsSysAdmin" title="系统管理员(SYSA)" type="relation" value="" ref="{&quot;method&quot;:&quot;org/org.normal&quot;,&quot;type&quot;:&quot;shape&quot;,&quot;multiple&quot;:true,&quot;value&quot;:&quot;&quot;}" readonly="true" groupPath="baseAttribute" scope="*" isValid="true" title-en="System Admin (SYSA)" title-big5="系統管理員(SYSA)"/>
<attribute key="nqmsAuditor" title="审计员(AUDITOR)" type="relation" value="" ref="{&quot;method&quot;:&quot;org/org.normal&quot;,&quot;type&quot;:&quot;shape&quot;,&quot;multiple&quot;:true,&quot;value&quot;:&quot;&quot;}" readonly="true" groupPath="baseAttribute" scope="*" isValid="true" title-en="Auditor (AUDITOR)" title-big5="審計員(AUDITOR)"/>
<attribute key="nqmsReceptNo" title="承接要求编号" type="string" value="" ref="" readonly="false" groupPath="stdSystemLayer" scope="complianceRequirement" isValid="true" title-en="Acceptance Requirements Number" title-big5="承接要求編號"/>
<attribute key="nqmsReceptDesc" title="承接要求内容" type="string" value="" ref="" readonly="false" groupPath="stdSystemLayer" scope="complianceRequirement" isValid="true" title-en="Acceptance Requirements" title-big5="承接要求內容"/>
<attribute key="nqmsSortNo" title="分类编码" type="string" value="" ref="" readonly="false" groupPath="stdSystemLayer" scope="riskType" isValid="true" title-en="Classification Code" title-big5="分類編碼"/>
<attribute key="nqmsSortDesc" title="分类说明" type="string" value="" ref="" readonly="false" groupPath="stdSystemLayer" scope="riskType" isValid="true" title-en="Classification Description" title-big5="分類說明"/>
<attribute key="nqmsGatherTimes_u" title="采集频次_单位" type="select" value="" ref="年,季度" readonly="false" groupPath="strategyLayer" scope="assessment" isValid="true" title-en="Collection Frequency_Unit" title-big5="採集頻次_單位"/>
<attribute key="nqmsGatherTimes_v" title="采集频次_值" type="string" value="" ref="" readonly="false" groupPath="strategyLayer" scope="assessment" isValid="true" title-en="Sampling Frequency_Value" title-big5="採集頻次_值"/>
<attribute key="nqmsProcessGoals" title="流程目标" type="textarea" value="" ref="" readonly="false" groupPath="baseAttribute" scope="%" isValid="true" title-en="Process Objective" title-big5="流程目標"/>
<attribute key="nqmsFrequency" title="发生频率" type="string" value="" ref="" readonly="false" groupPath="baseAttribute" scope="%" isValid="true" title-en="Frequency of Occurrence" title-big5="發生頻率"/>
<attribute key="nqmsStartCondition" title="流程开始条件" type="textarea" value="" ref="" readonly="false" groupPath="baseAttribute" scope="%" isValid="true" title-en="Start Condition" title-big5="流程開始條件"/>
<attribute key="nqmsEndCondition" title="流程结束条件" type="textarea" value="" ref="" readonly="false" groupPath="baseAttribute" scope="%" isValid="true" title-en="Process Termination Conditions" title-big5="流程結束條件"/>
<attribute key="nqmsUpProcess" title="上游流程" type="relation" value="" ref="{&quot;method&quot;:&quot;nqms&quot;,&quot;type&quot;:&quot;file&quot;,&quot;multiple&quot;:true,&quot;value&quot;:&quot;&quot;}" readonly="true" groupPath="baseAttribute" scope="%" isValid="true" title-en="Upstream Process" title-big5="上游流程"/>
<attribute key="nqmsDownProcess" title="下游流程" type="relation" value="" ref="{&quot;method&quot;:&quot;nqms&quot;,&quot;type&quot;:&quot;file&quot;,&quot;multiple&quot;:true,&quot;value&quot;:&quot;&quot;}" readonly="true" groupPath="baseAttribute" scope="%" isValid="true" title-en="Downstream Process" title-big5="下游流程"/>
<attribute key="lead_process" title="前置流程" type="relation" value="" ref="{&quot;method&quot;:&quot;nqms&quot;,&quot;type&quot;:&quot;file&quot;,&quot;multiple&quot;:true}" readonly="true" groupPath="baseAttribute" scope="%" isValid="true" title-en="Pre-process" title-big5="前置流程"/>
<attribute key="rear_process" title="后置流程" type="relation" value="" ref="{&quot;method&quot;:&quot;nqms&quot;,&quot;type&quot;:&quot;file&quot;,&quot;multiple&quot;:true}" readonly="true" groupPath="baseAttribute" scope="%" isValid="true" title-en="Post-Process" title-big5="後置流程"/>
<attribute key="nqmsProcessCustomer" title="流程客户" type="awsorg" value="" ref="{&quot;scope&quot;:[&quot;department&quot;,&quot;position&quot;,&quot;role&quot;,&quot;user&quot;],&quot;multiple&quot;:false}" readonly="true" groupPath="baseAttribute" scope="%" isValid="true" title-en="Process Customer" title-big5="流程客戶"/>
<attribute key="nqmsProcessOwner" title="流程所有者" type="awsorg" value="" ref="{&quot;scope&quot;:[&quot;department&quot;,&quot;position&quot;,&quot;role&quot;,&quot;user&quot;],&quot;multiple&quot;:false}" readonly="true" groupPath="baseAttribute" scope="%" isValid="true" title-en="Process Owner" title-big5="流程所有者"/>
<attribute key="nqmsProcessActor" title="流程参与者" type="awsorg" value="" ref="{&quot;scope&quot;:[&quot;department&quot;,&quot;position&quot;,&quot;role&quot;,&quot;user&quot;],&quot;multiple&quot;:false}" readonly="true" groupPath="baseAttribute" scope="%" isValid="true" title-en="Process Participants" title-big5="流程參與者"/>
<attribute key="nqmsProcessLooker" title="流程检查者" type="awsorg" value="" ref="{&quot;scope&quot;:[&quot;department&quot;,&quot;position&quot;,&quot;role&quot;,&quot;user&quot;],&quot;multiple&quot;:false}" readonly="true" groupPath="baseAttribute" scope="%" isValid="true" title-en="Process Checker" title-big5="流程檢查者"/>
<attribute key="nqmsFiels" title="管理文件" type="textarea" value="" ref="" readonly="false" groupPath="baseAttribute" scope="%" isValid="true" title-en="Management File" title-big5="管理文件"/>
<attribute key="nqmsForm" title="使用表单" type="relation" value="" ref="{&quot;method&quot;:&quot;data/data.form&quot;,&quot;type&quot;:&quot;shape&quot;,&quot;multiple&quot;:true,&quot;value&quot;:&quot;&quot;}" readonly="true" groupPath="baseAttribute" scope="%" isValid="true" title-en="Use Form" title-big5="使用表單"/>
<attribute key="nqmsModule" title="相关组件" type="textarea" value="" ref="" readonly="false" groupPath="baseAttribute" scope="%" isValid="true" title-en="Related Components" title-big5="相關組件"/>
<attribute key="nqmsSystem" title="使用系统" type="textarea" value="" ref="" readonly="false" groupPath="baseAttribute" scope="%" isValid="true" title-en="System Usage" title-big5="使用系統"/>
<attribute key="nqmsKPI" title="流程绩效指标" type="textarea" value="" ref="" readonly="false" groupPath="baseAttribute" scope="%" isValid="true" title-en="Process Performance Indicators" title-big5="流程績效指標"/>
</attributes>