<!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.2900.2668" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Hello,</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>I have an XMLContent type with a number of 
elements</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>In the .xsd file the element MainText is of type 
OpenCmsHtml.  When adding elements there is a rich text editor for this 
element but it does not have the options for adding images and links as with the 
full html editor.  Can I enable this?</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>.xsd file below</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>regards</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>James</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2><xsd:schema xmlns:xsd="<A 
href="http://www.w3.org/2001/XMLSchema">http://www.w3.org/2001/XMLSchema</A>" 
elementFormDefault="qualified"><BR> <BR> <xsd:include 
schemaLocation="opencms://opencms-xmlcontent.xsd"/> <BR> <xsd:element 
name="Developments" 
type="OpenCmsDevelopments"/><BR> <BR> <xsd:complexType 
name="OpenCmsDevelopments"><BR>  <xsd:sequence><BR>   <xsd:element 
name="Development" type="OpenCmsDevelopment" minOccurs="0" 
maxOccurs="unbounded"/><BR>  </xsd:sequence><BR> </xsd:complexType></FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2> <xsd:complexType 
name="OpenCmsDevelopment"><BR>  <xsd:sequence><BR>   <xsd:element 
name="Headline" type="OpenCmsString" 
/><BR>                        
<xsd:element name="MainText" type="OpenCmsHtml" 
/><BR>                        
<xsd:element name="ImageUrl" type="OpenCmsString" 
/><BR>                        
<xsd:element name="Links" type="OpenCmsString" minOccurs="0" 
maxOccurs="5"/><BR>                        
<xsd:element name="Email" type="OpenCmsString" 
/><BR>   <xsd:element name="Reference" type="OpenCmsString" 
/>   <BR>   <xsd:element name="Telephone" 
type="OpenCmsString" 
/><BR>                        
<xsd:element name="LOOP" type="OpenCmsString" 
/><BR>                        
<xsd:element name="Fax" type="OpenCmsString" 
/><BR>                        
<xsd:element name="IsAlive" type="OpenCmsString" 
/><BR>  </xsd:sequence><BR>  <xsd:attribute 
name="language" type="OpenCmsLocale" 
use="required"/><BR> </xsd:complexType><BR>        
<xsd:annotation><BR>  <xsd:appinfo><BR>                        
<defaults><BR>    <default element="LOOP" 
value="NULL|WAFRINET|SAFRINET|PACINET|NAFRINET|EuroLOOP|ASEANET|ANDINONET|CARINET|EAFRINET|EASINET|PACINET|LATINET|MESOAMERINET|NAMERILOOP|SACNET|bionet"/><BR>                                
<default element="IsAlive" 
value="true|false"/><BR>   </defaults><BR>   <layouts><BR>    <layout 
element="LOOP" widget="SelectorWidget" 
/><BR>                                
<layout element="IsAlive" widget="SelectorWidget" 
/><BR>   </layouts><BR>   <resourcebundle 
name="org.opencms.frontend.templateone.xmlcontentdemo.workplace"/><BR>   <mappings><BR>    <mapping 
element="Headline" mapto="property:Title" 
/><BR>   </mappings><BR>  </xsd:appinfo></FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial 
size=2> </xsd:annotation><BR></xsd:schema></FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV></BODY></HTML>