Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » ServerTools (WTP) » Adding XSD to Catalog, key type difference
Adding XSD to Catalog, key type difference [message #901980] Wed, 15 August 2012 11:53
Chris Joelly is currently offline Chris JoellyFriend
Messages: 6
Registered: September 2011
Junior Member
Hello,

in the forum "XML Schema Definition (XSD)" i got information that this forum is best for asking questions about the XML Catalog.

I want to add schema files to the Catalog because i think Eclipse can not download them from internet.

I am talking about these files (http://www.eclipse.org/spec/BPMN/20100524/MODEL), replace eclipse by omg in the urls.
<?xml version="1.0" encoding="UTF-8"?>

<xsd:schema xmlns="http://www.eclipse.org/spec/BPMN/20100524/MODEL" xmlns:xsd="http://www.eclipse.org/2001/XMLSchema" xmlns:bpmndi="http://www.eclipse.org/spec/BPMN/20100524/DI" targetNamespace="http://www.eclipse.org/spec/BPMN/20100524/MODEL" elementFormDefault="qualified" attributeFormDefault="unqualified">

            <xsd:import namespace="http://www.eclipse.org/spec/BPMN/20100524/DI" schemaLocation="BPMNDI.xsd"/>

            <xsd:include schemaLocation="Semantic.xsd"/>


what is the difference when i add them to the schema catalog using key type "Namespace name" or "Schema location"?

And how do i import XSD files which imports other XSD files, like in the example above?

Thanks
Chris

--
modified urls because i am not allowed to post the real urls.
Previous Topic:Can't install WTP in Eclipse 4.2 Classic
Next Topic:Embedded SVG in HTML5 has Validation Warnings
Goto Forum:
  


Current Time: Tue Apr 16 04:36:57 GMT 2024

Powered by FUDForum. Page generated in 0.39312 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top