<otherwise>
Inner HTML is rendered if all <when> tags evaluate to false; parent must be <choose>.
Copy Code
<choose>
<when test="@status='Open'">Open</when>
<when test="@status='Closed'">Closed</when>
<otherwise>Full</otherwise>
</choose>