Data Transformation Engine Type Tree Maker Reference Guide
Chapter 4 - Commands and Command Elements  Command Descriptions 
CharRestrictions 
The CharRestrictions command adds a character restriction to an item. 
Components of CharRestrictions 
The following group window displays the components of the CharRestrictions 
command. 
The CharRestrictions command has attributes for indicating whether or not the 
case of restrictions should be ignored and for specifying a syntax item for a 
release character and have either a IncludeChar or ExcludeChar command 
element. 
Example 
<CharRestrictions IgnoreCase="NO"> 
 <ExcludeChar> 
 <ExcludeValue>$</ExcludeValue> 
 <RefString>%DOLLAR%</RefString> 
 </ExcludeChar> 
 <ExcludeChar> 
 <ExcludeValue>&</ExcludeValue> 
 <RefString>%AMPERSAND%</RefString> 
 </ExcludeChar> 
</CharRestrictions> 










