Dear List,

In search.xsd there is a </xs:sequence> at line 138 without a
<xs:sequence>

##############################################################
        <xs:element name="definition">
                <xs:complexType mixed="true">
                        <xs:sequence>
                <xs:choice minOccurs="0">
                    <xs:element ref="csvfile"/>
                    <xs:element ref="dbasefile"/>
                    <xs:element ref="txtfile"/>
                    <xs:element ref="mslayer"/>
                    <xs:element ref="input" maxOccurs="unbounded"/>
                    <xs:element ref="option" maxOccurs="unbounded"/>
                </xs:choice>
                <xs:sequence>
                    <xs:element ref="dsn" minOccurs="0"/>
                    <xs:element ref="sql" minOccurs="0"/>
                    <xs:element ref="events" minOccurs="0"/>
                </xs:sequence>
            </xs:sequence>
################################################################

Karl
------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users

Reply via email to