I have to implement on Enterprise Architect a GIS model compliant to Inspire directive. Then, I have to create the ddl code to insert in postgres to create the physical structure of my db.
The problem is that I don't know what type of diagram I have to set up on enterprise architect.
Now I have created a domain model and imported in my foundation schema the classess directly from the Inspire repository (http://inspire.ec.europa.eu/index.cfm/pageid/2/list/datamodels). I see the issue when I create the ddl and I import this on postgres because postgres does not recognize the Inspire types (eg. CharapterString, GM_Point).
I hope that I did make myself clear.