Project

General

Profile

« Previous | Next » 

Revision 5948

Added by Jing Tao about 13 years ago

Make the schema with included schemas valid.

View differences:

item.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.item.org"
4
            xmlns="http://www.company.org"
5 5
            elementFormDefault="qualified">
6 6
    <xsd:complexType name="itemType">
7 7
        <xsd:sequence>
8
           <xsd:element name="name" type="xsd:string"/>
8
           <xsd:element name="itemName" type="xsd:string"/>
9 9
           <xsd:element name="serialNumber" type="xsd:string"/>
10 10
        </xsd:sequence>
11 11
    </xsd:complexType>

Also available in: Unified diff