This tag type has a beginning tag and an ending tag such as <text></text>. They are used for the removal of text if specific criteria is not met. If the criteria is met, then just the beginning and ending tags are removed. This is commonly used if a motion does not have a seconder. Since that information is not needed, the wrapper tag would be used to remove the seconder information. This is illustrated in the following example:
The document template text would include the following text and tags:
Motion was moved by: <mover><seconder_text> and seconded by <seconder></seconder_text>
The resulting document looks like this for a motion that was moved by George Washington, but without a seconder.
Motion was moved by: George Washington
Since no one seconded the motion, the wrapper tag removed the seconder tag since it was not necessary.
If a motion had both a mover (George Washington) and a seconder (Abraham Lincoln), then the resulting document displays the following:
Motion was moved by: George Washington and seconded by Abraham Lincoln.