// no attributes
}
/** {@inheritDoc} */
protected void marshallElementContent(XMLObject xmlObject, Element domElement) throws MarshallingException {
XSBoolean xsiBoolean = (XSBoolean) xmlObject;
XMLHelper.appendTextContent(domElement, xsiBoolean.getValue().getValue().toString());
}