Writing XML schema - Help

Hi all,

Here is my XML file for which I need to write the schema:

         <Tag-to-db>
		<Name> <BillingAddress/> </Name>
		<ValuesToSave>
			<Tag valueName="hello3" ><StreetAddress/></Tag>
			<Tag valueName="param44" ><City/></Tag>
			<Tag valueName="param5" ><State/></Tag>
		</ValuesToSave>
   		<Procedure priority="1" procedureName="InsertBillingAddress">
   			<Parameters noOfParameters="1">
   				<Value valueRef="hello3" />
   			</Parameters>
           </Procedure>
    </Tag-to-db>

The value of valueRef attribute in the Value Tag must refer to valueName
attribute of ValuesToSave tag. How do I do that ?


Thanx in adv.

Pradeep bhat


============================================================================
=====

DISCLAIMER

The information contained and transmitted by this e-mail is proprietary to
SLK Software Services Private Limited and is intended solely for the use of
the individual or entity to whom it is addressed and others authorized to
receive it. It may contain privileged or confidential information or
information exempt from disclosure as per applicable law. If you are not the
intended recipient or responsible for delivery to the intended recipient,
you may not copy, deliver, distribute or print this message. If it is a
forwarded message it may not have been sent with the authority of the
company. Any views or opinions are individual to the sender and are not the
opinion of or endorsed by the company. The attachments to this message have
been virus checked. However, the recipients may conduct their own virus
checks. SLK Software Services Pvt. Ltd. will not accept any claims for loss
or damages arising out of viruses.
============================================================================

Received on Tuesday, 23 July 2002 06:26:22 UTC