/**
  * Retourne les propriétés
  *
  * @return array
  */
 function getProps()
 {
     $props = parent::getProps();
     $props["typeId"] = "CCDAPOCD_MT000040_InfrastructureRoot_typeId xml|element max|1";
     $props["id"] = "CCDAII xml|element required";
     $props["name"] = "CCDAON xml|element max|1";
     $props["telecom"] = "CCDATEL xml|element max|1";
     $props["addr"] = "CCDAAD xml|element max|1";
     $props["classCode"] = "CCDAEntityClassOrganization xml|attribute fixed|ORG";
     $props["determinerCode"] = "CCDAEntityDeterminer xml|attribute fixed|INSTANCE";
     return $props;
 }