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

« back to all changes in this revision

Viewing changes to strigidaemon/bin/daemon/xsd/metadataproperties.xsd

  • Committer: Package Import Robot
  • Author(s): Felix Geyer
  • Date: 2011-09-24 17:12:15 UTC
  • mfrom: (1.2.6 upstream)
  • mto: This revision was merged to the branch mainline in revision 44.
  • Revision ID: package-import@ubuntu.com-20110924171215-zmbi1f77jntvz65h
Tags: upstream-0.7.6
ImportĀ upstreamĀ versionĀ 0.7.6

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<schema xmlns="http://www.w3.org/2001/XMLSchema"
 
3
targetNamespace="http://www.vandenoever.info/strigi"
 
4
xmlns:tns="http://www.vandenoever.info/strigi">
 
5
 
 
6
<element name="metadataproperties">
 
7
  <complexType>
 
8
    <sequence>
 
9
      <element name="metadata" minOccurs="0" maxOccurs="unbounded">
 
10
        <complexType>
 
11
          <attribute name="key" type="string"/>
 
12
        </complexType>
 
13
      </element>
 
14
    </sequence>
 
15
  </complexType>
 
16
</element>
 
17
</schema>