~ubuntu-branches/ubuntu/oneiric/strigi/oneiric

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="UTF-8"?>
<schema xmlns="http://www.w3.org/2001/XMLSchema"
targetNamespace="http://www.vandenoever.info/strigi"
xmlns:tns="http://www.vandenoever.info/strigi">

<element name="metadataproperties">
  <complexType>
    <sequence>
      <element name="metadata" minOccurs="0" maxOccurs="unbounded">
        <complexType>
          <attribute name="key" type="string"/>
        </complexType>
      </element>
    </sequence>
  </complexType>
</element>
</schema>