File: database-querytype.xml

package info (click to toggle)
lire 20020214-7
  • links: PTS
  • area: main
  • in suites: woody
  • size: 6,180 kB
  • ctags: 1,245
  • sloc: perl: 11,637; xml: 5,725; sh: 3,458; makefile: 1,008
file content (18 lines) | stat: -rw-r--r-- 729 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE lire:extended-schema PUBLIC
  "-//LogReport.ORG//DTD Lire DLF Schema Markup Language V1.0//EN"
  "http://www.logreport.org/LDSML/1.0/ldsml.dtd">
<lire:extended-schema id="database-querytype" base-schema="database"
 module="Lire::Extensions::Database::DatabaseSchema"
 required-fields="query"
 xmlns:lire="http://www.logreport.org/LDSML/">

 <lire:title>Query Type Extended Schema for Database service</lire:title>
 <lire:description>
  <para>This is an extended schema for the Database service which adds
   a field that gives the type of query that was done.
  </para>
 </lire:description>

 <lire:field name="querytype"    type="string" default=""/>
</lire:extended-schema>