XmlValue

XML value representation

Syntax

XmlValue "value";

Description

This should be specified only when the value name cannot be used to generate the XML content.

XML value name is typically used when exporting data to xml files. When not explicitly specified, the modeled name is used as it is.

value VideoGraphicsArray {
   DbValue      "640x480";
   ClientValue  "VGA (old style)";
   ConstantName "H640_V480";
   XmlValue     "VGA";
}

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