public function loadFromXml(AttributeKey $key, \SimpleXMLElement $element)
 {
     $key->setOptionsXml((string) $element->asXML());
 }