apps/com.actionsoft.apps.coe.method.aris/method/aris.roleSystem/method.config.xml
2024-07-15 09:29:52 +08:00

45 lines
2.3 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"?>
<method>
<basic>
<!-- methodId -->
<id>aris.roleSystem</id>
<!-- 建模方法标题(通过该值从国际化文件中获取) -->
<title>aris.roleSystem</title>
<!-- 建模方法描述 -->
<desc>角色图</desc>
<!-- 建模方法类型normal普通建模方法image图片库类型建模方法 -->
<type>normal</type>
<!-- 图标,文件夹图标不处理 -->
<icon>
<code>&amp;#xe67d;</code>
<color>#FF9421</color>
</icon>
<!-- 默认主题内容是theme标签中的key值 -->
<theme>theme1</theme>
<!-- 建模方法所属的建模分类 -->
<categorys>
<category>aris</category>
<category>org</category>
</categorys>
<!-- 建模方法分类 -->
<methodType>arisLayer</methodType>
<!-- 支持的建模方式 graphModeling图形建模 tableModeling表格建模 -->
<modelingMode>graphModeling</modelingMode>
<!-- 默认建模方式 graphModeling or tableModeling -->
<defaultModelingMode>graphModeling</defaultModelingMode>
</basic>
<themes>
<!--
key 唯一主键当前文件内key不重复
title 主题名字
schema 形状定义文件名称
customSchema 自定义形状定义文件名称
previewPng 建模方法所有形状预览图的地址
-->
<theme key="theme1" title="默认主题" schema="diagram.schema.tpl" customSchema="diagram.custom.schema.tpl" previewPng="../img/method/aris.roleSystem/schema.png"/>
</themes>
<shapeDesc>
<roleType_aris cn="用于将角色根据角色类别进行分类管理" en="Used to classify roles according to role categories" big5="用於將角色根據角色類別進行分類管理"/>
<role_aris cn="用于明确组织对从事相同类型分工的人或物的期待和要求" en="Used to clarify the organization's expectations and requirements for people or objects engaged in the same type of division of labor" big5="用於明確組織對從事相同類型分工的人或物的期待和要求"/>
</shapeDesc>
</method>