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

« back to all changes in this revision

Viewing changes to schemas/rules.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
      string enumeration definitions for bcfg2
6
6
      Narayan Desai, Argonne National Laboratory
7
 
      $Id: rules.xsd 2045 2006-08-05 15:43:28Z desai $
 
7
      $Id: rules.xsd 2482 2006-11-10 19:15:03Z desai $
8
8
    </xsd:documentation>
9
9
  </xsd:annotation>
10
10
 
14
14
    <xsd:attribute type='xsd:string' name='name'/>
15
15
    <xsd:attribute type='StatusEnum' name='status'/>
16
16
    <xsd:attribute type='xsd:string' name='reload'/>
 
17
    <xsd:attribute type='xsd:string' name='type'/>
17
18
  </xsd:complexType>
18
19
 
19
20
  <xsd:complexType name='PackageType'>