/**
  * Get the properties of our class as strings
  *
  * @return array
  */
 function getProps()
 {
     $props = parent::getProps();
     $props["inclusive"] = "CCDA_base_bl xml|attribute default|true";
     return $props;
 }
 /**
  * Get the properties of our class as strings
  *
  * @return array
  */
 function getProps()
 {
     $props = parent::getProps();
     $props["operator"] = "CCDASetOperator xml|attribute default|I";
     return $props;
 }
 /**
  * Get the properties of our class as strings
  *
  * @return array
  */
 function getProps()
 {
     $props = parent::getProps();
     $props["standardDeviation"] = "CCDAPQ xml|element max|1";
     $props["distributionType"] = "CCDAProbabilityDistributionType xml|attribute";
     return $props;
 }
 /**
  * Get the properties of our class as strings
  *
  * @return array
  */
 function getProps()
 {
     $props = parent::getProps();
     $props["probability"] = "CCDAEIVL_event xml|attribute";
     return $props;
 }