- From: -saNetta- <san_netta@yahoo.com>
- Date: Tue, 23 Sep 2003 16:56:18 +1000 (EST)
- To: xmlschema-dev@w3.org
<xsd:attribute name="number" type="NumberType"
use="required" />
<xsd:simpleType name="NumberType">
<xsd:restriction base="xsd:string">
<xsd:pattern value="[i][0-9]+" />
</xsd:restriction>
</xsd:simpleType>
Is the above xml schema consider using inheritance?
:) ^_^ THank you.
Regards,
San
http://search.yahoo.com.au - Yahoo! Search
- Looking for more? Try the new Yahoo! Search
Received on Tuesday, 23 September 2003 02:56:54 UTC