private final static ExpandedName THEME = new ImmutableExpandedName(
XDIMESchemata.XDIME2_MCS_NAMESPACE, "theme");
public ResponseLinkElement(XDIMEContextInternal context) {
super(ResponseElements.LINK, context);
protocolAttributes = new ResponseLinkAttributes();
}