Go Back   Velocity Reviews > Newsgroups > XML
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply

XML - reference to schema

 
Thread Tools Search this Thread
Old 05-26-2006, 02:15 AM   #1
Default reference to schema


If I am using IntelliJ to edit my XML file...

Can I just use the following lines to refer to the schema file I
defined? Or I need to specify the URI in the Setting->
resources->URI????

<test xmlnssi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://xml.juniper.net/dmi/test.xsd">

</test>

In the test .xsd

<xs:schema elementFormDefault="unqualified"
xmlns="http://xml.juniper.net/dmi"
xmlnss="http://www.w3.org/2001/XMLSchema"
targetNamespace="http://xml.juniper.net/dmi"
>


<xs:element name="test"/>

.......



mavis
  Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump