Given the following schema,

<xsd:schema xmlns="http://www.ros.ie/schemas/customs/edisad/v1";
xmlns:cus="http://www.ros.ie/schemas/customs/customstypes/v1";
xmlns:xsd="http://www.w3.org/2001/XMLSchema";
targetNamespace="http://www.ros.ie/schemas/customs/edisad/v1";
elementFormDefault="qualified" attributeFormDefault="unqualified">
        <xsd:import 
namespace="http://www.ros.ie/schemas/customs/customstypes/v1";
schemaLocation="../../customstypes/v1/schema.xsd"/>
        <xsd:annotation>
                <xsd:documentation>Edifact SAD Declaration</xsd:documentation>
        </xsd:annotation>
        <xsd:element name="EdiCustomsDeclaration" type="cus:IEEdifactString">
                <xsd:annotation>
                        <xsd:documentation>Edifact message string contained 
within a
<![CDATA[ ]]> structure</xsd:documentation>
                </xsd:annotation>
        </xsd:element>
</xsd:schema>


Would Axis2 put the <![CDATA[]]> text around the data or do i have to do
this myself?

Reply via email to