The common note types require just one attribute value (or no attribute value in the case of a plain “note”). For these note types, just set the type attribute to the appropriate value. The following example creates a “tip” note:
note[type="tip"]
However, if you need to create a note that uses a type that’s not supported, you have to set the type attribute to “other” and the othertype attribute to the desired note type. The following example creates a “warning” note:
note[type="other" & othertype="warning"]