Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Also different attributes can be used for up and down crossings.

When a tag needs to be replaced with text that is larger than 255 characters, it should be split into multiple tags because the maximum length of a text attribute value is 255.

Code Block
languagexml
titleExample Template File
<matchingValueAttributeId>ruleOutcome</matchingValueAttributeId>
<multiValuedAttributeTag>
   <tag>MVT_SEVERITY</tag>
   <upCrossingAttributeId>severity</upCrossingAttributeId>
   <downCrossingAttributeId>downSeverity</downCrossingAttributeId>
</multiValuedAttributeTag>
<multiValuedAttributeTag>
   <tag>MVT_CERTAINTY</tag>
   <upCrossingAttributeId>certainty</upCrossingAttributeId>
   <downCrossingAttributeId>downCertainty</downCrossingAttributeId>
</multiValuedAttributeTag>
<multiValuedAttributeTag>
   <tag>MVT_DESCRIPTION_1</tag>
   <upCrossingAttributeId>description1</upCrossingAttributeId>
   <downCrossingAttributeId>downDescription1</downCrossingAttributeId>
</multiValuedAttributeTag>
<multiValuedAttributeTag>
   <tag>MVT_DESCRIPTION_2</tag>
   <upCrossingAttributeId>description2</upCrossingAttributeId>
   <downCrossingAttributeId>downDescription2</downCrossingAttributeId>
</multiValuedAttributeTag>

...