and internal entity resolver should know where to find the actual schema
Description
Currently all XSDs are importing built in model types (betacms-model-types.xsd) using a non existent URI
schemaLocation="http://www.betaconceptframework.org/schema/betacms/model/betacms-model-types-1.2.xsd"
What they should provide is a relative path
schemaLocation="betacms-model-types-1.2.xsd"
and internal entity resolver should know where to find the actual schema
Savvas Triantafyllou added a comment - 11/Apr/09 05:15 PM Fixed. All xsd files should import betacms-model-types-1.2.xsd using the following attribute in import element
schemaLocation="betacms-model-types-1.2.xsd" .
Fixed also imports in all xsd files for built in types.
schemaLocation="betacms-model-types-1.2.xsd" .
Fixed also imports in all xsd files for built in types.