com.smartclient.public.sc.schema.SchemaSet.ds.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of smartgwt Show documentation
Show all versions of smartgwt Show documentation
SmartGWT - GWT API's for SmartClient
The newest version!
isc.DataSource.create({
Constructor:"SchemaSet",
ID:"SchemaSet",
addGlobalId:false,
fields:{
schemaNamespace:{
name:"schemaNamespace",
type:"url"
},
schemaImports:{
multiple:true,
name:"schemaImports",
type:"Object"
},
qualifyAll:{
name:"qualifyAll",
type:"boolean"
},
schema:{
multiple:true,
name:"schema",
type:"DataSource"
}
}
})