Inheritance

<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