|
[XML-DEV Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: using derivation by extension
Avinash Subramanya <avinashs@a...> writes:
> Hi,
>
> <complexType name="base1">
> <sequence>
> <element name="ELEM1" type="int" />
> </sequence>
> </complexType>
>
> <complexType name="derived1">
> <complexContent>
> <extension base="base1">
> <sequence>
> <element name="ELEM2" type="int" />
> </sequence>
> </extension>
> </complexContent>
> </complexType>
>
> Is there a way to make ELEM2 appear before ELEM1 in the instance doc.
> i.e I want my instance doc to look like this:
>
> <sample>
> <ELEM2>1</ELEM2>
> <ELEM1>0</ELEM1>
> </sample>
Sorry, no -- extension in W3C XML Schema is at the end only, so that
processors expecting the original type can process without surprises.
ht
--
Henry S. Thompson, HCRC Language Technology Group, University of Edinburgh
Half-time member of W3C Team
2 Buccleuch Place, Edinburgh EH8 9LW, SCOTLAND -- (44) 131 650-4440
Fax: (44) 131 650-4587, e-mail: ht@c...
URL: http://www.ltg.ed.ac.uk/~ht/
[mail really from me _always_ has this .sig -- mail without it is forged spam]
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|
|||||||||

Cart








