Project

General

Profile

« Previous | Next » 

Revision 5948

Added by Jing Tao about 13 years ago

Make the schema with included schemas valid.

View differences:

product.xsd
1 1
<?xml version="1.0"?>
2 2
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
3 3
            targetNamespace="http://www.company.org"
4
            xmlns="http://www.product.org"
4
            xmlns="http://www.company.org"
5 5
            elementFormDefault="qualified">
6 6
    <xsd:include schemaLocation="./item.xsd"/>
7 7
    <xsd:complexType name="productType">

Also available in: Unified diff