Adding Schema in datasources in standalone for SQL Server DB

I want to add an schema directly in standalone so that it reflect in data source directly for SQL Server DB. By default it connects to dbo (default) schema but user requirements want other schema to map directly. Mapping schema in standalone will help in creating CDTs from Table/View directly belonging to that schema.

 

Above image shows that we can't select the schema under Data source, new data source has to be defined for that.

 

Tell me the piece of code which I need to add in below standalone in datasource code to map schema directly.

 

I already know that Schema can be mentioned in XSD and then also it will work and also checked KB-1111 "No matching tables found!" error thrown after verifying entity mappings even though the tables exist

  Discussion posts and replies are publicly visible