A friendly place for programming greenhorns!
Big Moose Saloon
Search
|
Java FAQ
|
Recent Topics
Register / Login
Win a copy of
Arduino in Action
this week in the
General Computing
forum!
A special promo:
Enter your blog post or vote on a blogger to be featured in an upcoming Journal
JavaRanch
»
Java Forums
»
Certification
»
Web Services Certification (SCDJWS/OCPJWSD)
Author
regarding xml syntax
Raj Kumar Bindal
Ranch Hand
Joined: Apr 15, 2006
Posts: 409
posted
Oct 07, 2006 06:15:00
0
In this code,
<?xml version="1.0" encoding="UTF-8"?>
<schema xmlns="http://www.w3.org/2001/XMLSchema"
xmlns:mh="http://www.Monson-Haefel.com/jwsbook"
targetNamespace="http://www.Monson-Haefel.com/jwsbook">
<element name="address" type="mh:USAddress" />
<complexType name="USAddress">
<sequence>
<element name="name" type="string" />
<element name="street" type="string" />
<element name="city" type="string" />
<element name="state" type="string" />
<element name="zip" type="string" />
</sequence>
</complexType>
</schema>
if i am replacing element word with any xyz word,it is not working..
kindly clarify it??
Rizwan Mohammad
Ranch Hand
Joined: Sep 02, 2005
Posts: 445
posted
Oct 09, 2006 10:39:00
0
'element' is tag defined in XMLSchema namespace.. You cannot replace with any xys.. etc..
Rizwan
SCJA, SCJP, SCWCD, SCBCD, SCDJWS.
I agree. Here's the link:
http://zeroturnaround.com/jrebel
- it saves me about five hours per week
subject: regarding xml syntax
Similar Threads
Doubt on XML Schema validity
XML Schema: Use of Import
targetNamespace and default namespace
Namespace Declaration !!
namespace and targetnamespace
All times are in JavaRanch time: GMT-6 in summer, GMT-7 in winter