}
protected static void minAttributes(WorkflowComplexComponent elem, Writer out) throws XPDLSerializerException, IOException
{
if (elem.getUUID() == null)
{
throw new XPDLSerializerException("Id required {" + elem + "}");
}
out.write(" Id=\"" + elem.getUUID() + "\"");
if (elem.getName() != null)
{
out.write(" Name=\"" + elem.getName() + "\"");