metacat/test/servertestfiles/item.xsd @ 5955
1 | 5939 | tao | <?xml version="1.0"?>
|
---|---|---|---|
2 | <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" |
||
3 | targetNamespace="http://www.company.org" |
||
4 | 5948 | tao | xmlns="http://www.company.org" |
5 | 5939 | tao | elementFormDefault="qualified"> |
6 | <xsd:complexType name="itemType"> |
||
7 | <xsd:sequence>
|
||
8 | 5948 | tao | <xsd:element name="itemName" type="xsd:string"/> |
9 | 5939 | tao | <xsd:element name="serialNumber" type="xsd:string"/> |
10 | </xsd:sequence>
|
||
11 | </xsd:complexType>
|
||
12 | </xsd:schema>
|
||
13 |