XML Comment Element

The XMLComment Math Variable allows for a statement specific to a variable or multiple variables that will provide further explanation, additional information, or interpretation of the variable(s).  

XML Comment Elements and Attributes
TYPE = XMLComment
Element Attributes Attribute Value Element Value

<MathVariable>

TYPE

XMLComment Text

Free form text box to house the information.

 

 

Examples include: information regarding what information a loop or SQL query statement will retrieve, placeholder information about variables related to an interface mapping, or pertinent information that will be passed in for the execution of a CopyBook.

XML Example

<XMLComment>
<!--Initialize Values-->
</XMLComment>
<XMLComment>
<!--Retrieving the values for Financial Advisor RoleGUID and AddressGUID-->
</XMLComment>