VEnumElement Data Type

Namespace
(Default)
Schema
ns0.xsd
Properties
name data type type namespace min/max occurs constraints description
elementLabel string element 0/1   Returns the value for the member attribute elementLabel
elementName string element 0/1   the elementName
elementValue int element 1/1 required Returns the value for the member attribute elementValue
enumName string element 0/1   the enumName
rbKey string element 0/1   the rbKey

Example

<VEnumElement>
  <elementName>...</elementName>
  <enumName>...</enumName>
  <rbKey>...</rbKey>
  <elementValue>...</elementValue>
  <elementLabel>...</elementLabel>
</VEnumElement>