Hi Everyone,
I'm using a schema in a mapping project which references the Dublin Core
schema with the following line
<xs:im****t
schemaLocation="http://dublincore.org/schemas/xmls/simpledc20021212.xsd"
namespace="http://purl.org/dc/elements/1.1/"
/>
The schema exists at that location, however, when i build my project i'm
told that the reference is invalid with the following message:
Node "<Schema>" - Schema reference
"http://dublincore.org/schemas/xmls/simpledc20021212.xsd"
is not a valid
reference or does not exist in the current project.
Not really sure what is required for this to work. From my previous
experience using the wsdl.exe tool, you had to specifically provide all
the
required references for the tool to work. I'm wondering whether this might
be similar in this instance. If this is the case, do i need to add the
required linked schemas into my project?
thanks,
Andrew