problème dans le fichier press-release.xsd

cancel
Showing results for 
Search instead for 
Did you mean: 
ozibtissam
Member II

problème dans le fichier press-release.xsd

Bonjour,
j'ai crée un projet web et j'ai définie le contenu press-release.xsd et tout mais le problème c'est que j'arrive pas à créer un contenu à partir du formulaire web press-release
voici le fichier press-release.xsd
<?xml version="1.0"?>
<!–
* Copyright (C) 2005-2007 Alfresco Software Limited.
*
* 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.

* As a special exception to the terms and conditions of version 2.0 of
* the GPL, you may redistribute this Program in connection with Free/Libre
* and Open Source Software ("FLOSS") applications as described in Alfresco's
* FLOSS exception.  You should have recieved a copy of the text describing
* the FLOSS exception, and it is also available here:
* http://www.alfresco.com/legal/licensing"

Describes a press release and related assets.
–>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
      xmlns:pr="http://www.alfresco.org/alfresco/pr"
           targetNamespace="http://www.alfresco.org/alfresco/pr"
           elementFormDefault="qualified">

  <!– dynamically loads the company footer choices simple type –>
  <xs:include schemaLocation="/media/releases/get_company_footer_choices_simple_type.jsp"/>

  <xs:simpleType name="category">
    <xs:restriction base="xs:normalizedString">
      <xs:enumeration value="Product"/>
      <xs:enumeration value="Partnership"/>
      <xs:enumeration value="Company"/>
      <xs:enumeration value="Event"/>
      <xs:enumeration value="Training"/>
    </xs:restriction>
  </xs:simpleType>

  <!– defines the form for creating a press release –>
  <xs:element name="press_release">
    <xs:complexType>
      <xs:sequence>
        <xs:element name="title" type="xs:string"/>
        <xs:element name="abstract" type="xs:string"/>
        <xs:element name="location" type="xs:string"/>
        <xs:element name="body" type="xs:string" minOccurs="1" maxOccurs="unbounded"/>
   <xs:element name="include_company_footer" type="pr:company_footer_choices" minOccurs="1" maxOccurs="unbounded"/>
   <xs:element name="include_media_contacts" type="xs:boolean" default="true"/>
   <xs:element name="keywords" type="xs:string" minOccurs="0" maxOccurs="1"/>
   <xs:element name="category" type="pr:category" default="Company"/>
   <xs:element name="launch_date" type="xs:date"/>
   <xs:element name="expiration_date" type="xs:date"/>
      </xs:sequence>
    </xs:complexType>
  </xs:element>
</xs:schema>
merci pour votre aide.
3 Replies
rguinot
Customer

Re: problème dans le fichier press-release.xsd

il vous faudrait préciser un peu votre environnement ainsi que la procédure que vous suivez pour arriver au problème que vous rencontrez.
En l'état, il y a peu de chances que vous obteniez une réponse.
ozibtissam
Member II

Re: problème dans le fichier press-release.xsd

Bonjour,
environnement technique:
serveur:windows;
Base de données:Mysql;
tomcat;JDK1.5.0_15
version:Alfresco-community-tomcat-2.9.0B et Alfresco-community-WCM-2.1.0

lorsque je crée un contenu à patir du formulaire web press-release j'obtiens toujours des erreurs dans la page

merci pour votre aide
rguinot
Customer

Re: problème dans le fichier press-release.xsd

Alfresco 2.9.0B - WCM 2.1.0

N'y voyez vous pas un problème ?

Essayez plutôt avec des versions compatibles.