You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by gr...@apache.org on 2001/01/16 17:08:22 UTC

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

greenrd     01/01/16 08:08:22

  Modified:    samples/sql esql.xsd
  Log:
  updated schema to note encoding element
  
  Revision  Changes    Path
  1.8       +12 -0     xml-cocoon/samples/sql/esql.xsd
  
  Index: esql.xsd
  ===================================================================
  RCS file: /home/cvs/xml-cocoon/samples/sql/esql.xsd,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- esql.xsd	2000/11/30 06:01:52	1.7
  +++ esql.xsd	2001/01/16 16:08:21	1.8
  @@ -82,11 +82,23 @@
                                 <annotation>
                                   <documentation>Returns a sequence of elements whose names are the current row's column names, and whose values are the current row's column values</documentation>
                                 </annotation>
  +                              <element name="esql:encoding" minOccurs="0" maxOccurs="1">
  +                                <annotation>
  +                                  <documentation>The encoding used for this column, specified as a Java encoding 
  +name.</documentation>
  +                                </annotation>
  +                              </element>
                               </element>
                               <element name="esql:get-string" minOccurs="0" maxOccurs="unbounded" type="EsqlColumnFunction">
                                 <annotation>
                                   <documentation>Returns the value of the given column in the current row as a string</documentation>
                                 </annotation>
  +                              <element name="esql:encoding" minOccurs="0" maxOccurs="1">
  +                                <annotation>
  +                                  <documentation>The encoding used for this column, specified as a Java encoding
  +name.</documentation>
  +                                </annotation>
  +                              </element>
                               </element>
                               <element name="esql:get-date" minOccurs="0" maxOccurs="unbounded" type="EsqlFormattedColumnFunction">
                                 <annotation>