Hello,
i want to define a schema which uses xlink and xml base.
i.e. the schema has a line like this:
<xs:schema xmlns:xs=“XML Schema” elementFormDefault=“qualified” xmlns:xlink=“XLink namespace”>
do i really have to download and import the w3c schemas manualy ?
<xs:import namespace=“XLink namespace” schemaLocation=“xlink.xsd”/>
<xs:import namespace=“The "xml:" Namespace” schemaLocation=“xml.xsd”.
i have tried several ways now, but without success.
i tried with and without include, but i see error messages
in both cases. can anybody help me please ?
maybe somebody has a running example ?
thank you very much.
uwek