This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
expression/xml/schema/Form1.xsd

64 lines
2.5 KiB
XML

<?xml version="1.0"?>
<xsd:schema
elementFormDefault="qualified"
targetNamespace="http://www.entrouvert.org/namespaces/expression/0.0"
xmlns="http://www.entrouvert.org/namespaces/expression/0.0"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
>
<xsd:annotation>
<xsd:documentation xml:lang="en">
Form1 Schema for Expression.
By: Frederic Peters &lt;fpeters@entrouvert.com&gt;
Emmanuel Raviart &lt;eraviart@entrouvert.com&gt;
Copyright (C) 2004 Entr'ouvert, Frederic Peters &amp; Emmanuel Raviart
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
</xsd:documentation>
</xsd:annotation>
<xsd:include schemaLocation="http://www.entrouvert.org/expression/schemas/Thing.xsd"/>
<xsd:include schemaLocation="http://www.entrouvert.org/expression/schemas/Spip.xsd"/>
<xsd:element name="vote" type="Vote"/>
<xsd:complexType name="Vote">
<xsd:complexContent>
<xsd:extension base="Thing">
<xsd:sequence>
<xsd:element name="reponse1" type="xsd:string"/>
<xsd:element name="note1" type="xsd:string"/>
<xsd:element name="reponse2" type="xsd:string"/>
<xsd:element name="note2" type="xsd:string"/>
<xsd:element name="reponse3" type="xsd:string"/>
<xsd:element name="note3" type="xsd:string"/>
<xsd:element name="reponse4" type="xsd:string"/>
<xsd:element name="note4" type="xsd:string"/>
<xsd:element name="reponse5" type="xsd:string"/>
<xsd:element name="note5" type="xsd:string"/>
<xsd:element name="reponse6" type="xsd:string"/>
<xsd:element name="note6" type="xsd:string"/>
<xsd:element name="reponse7" type="xsd:string"/>
<xsd:element name="note7" type="xsd:string"/>
<xsd:element name="note8" type="xsd:string"/>
<xsd:element name="reponse9" type="xsd:string"/>
<xsd:element name="note9" type="xsd:string"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
</xsd:schema>