[opencms-dev] XSD contents : minOccurs maxOccurs problems

Territorio Jordan-V. jordan.territorio at gmail.com
Tue May 6 13:25:44 CEST 2008


Mmmmh okay now i have an other problem lol

XML validation error :
<errors>
<error column="18" line="5">cvc-complex-type.4: Attribute 'language' must
appear on element 'News'.</error>
</errors>
<warnings>


2008/5/6 Territorio Jordan-V. <jordan.territorio at gmail.com>:

> It's loaded, it was the path to the MyNew.xsd.
>
> But i have always the same problem than in the first file. I can't add a
> new "MyNew" block... I can have multiples Text block in the MyNew block but
> no multiples block MyNew in the MyList.xsd...
>
> In fact i have exactly the same result than the beginning :s
>
> 2008/5/6 Bozidar Ilievski <bozidar.ilievski at netcetera.com.mk>:
>
> Hi.
> >
> > Territorio Jordan-V. wrote:
> > > I must do something wrong...
> > >
> > > org.opencms.xml.CmsXmlException: Unmarshalling XML document failed.
> > >     at
> > org.opencms.xml.CmsXmlUtils.unmarshalHelper(CmsXmlUtils.java:654)
> > >     at
> > org.opencms.xml.CmsXmlUtils.unmarshalHelper(CmsXmlUtils.java:617)
> > >
> > > here is the new code for the list :
> > > <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
> > >     elementFormDefault="qualified">
> > >
> > >     <xsd:include schemaLocation="opencms://opencms-xmlcontent.xsd" />
> > >     <!-- I think the problem is there... -->
> > >     <xsd:include schemaLocation="./antargaz_news.xsd" />
> >
> > I usually enter the absolute location of the referenced schema file:
> > Example:
> > <xsd:include schemaLocation="opencms://system/.../my_schema.xsd"/>
> >
> > >     <xsd:element name="MyNewsLists" type="OpenCmsMyNewsLists" />
> > >
> > >     <xsd:complexType name="OpenCmsMyNewsLists">
> > >         <xsd:sequence>
> > >             <xsd:element name="MyNewsList" type="OpenCmsMyNewsList"
> > >                 minOccurs="0" maxOccurs="unbounded" />
> > >         </xsd:sequence>
> > >     </xsd:complexType>
> > >
> > >     <xsd:complexType name="OpenCmsMyNewsList">
> > >         <xsd:sequence minOccurs="0" maxOccurs="unbounded">
> > >             <xsd:element name="News" type="OpenCmsNew"
> >
> > or maybe this is your problem.
> > In the previous post, your type was OpenCmsMyNew, not OpenCmsNew.
> >
> > >                 minOccurs="0" maxOccurs="1" />
> > >         </xsd:sequence>
> > >         <xsd:attribute name="language" type="OpenCmsLocale"
> > >             use="required" />
> > >     </xsd:complexType>
> > > </xsd:schema>
> > >
> >
> > Regadrds,
> > Bobi.
> >
> > --
> > Bozidar Ilievski | bozidar.ilievski at netcetera.com.mk
> > phone +389 -2- 30 64 532 | fax +389 -2- 30 79 495
> > Netcetera | 1000 Skopje | Macedonia | http://netcetera.com.mk
> >
> > _______________________________________________
> > This mail is sent to you from the opencms-dev mailing list
> > To change your list options, or to unsubscribe from the list, please
> > visit
> > http://lists.opencms.org/mailman/listinfo/opencms-dev
> >
>
>
>
> --
> TERRITORIO Jordan-Victor
> Ingénieur d'Intégration Java
> TEAMLOG – Ingenieurs 2000
>
> +33 6 30 66 54 69
> jot at teamlog.com
>



-- 
TERRITORIO Jordan-Victor
Ingénieur d'Intégration Java
TEAMLOG – Ingenieurs 2000

+33 6 30 66 54 69
jot at teamlog.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://webmail.opencms.org/pipermail/opencms-dev/attachments/20080506/7e3e52fd/attachment.htm>


More information about the opencms-dev mailing list