值元素 value--element

内容模型 content-model-16

value:==help

属性 attributes-16

  • @applicableIf(字符串)
  • @desc(字符串)
  • @enabledIf(字符串)
  • @img(字符串)
  • @label(字符串)
  • @name(字符串)
  • @value(字符串)

父项 parents-16

<enumeration>

子项 children-16

<help>

说明 description-16

利用此元素,可定义存储在枚举中的值。

属性说明 attribute-description-16

  • appliedIf(字符串):通过此属性,可将枚举值设为可选值。 它接收一个XTK表达式。
  • desc(字符串):枚举值的描述。
  • enabledIf(字符串):激活枚举值的条件。
  • img(字符串):链接到“namespace:image_name”表单中的枚举的图像。 必须将映像导入应用程序服务器。
  • 标签(字符串):枚举值的标签。
  • 名称(字符串):枚举值的内部名称。
  • 值(字符串):枚举值的值。 根据枚举的类型定义值的类型。 如果枚举为字符串类型,则只能包含字符串类型的值。

示例 examples-13

<enumeration name="myEnum">
       <value name="One" value="1"/>
       <value name="Two" value="2"/>
    </enumeration>
recommendation-more-help
601d79c3-e613-4db3-889a-ae959cd9e3e1