OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

 


 

   Re: [xml-dev] Two quick questions regarding restriction in XML Schema

[ Lists Home | Date Index | Thread Index ]


Can I ask an example,

suppose we defined

type Book -> (Title, Author*)
type Book1 restricts Book -> (Title, Author, Author)

(in other words, Book1 is for Books with exactly two Authors)

Now suppose we declare an element as

<element book type="Book">

and in the document however we want to use type Book1, how do we say that?

Do we say
<book>
   <title>XYZ</title>
   <author>ABC</author>
   <author>DEF</author>
</book>

or do we say
<book xsi:type="Book1">
    <title>XYZ</title>
   <author>ABC</author>
   <author>DEF</author>
</book>

I think it should be the latter? But Nada, I think you say it is the
former?

thanks and regards - murali.

On Fri, 17 May 2002, Nada Reinprecht wrote:

>
> Muralli,
>
> a) You do not need to use xsi:type in the document if you derive the type
> by restriction. In the schema you can simply associate the derived type
> with an element.
>
> However, if you want to implement alternative contents for the same
> element, than you use the xsi:type which allows you to specify desirable
> content in each document.
>
> Cheers,
>
> </nada>
>
> I think these are related.. Can someone tell me --
>
> a) If we derive types by restriction, do we have to use xsi:type in the
> document? Is it true if I say that the document will be valid irrespective
> of whether we use xsi:type or not .. We use xsi:type to know the "precise"
> type??
>
> b) Is there any point in using block for restriction
>
> thanks and regards - murali.
>
>
> -----------------------------------------------------------------
> The xml-dev list is sponsored by XML.org <http://www.xml.org>, an
> initiative of OASIS <http://www.oasis-open.org>
>
> The list archives are at http://lists.xml.org/archives/xml-dev/
>
> To subscribe or unsubscribe from this list use the subscription
> manager: <http://lists.xml.org/ob/adm.pl>
>
>
>
>
>
>
> ------------------------------------------
> This e-mail is confidential.  If you are not the intended recipient, any use, disclosure or copying of this document is unauthorised and prohibited.  If you have received this document in error, please delete the email and notify me by return email or by phoning the NEMMCO Helpdesk on 1300 300 295.
>





 

News | XML in Industry | Calendar | XML Registry
Marketplace | Resources | MyXML.org | Sponsors | Privacy Statement

Copyright 2001 XML.org. This site is hosted by OASIS