Documentation Center

enumeration

This topic describes the enumeration element

Description

Use the enumeration element to provide translated labels for enumeration values on nodes.

<x:node match="@align">
  <x:enumeration value="left">
    <x:name xml:lang="en">Left</x:name>
  </x:enumeration>
  <x:enumeration value="right">
    <x:name xml:lang="en">Right</x:name>
  </x:enumeration>
  <x:enumeration value="center">
    <x:name xml:lang="en">Center</x:name>
  </x:enumeration> 
</x:node>

Namespace

http://www.xopus.com/xmlns/config

Attributes

NameDescription and useType
value

Value should be identical to the XML Schema enumeration value.

string

Parent Element

node