[XML-DEV Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

XML Schema - Associate Element Name and Attribute with keys/keyrefs?

  • From: "Andy Street" <t3h1337n00b@g...>
  • To: xml-dev@l...
  • Date: Sun, 22 Apr 2007 17:03:51 -0400

XML Schema - Associate Element Name and Attribute with keys/keyrefs?
Hey all,

Is it possible to associate an element name with an attribute using a key/keyref pair?

The message I'm trying to validate would look like this:

<root>
    <global>
        <properties message-type="servermessage">
                                     ...
        </properties>
    </global>

    <servermessage>
               ...
    </servermessage>
</root>

or

<root>
    <global>
        <properties message-type="modulemessage">
                                     ...
        </properties>
    </global>

    <modulemessage>
               ...
    </modulemessage>
</root>


The general idea is that the message-type in global/properties defines what element follows it.  Right now, I have implemented a schema that uses <xs:choice> but obviously that would allow the message-type to  be modulemessage and the following element to be a servermessage element.  Any ideas on how I would go about writing a schema for what I want to do, or do I need to change how my xml is currently written to do what I want?

Thanks,
Andy


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index]


PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
 

Stylus Studio has published XML-DEV in RSS and ATOM formats, enabling users to easily subcribe to the list from their preferred news reader application.


Stylus Studio Sponsored Links are added links designed to provide related and additional information to the visitors of this website. they were not included by the author in the initial post. To view the content without the Sponsor Links please click here.

Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.