~ubuntu-branches/ubuntu/hardy/bcfg2/hardy-updates

« back to all changes in this revision

Viewing changes to schemas/metadata.xsd

  • Committer: Bazaar Package Importer
  • Author(s): Sami Haahtinen
  • Date: 2006-11-16 22:39:16 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20061116223916-8dtn3t86cz58vg2x
Tags: 0.8.6.1-1
* New Upstream Release
* Replaced faulty if clause in bcfg2.postrm (Closes: #398772)

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
    <xsd:documentation>
5
5
      metadata schema for bcfg2
6
6
      Narayan Desai, Argonne National Laboratory
7
 
      $Id: metadata.xsd 1865 2006-05-25 19:40:58Z desai $
 
7
      $Id: metadata.xsd 2447 2006-10-19 12:23:35Z dclark $
8
8
    </xsd:documentation>
9
9
  </xsd:annotation>
10
10
  
11
11
  <xsd:simpleType name='toolsetType'>
12
12
    <xsd:restriction base="xsd:string">
13
 
      <xsd:pattern value="rh|debian|solaris"/>
 
13
      <xsd:pattern value="rh|debian|solaris|aix|auto"/>
14
14
    </xsd:restriction>
15
15
  </xsd:simpleType>
16
16