XML HomeWork Version 0 |
|
👤 Author: by ahdwaheedhotmailcom 2015-09-29 08:00:11 |
<xsd:schema
xmlns:xsd=”http://www.w3.org/2001/XMLSchema”
elementFormDefault=”qualified”
targetNamespace=”http://www.lanw.com/namespaces/pub”
xmlns=”http://www.lanw.com/namespaces/pub”>
<xsd:simpleType name=”yearType”>
<xsd:restriction base=”xsd:year”/>
</xsd:simpleType>
<xsd:simpleType name=”isbnType”>
<xsd:restriction base=”xsd:string”>
<xsd:pattern value=”[0-9]{10}”/>
</xsd:restriction>
</xsd:sim