Go to most recent revision |
Details |
Last modification |
View Log
| RSS feed
| Rev |
Author |
Line No. |
Line |
| 4462 |
dpurdie |
1 |
<xs:schema attributeFormDefault="unqualified" elementFormDefault="qualified" xmlns:xs="http://www.w3.org/2001/XMLSchema">
|
|
|
2 |
<xs:element name="files">
|
|
|
3 |
<xs:complexType>
|
|
|
4 |
<xs:sequence>
|
|
|
5 |
<xs:element name="file" maxOccurs="unbounded" minOccurs="0">
|
|
|
6 |
<xs:complexType>
|
|
|
7 |
<xs:simpleContent>
|
|
|
8 |
<xs:extension base="xs:string">
|
|
|
9 |
<xs:attribute type="xs:string" name="name" use="optional"/>
|
|
|
10 |
<xs:attribute type="xs:string" name="path" use="optional"/>
|
|
|
11 |
<xs:attribute type="xs:short" name="size" use="optional"/>
|
|
|
12 |
<xs:attribute type="xs:int" name="crc" use="optional"/>
|
|
|
13 |
</xs:extension>
|
|
|
14 |
</xs:simpleContent>
|
|
|
15 |
</xs:complexType>
|
|
|
16 |
</xs:element>
|
|
|
17 |
</xs:sequence>
|
|
|
18 |
</xs:complexType>
|
|
|
19 |
</xs:element>
|
|
|
20 |
</xs:schema>
|