45 lines
2.1 KiB
XML
45 lines
2.1 KiB
XML
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|||
|
|
<method>
|
|||
|
|
<basic>
|
|||
|
|
<!-- methodId -->
|
|||
|
|
<id>aris.form</id>
|
|||
|
|
<!-- 建模方法标题(通过该值从国际化文件中获取) -->
|
|||
|
|
<title>aris.form</title>
|
|||
|
|
<!-- 建模方法描述 -->
|
|||
|
|
<desc>表单图</desc>
|
|||
|
|
<!-- 建模方法类型,normal:普通建模方法,image:图片库类型建模方法 -->
|
|||
|
|
<type>normal</type>
|
|||
|
|
<!-- 图标,文件夹图标不处理 -->
|
|||
|
|
<icon>
|
|||
|
|
<code>&#xe706;</code>
|
|||
|
|
<color>#009B52</color>
|
|||
|
|
</icon>
|
|||
|
|
<!-- 默认主题,内容是theme标签中的key值 -->
|
|||
|
|
<theme>theme1</theme>
|
|||
|
|
<!-- 建模方法所属的建模分类 -->
|
|||
|
|
<categorys>
|
|||
|
|
<category>aris</category>
|
|||
|
|
<category>data</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.form/schema.png"/>
|
|||
|
|
</themes>
|
|||
|
|
<shapeDesc>
|
|||
|
|
<form_aris cn="作为数据载体或承载信息的展示方式" en="Serves as a data carrier or a method of presenting information" big5="作為數據載體或承載信息的展示方式"/>
|
|||
|
|
<formType_aris cn="表单根据自有属性不同进行分类的对象" en="Forms are classified based on their inherent attributes" big5="表單根據自有屬性不同進行分類的對象"/>
|
|||
|
|
</shapeDesc>
|
|||
|
|
</method>
|