When parsing XML documents in the format of:
Blue Chevy Camaro
I don't know if there's a better solution built inside lxml, but you could just use .get():
print parsedCarData[0].get('Model', '')