| 
                                
                                    @@ 143-148 (lines=6) @@
                                 | 
                            
                                                            
                                    | 140 | 
                                     | 
                                            $NewProperty->setType($type);  | 
                                
                                                            
                                    | 141 | 
                                     | 
                                            $NewProperty->setStoreGeneratedPattern($storeGeneratedPattern);  | 
                                
                                                            
                                    | 142 | 
                                     | 
                                            $NewProperty->setNullable($nullable);  | 
                                
                                                            
                                    | 143 | 
                                     | 
                                            if (null != $summary || null != $longDescription) { | 
                                
                                                            
                                    | 144 | 
                                     | 
                                                $documentation = new TDocumentationType();  | 
                                
                                                            
                                    | 145 | 
                                     | 
                                                $documentation->setSummary($summary);  | 
                                
                                                            
                                    | 146 | 
                                     | 
                                                $documentation->setLongDescription($longDescription);  | 
                                
                                                            
                                    | 147 | 
                                     | 
                                                $NewProperty->addToDocumentation($documentation);  | 
                                
                                                            
                                    | 148 | 
                                     | 
                                            }  | 
                                
                                                            
                                    | 149 | 
                                     | 
                                            if (null != $defaultValue) { | 
                                
                                                            
                                    | 150 | 
                                     | 
                                                $NewProperty->setDefaultValue($defaultValue);  | 
                                
                                                            
                                    | 151 | 
                                     | 
                                            }  | 
                                
                                                                                
                                 | 
                                
                                    @@ 85-90 (lines=6) @@
                                 | 
                            
                                                            
                                    | 82 | 
                                     | 
                                            $NewEntity = new TComplexTypeType();  | 
                                
                                                            
                                    | 83 | 
                                     | 
                                            $NewEntity->setName($name);  | 
                                
                                                            
                                    | 84 | 
                                     | 
                                            $NewEntity->setTypeAccess($accessType);  | 
                                
                                                            
                                    | 85 | 
                                     | 
                                            if (null != $summary || null != $longDescription) { | 
                                
                                                            
                                    | 86 | 
                                     | 
                                                $documentation = new TDocumentationType();  | 
                                
                                                            
                                    | 87 | 
                                     | 
                                                $documentation->setSummary($summary);  | 
                                
                                                            
                                    | 88 | 
                                     | 
                                                $documentation->setLongDescription($longDescription);  | 
                                
                                                            
                                    | 89 | 
                                     | 
                                                $NewEntity->setDocumentation($documentation);  | 
                                
                                                            
                                    | 90 | 
                                     | 
                                            }  | 
                                
                                                            
                                    | 91 | 
                                     | 
                                            $this->V3Edmx->getDataServiceType()->getSchema()[0]->addToComplexType($NewEntity);  | 
                                
                                                            
                                    | 92 | 
                                     | 
                                     | 
                                
                                                            
                                    | 93 | 
                                     | 
                                            return $NewEntity;  |