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

 


Help: OASIS Mailing Lists Help | MarkMail Help

 


 

   Schema Question: Attributes

[ Lists Home | Date Index | Thread Index ]
  • From: Michael Anderson <michael@research.canon.com.au>
  • To: xml <xml-dev@xml.org>
  • Date: Fri, 10 Mar 2000 09:15:04 +1100

Hello,
Does the use of xsi:type in an instance allow the derived type's
attributes to appear in the markup, or is only the derived content model
allowed?  For example.

In the XML Schema Document
<element name="A" type="AType" />

<complexType name="AType">
  <attribute name="attrA" type = "NCName" />
</complexType>

<complexType name="BType" base="AType" derivedBy="extension">
  <attribute name="attrB" type = "NCName" />
</complexType>

In the XML Instance Document
<A xsi:type="BType" attrA="someName" attrB="someOtherName" />

Is this okay?  Or is only attrA allowed?

Cheers
   Michael.



***************************************************************************
This is xml-dev, the mailing list for XML developers.
To unsubscribe, mailto:majordomo@xml.org&BODY=unsubscribe%20xml-dev
List archives are available at http://xml.org/archives/xml-dev/
***************************************************************************




 

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

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