You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by ba...@locus.apache.org on 2000/11/26 06:15:55 UTC

cvs commit: xml-cocoon/samples/sql esql.xsd

balld       00/11/25 21:15:54

  Modified:    samples/sql esql.xsd
  Log:
  added row-results accessor functions to the schema. probably incorrectly.
  
  Revision  Changes    Path
  1.2       +20 -1     xml-cocoon/samples/sql/esql.xsd
  
  Index: esql.xsd
  ===================================================================
  RCS file: /home/cvs/xml-cocoon/samples/sql/esql.xsd,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- esql.xsd	2000/11/10 07:53:50	1.1
  +++ esql.xsd	2000/11/26 05:15:53	1.2
  @@ -23,7 +23,26 @@
             <element name="esql:query" type="string" minOccurs="1" maxOccurs="1"/>
             <element name="esql:results" minOccurs="0" maxOccurs="1">
                 <!-- strings and stuff from other namespaces -->
  -              <element name="esql:row-results" minOccurs="0" maxOccurs="1"/>
  +              <element name="esql:row-results" minOccurs="0" maxOccurs="1">
  +                <!-- strings and stuff from other namespaces -->
  +                <element name="esql:get-columns" minOccurs="0" maxOccurs="unbounded"/>
  +                <element name="esql:get-string" minOccurs="0" maxOccurs="unbounded"/>
  +                <element name="esql:get-date" minOccurs="0" maxOccurs="unbounded"/>
  +                <element name="esql:get-time" minOccurs="0" maxOccurs="unbounded"/>
  +                <element name="esql:get-timestamp" minOccurs="0" maxOccurs="unbounded"/>
  +                <element name="esql:get-boolean" minOccurs="0" maxOccurs="unbounded"/>
  +                <element name="esql:get-double" minOccurs="0" maxOccurs="unbounded"/>
  +                <element name="esql:get-float" minOccurs="0" maxOccurs="unbounded"/>
  +                <element name="esql:get-int" minOccurs="0" maxOccurs="unbounded"/>
  +                <element name="esql:get-long" minOccurs="0" maxOccurs="unbounded"/>
  +                <element name="esql:get-short" minOccurs="0" maxOccurs="unbounded"/>
  +                <element name="esql:get-xml" minOccurs="0" maxOccurs="unbounded"/>
  +                <element name="esql:get-row-position" minOccurs="0" maxOccurs="unbounded"/>
  +                <element name="esql:get-column-name" minOccurs="0" maxOccurs="unbounded"/>
  +                <element name="esql:get-column-label" minOccurs="0" maxOccurs="unbounded"/>
  +                <element name="esql:get-column-type-name" minOccurs="0" maxOccurs="unbounded"/>
  +                <!-- strings and stuff from other namespaces -->
  +              </element>
                 <!-- strings and stuff from other namespaces -->
                 <element name="esql:no-results" minOccurs="0" maxOccurs="1"/>
                 <!-- strings and stuff from other namespaces -->