[Home] [By Thread] [By Date] [Recent Entries]

  • From: Michael Anderson <michael@r...>
  • To: xml <xml-dev@x...>
  • 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@x...&BODY=unsubscribe%20xml-dev
List archives are available at http://xml.org/archives/xml-dev/
***************************************************************************

Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member