/**
  * Return the "depth" attribute.
  *
  * @return string
  */
 public function getDepthAttributeName()
 {
     return $this->baseNode->getDepthAttributeName();
 }