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/FicheLiaison.xsd

63 lines
2.6 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">
"Fiche liaison democratie participative" 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/User.xsd"/>
<xsd:element name="ficheLiaison" type="FicheLiaison"/>
<xsd:complexType name="FicheLiaison">
<xsd:complexContent>
<xsd:extension base="Thing">
<xsd:sequence>
<xsd:element name="quartier" type="xsd:string"/>
<xsd:element name="dateEnvoiDemande" type="xsd:date"/>
<xsd:element name="referent" type="Identity"/>
<xsd:element name="dateDemande" type="xsd:date"/>
<xsd:element name="nomDemandeur" type="xsd:string"/>
<xsd:element name="prenomDemandeur" type="xsd:string"/>
<xsd:element name="telephoneDemandeur" type="xsd:string"/>
<xsd:element name="courrielDemandeur" type="xsd:string"/>
<xsd:element name="adresseDemandeur" type="xsd:string"/>
<xsd:element name="requetes" type="xsd:string"/>
<xsd:element name="themes" type="xsd:string"/>
<xsd:element name="serviceConcerne" type="xsd:string"/>
<xsd:element name="dateTransmission" type="xsd:date"/>
<xsd:element name="traiteur" type="xsd:string"/>
<xsd:element name="avisElu" type="xsd:string"/>
<xsd:element name="typeReponse" type="xsd:string"/>
<xsd:element name="dateReponse" type="xsd:date"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
</xsd:schema>