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