Did you set up the primary key of your database data source?

"
  <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema";
targetNamespace="http://fdo.osgeo.org/schemas/feature/dbo";
xmlns:fdo="http://fdo.osgeo.org/schemas";
xmlns:gml="http://www.opengis.net/gml";
xmlns:dbo="http://fdo.osgeo.org/schemas/feature/dbo";
elementFormDefault="qualified" attributeFormDefault="unqualified">
    <xs:element name="YOURVIEW" type="dbo:YOURVIEWType" abstract="false"
substitutionGroup="gml:_Feature">
      <xs:key name="YOURVIEWKey">
        <xs:selector xpath=".//YOURVIEW" />
        <xs:field xpath=&quot;&lt;b>UNIQUE ID*" />
      </xs:key>
    </xs:element>
    <xs:complexType name="YOURVIEWType" abstract="false"
fdo:geometryName="GEOM">
      <xs:annotation>
        <xs:documentation />
"



--
Sent from: http://osgeo-org.1560.x6.nabble.com/MapGuide-Users-f4182607.html
_______________________________________________
mapguide-users mailing list
mapguide-users@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/mapguide-users

Reply via email to