When a CDM or an OOM is generated from a PDM, the data type of a table column attached to a sequence is translated to a numeric data type in the new model:
| 
                             PDM generated to  | 
                        
                             Sequence is converted to  | 
                    
|---|---|
| 
                             CDM  | 
                        
                             A serial data type for an entity property. The data type has the format NO%n where %n is a number indicating the length of the data type  | 
                    
| 
                             OOM  | 
                        
                             A serial data type for a class attribute. The data type has the format NO%n, where %n is a number indicating the length of the data type  |