[xsd-users] xsd 1.5.0 released

Boris Kolpackov boris at codesynthesis.com
Fri Oct 28 04:25:26 EDT 2005


Boris Kolpackov <boris at codesynthesis.com> writes:

> <complexType name="DependentDerived">
>   <sequence>
>     <element name="x" type="Derived"/> <!-- Ok, Derived restricts Base -->
>   </sequence>
> </complexType>


This, of course, should be

<complexType name="DependentDerived">
  <complexContent>
    <restriction base="Dependent">
      <sequence>
	<element name="x" type="Derived"/> <!-- Ok, Derived restricts Base -->
      </sequence>
    </restriction>
  </complexContent>
</complexType>


-boris
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 652 bytes
Desc: Digital signature
Url : http://codesynthesis.com/pipermail/xsd-users/attachments/20051028/2f5f7363/attachment.pgp


More information about the xsd-users mailing list