Determines if this element allows NULL as a value.
bool TRUE if NULL is a valid value, FALSE otherwise.
public function isNullable() { return isset($this->definition['nullable']) && $this->definition['nullable'] == TRUE; }