<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.6000.16609" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV> </DIV>
<DIV><FONT face=Arial size=2>I was studying the module's development, and 
I'm blocked here <A 
href="http://opencms-wiki.org/Defining_OpenCMS_structured_XML_content#Step_1_.E2.80.93_Create_the_module_and_configure_it">http://opencms-wiki.org/Defining_OpenCMS_structured_XML_content#Step_1_.E2.80.93_Create_the_module_and_configure_it</A> .</FONT></DIV>
<DIV><FONT face=Arial size=2>I followed exactly those passages, but,when I 
choose my new xml content type that I created, OpenCms give me this errore: 
"<FONT face="Times New Roman" size=3> Invalid OpenCms content definition XML 
schema structure:<BR>"Schema" node expected.</FONT>"</FONT></DIV>
<DIV><FONT face=Arial size=2>Repeat: I've done exatcly that written in the link 
above.And I don't seem schema node is missing...</FONT></DIV>
<DIV><FONT face=Arial size=2>Anyway, here's my .xsd placed in the schemas 
folder:</FONT></DIV>
<DIV><FONT face=Arial size=2><?xml version="1.0" 
encoding="UTF-8"?></FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2><xsd:schema xmlns:xsd="<A 
href="http://www.w3c.org/2001/XMLSchema">http://www.w3c.org/2001/XMLSchema</A>" 
elementFormDefault="qualified"></FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2> <xsd:include 
schemaLocation="opencms://opencms-xmlcontent.xsd"/></FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2> <xsd:element name="AccessibilityTypes" 
type="OpenCmsAccessibilityTypes"/></FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2> <xsd:complexType 
name="OpenCmsAccessibilityTypes"></FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial 
size=2>  <xsd:sequence><BR> <BR>   <xsd:element 
name="Accessibility" type="OpenCmsAccessibility" minOccurs="0" 
maxOccurs="unbounded"/></FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2>  </xsd:sequence></FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2> </xsd:complexType></FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2> <xsd:complexType 
name="OpenCmsAccessibility"></FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial 
size=2>  <xsd:sequence><BR> <BR>   <xsd:element 
name="Title" type="OpenCmsString" /><BR>   <xsd:element 
name="Teaser" type="OpenCmsString" 
maxOccurs="3"/><BR>   <xsd:element name="Text" 
type="OpenCmsHtml" /></FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2>  </xsd:sequence></FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2>  <xsd:attribute name="language" 
type="OpenCmsLocale" use="required" /></FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2> </xsd:complexType></FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2></xsd:schema></FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>I tried anything but I can't understand where's the 
error...</FONT></DIV>
<DIV><FONT face=Arial size=2>Someone has already got this problem?</FONT></DIV>
<DIV><FONT face=Arial size=2>Thank you very much!</FONT></DIV>
<DIV><FONT face=Arial size=2>Francesco Fabi</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV></BODY></HTML>