![]() |
|
|
|
#1 |
|
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 xmlns xsi:schemaLocation="http://xml.juniper.net/dmi/test.xsd"> </test> In the test .xsd <xs:schema elementFormDefault="unqualified" xmlns="http://xml.juniper.net/dmi" xmlns targetNamespace="http://xml.juniper.net/dmi" > <xs:element name="test"/> ....... mavis |
|
|