XmlElementName

Name of the XML element that will hold the value

Syntax

XmlElementName "value";

Description

This should be specified only when the model name cannot be used to generate the XML element name.

XML element name name is typically used when exporting data to xml file. When not explicitly specified, the text is generated from the model name by separating words with an underscore character and converted to uppercase.

attributes {
   public     Address3 TEXT(35) A-IU- {
      XmlElementName "ADDRESS_3";
   }
}

This page is generated from IFS Developer Studio at 2021-08-13 08:48.