/**
  * Get element id
  *
  * @return string
  */
 public function getXmlId()
 {
     if (!$this->getForm()) {
         return parent::getXmlId();
     }
     return $this->getForm()->getXmlIdPrefix() . $this->getData('xml_id') . $this->getForm()->getXmlIdSuffix();
 }