Statistics
| Branch: | Revision:

root / main / conf / images.xsd @ af63e739

History | View | Annotate | Download (638 Bytes)

1
<?xml version="1.0" encoding="UTF-8"?>
2
<schema
3
    elementFormDefault="qualified"
4
    attributeFormDefault="unqualified"
5
    xmlns="http://www.w3.org/2001/XMLSchema"
6
    xmlns:csapi="http://docs.rackspacecloud.com/servers/api/v1.0"
7
    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
8
    targetNamespace="http://docs.rackspacecloud.com/servers/api/v1.0"
9
>
10
  <include schemaLocation="image.xsd" />
11
  <element name="images" type="csapi:Images" />
12

    
13
  <!-- Complex Types -->
14
  <complexType name="Images">
15
    <sequence>
16
      <element name="image" type="csapi:Image" minOccurs="0" maxOccurs="1000" />
17
    </sequence>
18
  </complexType>
19
</schema>
20