~ubuntu-branches/ubuntu/feisty/gnumeric/feisty-updates

« back to all changes in this revision

Viewing changes to gnumeric.xsd

  • Committer: Bazaar Package Importer
  • Author(s): Gauvain Pocentek
  • Date: 2006-12-20 16:30:57 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20061220163057-3mrnnae80im72nlr
Tags: 1.7.6-1ubuntu1
* Merge with debian experimental:
  - debian/control, debian/*-gtk-*, debian/rules,
    debian/shlibs.local: Xubuntu changes for
    gtk/gnome multibuild.
  - run intltool-update in po*
  - Build Depend on intltool

Show diffs side-by-side

added added

removed removed

Lines of Context:
826
826
                                <xsd:attribute name="Index" type="xsd:nonNegativeInteger" use="required"/>
827
827
                                <xsd:attribute name="Type"  type="gnm:FilterFieldType" use="required"/>
828
828
 
 
829
                                <!-- WARNING WARNING WARNING
 
830
                                        Value and ValueType have their senses
 
831
                                        reversed due to an old typo -->
829
832
                                <!-- Only valid for Type=expr -->
830
 
                                <xsd:attribute name="ValueType0" type="gnm:ValueType"     use="optional"/>
831
 
                                <xsd:attribute name="Value0"     type="xsd:string"        use="optional"/>
 
833
                                <xsd:attribute name="Value0"     type="gnm:ValueType"     use="optional"/>
 
834
                                <xsd:attribute name="ValueType0" type="xsd:string"        use="optional"/>
832
835
                                <xsd:attribute name="Op0"        type="gnm:FilterFieldOp" use="optional"/>
833
 
                                <xsd:attribute name="ValueType1" type="gnm:ValueType"     use="optional"/>
834
 
                                <xsd:attribute name="Value1"     type="xsd:string"        use="optional"/>
 
836
                                <xsd:attribute name="Value1"     type="gnm:ValueType"     use="optional"/>
 
837
                                <xsd:attribute name="ValueType1" type="xsd:string"        use="optional"/>
835
838
                                <xsd:attribute name="Op1"        type="gnm:FilterFieldOp" use="optional"/>
836
839
 
837
840
                                <!-- Only valid for Type=bucket -->
838
841
                                <xsd:attribute name="Top"   type="xsd:boolean"  use="optional"/> <!-- top vs bottom -->
839
842
                                <xsd:attribute name="Items" type="xsd:boolean"  use="optional"/> <!-- top n vs top n% -->
840
 
                                <xsd:attribute name="Count" type="xsd:integer"  use="optional"/> <!-- top COUNT -->
 
843
                                <xsd:attribute name="Count" type="xsd:double"   use="optional"/> <!-- top COUNT -->
841
844
                            </xsd:complexType>
842
845
                        </xsd:element>
843
846
                    </xsd:sequence>