General problem

Hello, I'm new to XML Schema. I've already read the Schema tutorial at w3schools.com but I still have numerous questions:

First, I want to let you know what my XML file looks like:

<root template="rootpage">
  <page1 template="journal">
    <entry1027 template="entry" title="title for entry no. 1027">...</entry1027>    <entryAlpha template="entry" title="some other title">...</entryAlpha>
  </page1>
  <another-page template="a-template">...</another-page>
  <another-page-2nd template="a-template">...</another-page-2nd>
  ...
</root>


As you can see, the file is not strucutred by equal node names (<page /><page /><page />) but nodes with same structure have the same attribute "template".
So instead of xs:element, I search for a possiblity to define a schema for any unspecfific nodes which have a specific attribute value in common.

Can somone please give an example?

- Thanks, S.R.
-- 


Der GMX SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen!
Ideal für Modem und ISDN: http://www.gmx.net/de/go/smartsurfer

Received on Thursday, 3 August 2006 06:10:31 UTC