- From: Jason Diamond <jason@injektilo.org>
- Date: Sun, 10 Dec 2000 18:58:42 -0800
- To: <xmlschema-dev@w3.org>
I don't understand why the base attribute isn't good enough. Why would you
ever do this?
<xsd:simpleType name="fooType">
<xsd:restriction>
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<!-- ... -->
</xsd:restriction>
</xsd:simpleType>
<!-- ... -->
</xsd:restriction>
</xsd:simpleType>
Thanks,
Jason.
Received on Sunday, 10 December 2000 22:02:54 UTC