The uploaded schema contains one or more import/include elements. Some references could not be loaded. Please check
that the resource is accessible (not on your local file system, or on a server down). You can choose files from the
database to resolve each import/include.
Import/Include |
Schema Location |
Dependency |
{% for import in imports %}
Import |
{{ import.attrib.schemaLocation }}
|
{{ dependencies }} |
{% endfor %}
{% for include in includes %}
Include |
{{ include.attrib.schemaLocation }}
|
{{ dependencies }} |
{% endfor %}
{{ xsd_content }}
{{ filename }}
Save