Hi Ben,
you are of course right: I do have all those jars full of XML schemas on
the classpath... but I didn't realize it at first, because Eclipse only
added those to the RUNTIME classpath (Run --> Run configurations... -->
Classpath) and not to the BUILD classpath (which is what I expected,
since the gt-app-schema process does not explicitly export those
dependencies). So I kept looking into the .classpath file in the
gs-web-app project and couldn't figure out what was going on.

Anyway, I did some more experiments and found that if I clear the
app-schema cache, extract the GML 3.2.1 schemas from gml-3.2-3.2.1-1.jar
and put them in the right place under
$GEOSERVER_DATA_DIR/app-schema-cache, the encoding of
gml:AbstractGeometry works just fine.

So, it looks like there are problems parsing the latest GML 3.2.1
schemas available at http://schemas.opengis.net/gml/3.2.1
I had a closer look to what's different in the 3.2.1.2 online version
(the gml.xsd schema contained in our gml-3.2-* JAR file declares
version="3.2.1 2010-01-28"), but it's not much.
The latest entry in the README file is dated 2012-07-21 and goes like
this:

  * v2.0.0 - v3.2.1 WARNING XLink change is NOT BACKWARD COMPATIBLE.
  * changed OGC XLink (xlink:simpleLink) to W3C XLink
(xlink:simpleAttrs)
  per an approved TC and PC motion during the Dec. 2011 Brussels
meeting.
  see http://www.opengeospatial.org/blog/1597
  * implement 11-025: retroactively require/add all leaf documents of an
  XML namespace shall explicitly <include/> the all-components schema
  * v3.2.1: updated xsd:schema:@version to 3.2.1.2 (06-135r7 s#13.4)

I'm attaching the output of a diff between all correspondent schemas.

As explained in the README, the only differences are:
1) all schemas (except the root schema gml.xsd) directly now include the
root schema via <include schemaLocation="gml.xsd"/>
2) gmlBase.xsd includes http://www.w3.org/1999/xlink.xsd (W3C) instead
of http://schemas.opengis.net/xlink/1.0.0/xlinks.xsd (OGC) and
references "xlink:simpleAttrs" in place of "xlink:simpleLink"
3) the version attribute of each <schema> element has been upgraded to
3.2.1.2

I fail to see how these changes may affect the parsing... does anybody
have an idea?

Thanks!


Il giorno gio, 25/06/2015 alle 11.53 +1200, Ben Caradoc-Davies ha
scritto:
> Stefano,
> 
> the app-schema resolver gives priority to schemas on the classpath over 
> schemas downloaded and stored in the app-schema cache:
> http://docs.geoserver.org/latest/en/user/data/app-schema/app-schema-resolution.html
> 
> The gt-app-schema module includes several test dependencies that are jar 
> files containing application schemas, built using these poms (and 
> manually deployed to the osgeo Maven repository):
> https://github.com/geotools/geotools/tree/master/modules/extension/app-schema/app-schema-packages
> 
> I will list these schema jars later in this email.
> 
> By manually adding the gt-app-schema project to the GeoServer classpath 
> rather than using Maven eclipse:eclipse (with the -Papp-schema profile) 
> you are adding transitive dependencies and including test dependencies. 
> Key differences between Maven and Eclipse are that Eclipse has no 
> concept of phase (compile versus test) and no way of excluding 
> transitive dependencies. Eclipse dependencies tend to be a superset of 
> Maven dependencies.
> 
> Maven dependency:tree with -Papp-schema inside GeoServer src/web/app 
> includes only the following related to app-schema (no schema jars):
> 
> [INFO] +- org.geotools:gt-app-schema:jar:14-SNAPSHOT:compile
> [INFO] |  +- org.geotools:gt-complex:jar:tests:14-SNAPSHOT:compile
> [INFO] |  +- commons-digester:commons-digester:jar:1.7:compile
> [INFO] |  |  \- xml-apis:xml-apis:jar:1.0.b2:compile
> [INFO] |  +- org.geotools:gt-app-schema-resolver:jar:14-SNAPSHOT:compile
> [INFO] |  \- xpp3:xpp3_min:jar:1.1.4c:compile
> 
> Now compare with this excerpt (schema jars only) from Maven 
> dependency:tree run inside GeoTools 
> modules/extension/app-schema/app-schema; all these will be included by 
> your Eclipse project dependency:
> 
> [INFO] +- org.geotools.schemas:geosciml-2.0:jar:2.0.2-4:test
> [INFO] |  +- org.geotools.schemas:gml-3.1:jar:3.1.1-4:test
> [INFO] |  |  \- org.geotools.schemas:xlink-1.0:jar:1.0.0-3:test
> [INFO] |  +- org.geotools.schemas:sampling-1.0:jar:1.0.0-4:test
> [INFO] |  |  +- org.geotools.schemas:om-1.0:jar:1.0.0-4:test
> [INFO] |  |  |  \- org.geotools.schemas:sensorML-1.0:jar:1.0.1-4:test
> [INFO] |  |  |     \- org.geotools.schemas:ic-2.0:jar:2.0.0-3:test
> [INFO] |  |  \- org.geotools.schemas:sweCommon-1.0:jar:1.0.1-4:test
> [INFO] |  \- org.geotools.schemas:cgiutilities-1.0:jar:1.0.0-4:test
> [INFO] +- org.geotools.schemas:earthresourceml-1.1:jar:1.1.0-3:test
> [INFO] +- org.geotools.schemas:xml-1.0:jar:1.0.0-3:test
> [INFO] +- org.geotools.schemas:geosciml-3.0-seegrid:jar:3.0.0-1:test
> [INFO] |  +- org.geotools.schemas:gml-3.2:jar:3.2.1-1:test
> [INFO] |  +- org.geotools.schemas:iso-19139-2007:jar:1.0.0-1:test
> [INFO] |  +- org.geotools.schemas:iso-19156-seegrid:jar:2.0.0-1:test
> [INFO] |  |  +- org.geotools.schemas:om-2.0:jar:2.0.0-1:test
> [INFO] |  |  \- org.geotools.schemas:sampling-2.0:jar:2.0.0-1:test
> [INFO] |  \- org.geotools.schemas:sweCommon-1.0-gml32:jar:1.0.1-1:test
> [INFO] +- org.geotools.schemas:geosciml-3.2:jar:3.2.0-1:test
> [INFO] |  +- org.geotools.schemas:sweCommon-2.0:jar:2.0-1:test
> [INFO] |  |  \- org.geotools.schemas:xlink-1999:jar:1.0.0-1:test
> [INFO] |  \- org.geotools.schemas:samplingSpatial-2.0:jar:2.0-1:test
> 
> You have added to the Eclipse classpath jars that contain GML 3.2, GMD, 
> a pre-release O&M 2.0 (iso-19156-seegrid), and Sampling, amongst others. 
> The app-schema resolver will give these priority over anything it caches 
> from the net, so you may be using these older Maven-cached versions of 
> the schemas, not the latest ones from the net.
> 
> Kind regards,
> Ben.
> 
> On 24/06/15 05:35, Stefano Costa wrote:
> > Hi all,
> > I'm resurrecting this old thread because I've been working on this again
> > and I've made a few new discoveries.
> >
> > As a quick reminder, the mapping I'm struggling with is:
> >
> > <AttributeMapping>
> >    <targetAttribute>
> > lcv:extent/gmd:EX_Extent/gmd:geographicElement/gmd:EX_BoundingPolygon/gmd:polygon/gml:AbstractGeometry
> >    </targetAttribute>
> >    <sourceExpression><OCQL>geom</OCQL></sourceExpression>
> >    <targetAttributeNode>gml:MultiSurfaceType</targetAttributeNode>
> > </AttributeMapping>
> >
> > which produces an empty gml:AbstractGeometry tag.
> >
> > First of all, the weirdest of thigs: I found a way to make it work as
> > expected (actually, my colleague Mauro Bartolomeoli did).
> > Steps to reproduce:
> > 1) inside Eclipse, import all GeoServer projects, plus gt-app-schema
> > from GeoTools.
> > 2) add the gt-app-schema project to the classpath of gs-web-app the
> > Eclipse way (Configure build path --> Projects --> Add) and NOT by
> > running mvn eclipse:clean eclipse:eclipse -Papp-schema
> > 3) start GeoServer from Eclipse... et voilà, it works! The
> > gml:AbstractGeometry tag inside gmd:polygon is correctly encoded as a
> > gml:MultiSurface geometry.
> > If I run GeoServer from Eclipse the standard way or build a WAR, deploy
> > and run it, all I get is an empty gml:AbstractGeometry element.
> >
> > Second, I've found where the code goes wrong, but I can't explain why.
> > The problem occurs inside org.geotools.xml.Encoder, line 769:
> >
> > if (entry.element.isAbstract()) {
> > ..
> > }
> >
> > If I run GeoServer from Eclipse the standard way, when the time to
> > encode gml:AbstractGeometry comes, entry.element.isAbstract() returns
> > false, causing the code inside the if block to be skipped. If I add
> > gt-app-schema to the build path as described previously,
> > entry.element.isAbstract() returns true and the geometry is encoded just
> > fine.
> > Apparently, this wrong element declaration comes from a call to
> > encoder.getSchemaIndex().getChildElementParticles() inside the class
> > org.geotools.xml.impl.BindingPropertyExtractor:
> > https://github.com/geotools/geotools/blob/aa0d0346e4bb4a5a2055559c22d2b12ded7cbd20/modules/extension/xsd/xsd-core/src/main/java/org/geotools/xml/impl/BindingPropertyExtractor.java#L71
> >
> >
> > Does this ring any bell? Any suggestion on what other things I could
> > try?
> >
> > BTW, I'm working on GeoServer/GeoTools master.
> >
> > Many thanks!
> 

-- 

Best regards,
Stefano Costa

==
GeoServer Professional Services from the experts! Visit
http://goo.gl/it488V for more information.
==
Dott. Stefano Costa
Senior Software Engineer

GeoSolutions S.A.S.
Via Poggio alle Viti 1187
55054  Massarosa (LU)
Italy
phone: +39 0584 962313
fax:     +39 0584 1660272

http://www.geo-solutions.it
http://twitter.com/geosolutions_it

-------------------------------------------------------
AVVERTENZE AI SENSI DEL D.Lgs. 196/2003
Le informazioni contenute in questo messaggio di posta elettronica e/o
nel/i file/s allegato/i sono da considerarsi strettamente riservate.
Il loro utilizzo è consentito esclusivamente al destinatario del
messaggio, per le finalità indicate nel messaggio stesso. Qualora
riceviate questo messaggio senza esserne il destinatario, Vi preghiamo
cortesemente di darcene notizia via e-mail e di procedere alla
distruzione del messaggio stesso, cancellandolo dal Vostro sistema.
Conservare il messaggio stesso, divulgarlo anche in parte,
distribuirlo ad altri soggetti, copiarlo, od utilizzarlo per finalità
diverse, costituisce comportamento contrario ai principi dettati dal
D.Lgs. 196/2003.

The information in this message and/or attachments, is intended solely
for the attention and use of the named addressee(s) and may be
confidential or proprietary in nature or covered by the provisions of
privacy act (Legislative Decree June, 30 2003, no.196 - Italy's New
Data Protection Code).Any use not in accord with its purpose, any
disclosure, reproduction, copying, distribution, or either
dissemination, either whole or partial, is strictly forbidden except
previous formal approval of the named addressee(s). If you are not the
intended recipient, please contact immediately the sender by
telephone, fax or e-mail and delete the information in this message
that has been received in error. The sender does not give any warranty
or accept liability as the content, accuracy or completeness of sent
messages and accepts no responsibility  for changes made after they
were sent or for other risks which arise as a result of e-mail
transmission, viruses, etc.


diff gml-3.2.1-WORKING/net/opengis/schemas/gml/3.2.1/basicTypes.xsd gml-3.2.1.2-NOT-WORKING/net/opengis/schemas/gml/3.2.1/basicTypes.xsd
2c2
< <schema targetNamespace="http://www.opengis.net/gml/3.2"; xmlns:gml="http://www.opengis.net/gml/3.2"; xmlns:xlink="http://www.w3.org/1999/xlink"; xmlns="http://www.w3.org/2001/XMLSchema"; elementFormDefault="qualified" version="3.2.1 2010-01-28">
---
> <schema targetNamespace="http://www.opengis.net/gml/3.2"; xmlns:gml="http://www.opengis.net/gml/3.2"; xmlns:xlink="http://www.w3.org/1999/xlink"; xmlns="http://www.w3.org/2001/XMLSchema"; elementFormDefault="qualified" version="3.2.1.2">
13c13
< Copyright (c) 2007,2010 Open Geospatial Consortium, Inc. All Rights Reserved.
---
> Copyright (c) 2007,2010 Open Geospatial Consortium.
16a17
> 	<include schemaLocation="gml.xsd"/>
diff gml-3.2.1-WORKING/net/opengis/schemas/gml/3.2.1/coordinateOperations.xsd gml-3.2.1.2-NOT-WORKING/net/opengis/schemas/gml/3.2.1/coordinateOperations.xsd
2c2
< <schema targetNamespace="http://www.opengis.net/gml/3.2"; elementFormDefault="qualified" xml:lang="en" xmlns:gml="http://www.opengis.net/gml/3.2"; xmlns:gmd="http://www.isotc211.org/2005/gmd"; xmlns="http://www.w3.org/2001/XMLSchema"; version="3.2.1 2010-01-28">
---
> <schema targetNamespace="http://www.opengis.net/gml/3.2"; elementFormDefault="qualified" xml:lang="en" xmlns:gml="http://www.opengis.net/gml/3.2"; xmlns:gmd="http://www.isotc211.org/2005/gmd"; xmlns="http://www.w3.org/2001/XMLSchema"; version="3.2.1.2">
15c15
< Copyright (c) 2007,2010 Open Geospatial Consortium, Inc. All Rights Reserved.
---
> Copyright (c) 2007,2010 Open Geospatial Consortium.
18a19
> 	<include schemaLocation="gml.xsd"/>
diff gml-3.2.1-WORKING/net/opengis/schemas/gml/3.2.1/coordinateReferenceSystems.xsd gml-3.2.1.2-NOT-WORKING/net/opengis/schemas/gml/3.2.1/coordinateReferenceSystems.xsd
2c2
< <schema targetNamespace="http://www.opengis.net/gml/3.2"; xmlns="http://www.w3.org/2001/XMLSchema"; xmlns:gml="http://www.opengis.net/gml/3.2"; elementFormDefault="qualified" xml:lang="en" version="3.2.1 2010-01-28">
---
> <schema targetNamespace="http://www.opengis.net/gml/3.2"; xmlns="http://www.w3.org/2001/XMLSchema"; xmlns:gml="http://www.opengis.net/gml/3.2"; elementFormDefault="qualified" xml:lang="en" version="3.2.1.2">
10c10
< Copyright (c) 2007,2010 Open Geospatial Consortium, Inc. All Rights Reserved.
---
> Copyright (c) 2007,2010 Open Geospatial Consortium.
13a14
> 	<include schemaLocation="gml.xsd"/>
diff gml-3.2.1-WORKING/net/opengis/schemas/gml/3.2.1/coordinateSystems.xsd gml-3.2.1.2-NOT-WORKING/net/opengis/schemas/gml/3.2.1/coordinateSystems.xsd
2c2
< <schema targetNamespace="http://www.opengis.net/gml/3.2"; xmlns="http://www.w3.org/2001/XMLSchema"; xmlns:gml="http://www.opengis.net/gml/3.2"; elementFormDefault="qualified" xml:lang="en"  version="3.2.1 2010-01-28">
---
> <schema targetNamespace="http://www.opengis.net/gml/3.2"; xmlns="http://www.w3.org/2001/XMLSchema"; xmlns:gml="http://www.opengis.net/gml/3.2"; elementFormDefault="qualified" xml:lang="en"  version="3.2.1.2">
13c13
< Copyright (c) 2007,2010 Open Geospatial Consortium, Inc. All Rights Reserved.
---
> Copyright (c) 2007,2010 Open Geospatial Consortium.
16a17
> 	<include schemaLocation="gml.xsd"/>
diff gml-3.2.1-WORKING/net/opengis/schemas/gml/3.2.1/coverage.xsd gml-3.2.1.2-NOT-WORKING/net/opengis/schemas/gml/3.2.1/coverage.xsd
2c2
< <schema targetNamespace="http://www.opengis.net/gml/3.2"; xmlns:xlink="http://www.w3.org/1999/xlink"; xmlns="http://www.w3.org/2001/XMLSchema"; xmlns:gml="http://www.opengis.net/gml/3.2"; elementFormDefault="qualified" version="3.2.1 2010-01-28">
---
> <schema targetNamespace="http://www.opengis.net/gml/3.2"; xmlns:xlink="http://www.w3.org/1999/xlink"; xmlns="http://www.w3.org/2001/XMLSchema"; xmlns:gml="http://www.opengis.net/gml/3.2"; elementFormDefault="qualified" version="3.2.1.2">
12c12
< Copyright (c) 2007,2010 Open Geospatial Consortium, Inc. All Rights Reserved.
---
> Copyright (c) 2007,2010 Open Geospatial Consortium.
15a16
> 	<include schemaLocation="gml.xsd"/>
diff gml-3.2.1-WORKING/net/opengis/schemas/gml/3.2.1/datums.xsd gml-3.2.1.2-NOT-WORKING/net/opengis/schemas/gml/3.2.1/datums.xsd
3c3
< <schema targetNamespace="http://www.opengis.net/gml/3.2"; xmlns="http://www.w3.org/2001/XMLSchema"; xmlns:gml="http://www.opengis.net/gml/3.2"; elementFormDefault="qualified" xml:lang="en" version="3.2.1 2010-01-28">
---
> <schema targetNamespace="http://www.opengis.net/gml/3.2"; xmlns="http://www.w3.org/2001/XMLSchema"; xmlns:gml="http://www.opengis.net/gml/3.2"; elementFormDefault="qualified" xml:lang="en" version="3.2.1.2">
14c14
< Copyright (c) 2007,2010 Open Geospatial Consortium, Inc. All Rights Reserved.
---
> Copyright (c) 2007,2010 Open Geospatial Consortium.
17a18
> 	<include schemaLocation="gml.xsd"/>
Solo in gml-3.2.1-WORKING/net/opengis/schemas/gml/3.2.1/: defaultStyle.xsd
diff gml-3.2.1-WORKING/net/opengis/schemas/gml/3.2.1/deprecatedTypes.xsd gml-3.2.1.2-NOT-WORKING/net/opengis/schemas/gml/3.2.1/deprecatedTypes.xsd
2c2
< <schema targetNamespace="http://www.opengis.net/gml/3.2"; xmlns:gml="http://www.opengis.net/gml/3.2"; xmlns:xlink="http://www.w3.org/1999/xlink"; xmlns="http://www.w3.org/2001/XMLSchema"; elementFormDefault="qualified" version="3.2.1 2010-01-28">
---
> <schema targetNamespace="http://www.opengis.net/gml/3.2"; xmlns:gml="http://www.opengis.net/gml/3.2"; xmlns:xlink="http://www.w3.org/1999/xlink"; xmlns="http://www.w3.org/2001/XMLSchema"; elementFormDefault="qualified" version="3.2.1.2">
8c8
< 			Copyright (c) 2007,2010 Open Geospatial Consortium, Inc. All Rights Reserved.
---
> 			Copyright (c) 2007,2010 Open Geospatial Consortium.
diff gml-3.2.1-WORKING/net/opengis/schemas/gml/3.2.1/dictionary.xsd gml-3.2.1.2-NOT-WORKING/net/opengis/schemas/gml/3.2.1/dictionary.xsd
2c2
< <schema targetNamespace="http://www.opengis.net/gml/3.2"; xmlns:gml="http://www.opengis.net/gml/3.2"; xmlns="http://www.w3.org/2001/XMLSchema"; elementFormDefault="qualified" version="3.2.1 2010-01-28">
---
> <schema targetNamespace="http://www.opengis.net/gml/3.2"; xmlns:gml="http://www.opengis.net/gml/3.2"; xmlns="http://www.w3.org/2001/XMLSchema"; elementFormDefault="qualified" version="3.2.1.2">
15c15
< Copyright (c) 2007,2010 Open Geospatial Consortium, Inc. All Rights Reserved.
---
> Copyright (c) 2007,2010 Open Geospatial Consortium.
18a19
> 	<include schemaLocation="gml.xsd"/>
diff gml-3.2.1-WORKING/net/opengis/schemas/gml/3.2.1/direction.xsd gml-3.2.1.2-NOT-WORKING/net/opengis/schemas/gml/3.2.1/direction.xsd
2c2
< <schema targetNamespace="http://www.opengis.net/gml/3.2"; xmlns:xlink="http://www.w3.org/1999/xlink"; xmlns="http://www.w3.org/2001/XMLSchema"; xmlns:gml="http://www.opengis.net/gml/3.2"; elementFormDefault="qualified" attributeFormDefault="unqualified" version="3.2.1 2010-01-28">
---
> <schema targetNamespace="http://www.opengis.net/gml/3.2"; xmlns:xlink="http://www.w3.org/1999/xlink"; xmlns="http://www.w3.org/2001/XMLSchema"; xmlns:gml="http://www.opengis.net/gml/3.2"; elementFormDefault="qualified" attributeFormDefault="unqualified" version="3.2.1.2">
9c9
< Copyright (c) 2007,2010 Open Geospatial Consortium, Inc. All Rights Reserved.
---
> Copyright (c) 2007,2010 Open Geospatial Consortium.
12a13
> 	<include schemaLocation="gml.xsd"/>
diff gml-3.2.1-WORKING/net/opengis/schemas/gml/3.2.1/dynamicFeature.xsd gml-3.2.1.2-NOT-WORKING/net/opengis/schemas/gml/3.2.1/dynamicFeature.xsd
2c2
< <schema targetNamespace="http://www.opengis.net/gml/3.2"; xmlns:gml="http://www.opengis.net/gml/3.2"; xmlns="http://www.w3.org/2001/XMLSchema"; elementFormDefault="qualified" version="3.2.1 2010-01-28">
---
> <schema targetNamespace="http://www.opengis.net/gml/3.2"; xmlns:gml="http://www.opengis.net/gml/3.2"; xmlns="http://www.w3.org/2001/XMLSchema"; elementFormDefault="qualified" version="3.2.1.2">
10c10
< Copyright (c) 2007,2010 Open Geospatial Consortium, Inc. All Rights Reserved.
---
> Copyright (c) 2007,2010 Open Geospatial Consortium.
13a14
> 	<include schemaLocation="gml.xsd"/>
diff gml-3.2.1-WORKING/net/opengis/schemas/gml/3.2.1/feature.xsd gml-3.2.1.2-NOT-WORKING/net/opengis/schemas/gml/3.2.1/feature.xsd
2c2
< <schema targetNamespace="http://www.opengis.net/gml/3.2"; xmlns:gml="http://www.opengis.net/gml/3.2"; xmlns="http://www.w3.org/2001/XMLSchema"; elementFormDefault="qualified" version="3.2.1 2010-01-28">
---
> <schema targetNamespace="http://www.opengis.net/gml/3.2"; xmlns:gml="http://www.opengis.net/gml/3.2"; xmlns="http://www.w3.org/2001/XMLSchema"; elementFormDefault="qualified" version="3.2.1.2">
9c9
< Copyright (c) 2007,2010 Open Geospatial Consortium, Inc. All Rights Reserved.
---
> Copyright (c) 2007,2010 Open Geospatial Consortium.
12a13
> 	<include schemaLocation="gml.xsd"/>
diff gml-3.2.1-WORKING/net/opengis/schemas/gml/3.2.1/geometryAggregates.xsd gml-3.2.1.2-NOT-WORKING/net/opengis/schemas/gml/3.2.1/geometryAggregates.xsd
2c2
< <schema targetNamespace="http://www.opengis.net/gml/3.2"; xmlns:xlink="http://www.w3.org/1999/xlink"; xmlns:gml="http://www.opengis.net/gml/3.2"; xmlns="http://www.w3.org/2001/XMLSchema"; elementFormDefault="qualified" version="3.2.1 2010-01-28">
---
> <schema targetNamespace="http://www.opengis.net/gml/3.2"; xmlns:xlink="http://www.w3.org/1999/xlink"; xmlns:gml="http://www.opengis.net/gml/3.2"; xmlns="http://www.w3.org/2001/XMLSchema"; elementFormDefault="qualified" version="3.2.1.2">
9c9
< Copyright (c) 2007,2010 Open Geospatial Consortium, Inc. All Rights Reserved.
---
> Copyright (c) 2007,2010 Open Geospatial Consortium.
12a13
> 	<include schemaLocation="gml.xsd"/>
diff gml-3.2.1-WORKING/net/opengis/schemas/gml/3.2.1/geometryBasic0d1d.xsd gml-3.2.1.2-NOT-WORKING/net/opengis/schemas/gml/3.2.1/geometryBasic0d1d.xsd
2c2
< <schema targetNamespace="http://www.opengis.net/gml/3.2"; xmlns="http://www.w3.org/2001/XMLSchema"; xmlns:gml="http://www.opengis.net/gml/3.2"; xmlns:xlink="http://www.w3.org/1999/xlink"; elementFormDefault="qualified" version="3.2.1 2010-01-28">
---
> <schema targetNamespace="http://www.opengis.net/gml/3.2"; xmlns="http://www.w3.org/2001/XMLSchema"; xmlns:gml="http://www.opengis.net/gml/3.2"; xmlns:xlink="http://www.w3.org/1999/xlink"; elementFormDefault="qualified" version="3.2.1.2">
12c12
< Copyright (c) 2007,2010 Open Geospatial Consortium, Inc. All Rights Reserved.
---
> Copyright (c) 2007,2010 Open Geospatial Consortium.
15a16
> 	<include schemaLocation="gml.xsd"/>
diff gml-3.2.1-WORKING/net/opengis/schemas/gml/3.2.1/geometryBasic2d.xsd gml-3.2.1.2-NOT-WORKING/net/opengis/schemas/gml/3.2.1/geometryBasic2d.xsd
2c2
< <schema targetNamespace="http://www.opengis.net/gml/3.2"; xmlns:xlink="http://www.w3.org/1999/xlink"; xmlns:gml="http://www.opengis.net/gml/3.2"; xmlns="http://www.w3.org/2001/XMLSchema"; elementFormDefault="qualified" version="3.2.1 2010-01-28">
---
> <schema targetNamespace="http://www.opengis.net/gml/3.2"; xmlns:xlink="http://www.w3.org/1999/xlink"; xmlns:gml="http://www.opengis.net/gml/3.2"; xmlns="http://www.w3.org/2001/XMLSchema"; elementFormDefault="qualified" version="3.2.1.2">
8c8
< 			Copyright (c) 2007,2010 Open Geospatial Consortium, Inc. All Rights Reserved.
---
> 			Copyright (c) 2007,2010 Open Geospatial Consortium.
11a12
> 	<include schemaLocation="gml.xsd"/>
diff gml-3.2.1-WORKING/net/opengis/schemas/gml/3.2.1/geometryComplexes.xsd gml-3.2.1.2-NOT-WORKING/net/opengis/schemas/gml/3.2.1/geometryComplexes.xsd
2c2
< <schema targetNamespace="http://www.opengis.net/gml/3.2"; xmlns:xlink="http://www.w3.org/1999/xlink"; xmlns:gml="http://www.opengis.net/gml/3.2"; xmlns="http://www.w3.org/2001/XMLSchema"; elementFormDefault="qualified" version="3.2.1 2010-01-28">
---
> <schema targetNamespace="http://www.opengis.net/gml/3.2"; xmlns:xlink="http://www.w3.org/1999/xlink"; xmlns:gml="http://www.opengis.net/gml/3.2"; xmlns="http://www.w3.org/2001/XMLSchema"; elementFormDefault="qualified" version="3.2.1.2">
12c12
< Copyright (c) 2007,2010 Open Geospatial Consortium, Inc. All Rights Reserved.
---
> Copyright (c) 2007,2010 Open Geospatial Consortium.
15a16
> 	<include schemaLocation="gml.xsd"/>
diff gml-3.2.1-WORKING/net/opengis/schemas/gml/3.2.1/geometryPrimitives.xsd gml-3.2.1.2-NOT-WORKING/net/opengis/schemas/gml/3.2.1/geometryPrimitives.xsd
2c2
< <schema targetNamespace="http://www.opengis.net/gml/3.2"; xmlns="http://www.w3.org/2001/XMLSchema"; xmlns:gml="http://www.opengis.net/gml/3.2"; xmlns:xlink="http://www.w3.org/1999/xlink"; elementFormDefault="qualified" version="3.2.1 2010-01-28">
---
> <schema targetNamespace="http://www.opengis.net/gml/3.2"; xmlns="http://www.w3.org/2001/XMLSchema"; xmlns:gml="http://www.opengis.net/gml/3.2"; xmlns:xlink="http://www.w3.org/1999/xlink"; elementFormDefault="qualified" version="3.2.1.2">
9c9
< Copyright (c) 2007,2010 Open Geospatial Consortium, Inc. All Rights Reserved.
---
> Copyright (c) 2007,2010 Open Geospatial Consortium.
12a13
> 	<include schemaLocation="gml.xsd"/>
Solo in gml-3.2.1-WORKING/net/opengis/schemas/gml/3.2.1/: gml_3_2_1-ReadMe.txt
diff gml-3.2.1-WORKING/net/opengis/schemas/gml/3.2.1/gmlBase.xsd gml-3.2.1.2-NOT-WORKING/net/opengis/schemas/gml/3.2.1/gmlBase.xsd
2c2
< <schema targetNamespace="http://www.opengis.net/gml/3.2"; xmlns:gml="http://www.opengis.net/gml/3.2"; xmlns:xlink="http://www.w3.org/1999/xlink"; xmlns="http://www.w3.org/2001/XMLSchema"; elementFormDefault="qualified" version="3.2.1 2010-01-28">
---
> <schema targetNamespace="http://www.opengis.net/gml/3.2"; xmlns:gml="http://www.opengis.net/gml/3.2"; xmlns:xlink="http://www.w3.org/1999/xlink"; xmlns="http://www.w3.org/2001/XMLSchema"; elementFormDefault="qualified" version="3.2.1.2">
14c14
< Copyright (c) 2007,2010 Open Geospatial Consortium, Inc. All Rights Reserved.
---
> Copyright (c) 2007,2010 Open Geospatial Consortium.
17a18
> 	<include schemaLocation="gml.xsd"/>
19c20
< 	<import namespace="http://www.w3.org/1999/xlink"; schemaLocation="http://schemas.opengis.net/xlink/1.0.0/xlinks.xsd"/>
---
> 	<import namespace="http://www.w3.org/1999/xlink"; schemaLocation="http://www.w3.org/1999/xlink.xsd"/>
49c50
< 		<attributeGroup ref="xlink:simpleLink"/>
---
> 		<attributeGroup ref="xlink:simpleAttrs"/>
diff gml-3.2.1-WORKING/net/opengis/schemas/gml/3.2.1/gml.xsd gml-3.2.1.2-NOT-WORKING/net/opengis/schemas/gml/3.2.1/gml.xsd
2c2
< <schema targetNamespace="http://www.opengis.net/gml/3.2"; xmlns:gml="http://www.opengis.net/gml/3.2"; xmlns="http://www.w3.org/2001/XMLSchema"; elementFormDefault="qualified" version="3.2.1 2010-01-28">
---
> <schema targetNamespace="http://www.opengis.net/gml/3.2"; xmlns:gml="http://www.opengis.net/gml/3.2"; xmlns="http://www.w3.org/2001/XMLSchema"; elementFormDefault="qualified" version="3.2.1.2">
7c7
< 			Copyright (c) 2007,2010 Open Geospatial Consortium, Inc. All Rights Reserved.
---
> 			Copyright (c) 2007,2010 Open Geospatial Consortium.
diff gml-3.2.1-WORKING/net/opengis/schemas/gml/3.2.1/grids.xsd gml-3.2.1.2-NOT-WORKING/net/opengis/schemas/gml/3.2.1/grids.xsd
2c2
< <schema targetNamespace="http://www.opengis.net/gml/3.2"; xmlns:xlink="http://www.w3.org/1999/xlink"; xmlns="http://www.w3.org/2001/XMLSchema"; xmlns:gml="http://www.opengis.net/gml/3.2"; elementFormDefault="qualified" version="3.2.1 2010-01-28">
---
> <schema targetNamespace="http://www.opengis.net/gml/3.2"; xmlns:xlink="http://www.w3.org/1999/xlink"; xmlns="http://www.w3.org/2001/XMLSchema"; xmlns:gml="http://www.opengis.net/gml/3.2"; elementFormDefault="qualified" version="3.2.1.2">
10c10
< Copyright (c) 2007,2010 Open Geospatial Consortium, Inc. All Rights Reserved.
---
> Copyright (c) 2007,2010 Open Geospatial Consortium.
13a14
> 	<include schemaLocation="gml.xsd"/>
diff gml-3.2.1-WORKING/net/opengis/schemas/gml/3.2.1/measures.xsd gml-3.2.1.2-NOT-WORKING/net/opengis/schemas/gml/3.2.1/measures.xsd
2c2
< <schema targetNamespace="http://www.opengis.net/gml/3.2"; xmlns:gml="http://www.opengis.net/gml/3.2"; xmlns="http://www.w3.org/2001/XMLSchema"; elementFormDefault="qualified" attributeFormDefault="unqualified" xml:lang="en" version="3.2.1 2010-01-28">
---
> <schema targetNamespace="http://www.opengis.net/gml/3.2"; xmlns:gml="http://www.opengis.net/gml/3.2"; xmlns="http://www.w3.org/2001/XMLSchema"; elementFormDefault="qualified" attributeFormDefault="unqualified" xml:lang="en" version="3.2.1.2">
9c9
< Copyright (c) 2007,2010 Open Geospatial Consortium, Inc. All Rights Reserved.
---
> Copyright (c) 2007,2010 Open Geospatial Consortium.
12a13
> 	<include schemaLocation="gml.xsd"/>
diff gml-3.2.1-WORKING/net/opengis/schemas/gml/3.2.1/observation.xsd gml-3.2.1.2-NOT-WORKING/net/opengis/schemas/gml/3.2.1/observation.xsd
2c2
< <schema targetNamespace="http://www.opengis.net/gml/3.2"; xmlns="http://www.w3.org/2001/XMLSchema"; xmlns:gml="http://www.opengis.net/gml/3.2"; elementFormDefault="qualified" version="3.2.1 2010-01-28">
---
> <schema targetNamespace="http://www.opengis.net/gml/3.2"; xmlns="http://www.w3.org/2001/XMLSchema"; xmlns:gml="http://www.opengis.net/gml/3.2"; elementFormDefault="qualified" version="3.2.1.2">
10c10
< Copyright (c) 2007,2010 Open Geospatial Consortium, Inc. All Rights Reserved.
---
> Copyright (c) 2007,2010 Open Geospatial Consortium.
13a14
> 	<include schemaLocation="gml.xsd"/>
Solo in gml-3.2.1-WORKING/net/opengis/schemas/gml/3.2.1/: ReadMe.txt
diff gml-3.2.1-WORKING/net/opengis/schemas/gml/3.2.1/referenceSystems.xsd gml-3.2.1.2-NOT-WORKING/net/opengis/schemas/gml/3.2.1/referenceSystems.xsd
2c2
< <schema targetNamespace="http://www.opengis.net/gml/3.2"; elementFormDefault="qualified" xml:lang="en" xmlns:gmd="http://www.isotc211.org/2005/gmd"; xmlns:gml="http://www.opengis.net/gml/3.2"; xmlns="http://www.w3.org/2001/XMLSchema"; version="3.2.1 2010-01-28">
---
> <schema targetNamespace="http://www.opengis.net/gml/3.2"; elementFormDefault="qualified" xml:lang="en" xmlns:gmd="http://www.isotc211.org/2005/gmd"; xmlns:gml="http://www.opengis.net/gml/3.2"; xmlns="http://www.w3.org/2001/XMLSchema"; version="3.2.1.2">
12c12
< Copyright (c) 2007,2010 Open Geospatial Consortium, Inc. All Rights Reserved.
---
> Copyright (c) 2007,2010 Open Geospatial Consortium.
15a16
> 	<include schemaLocation="gml.xsd"/>
Solo in gml-3.2.1-WORKING/net/opengis/schemas/gml/3.2.1/: SchematronConstraints.xml
diff gml-3.2.1-WORKING/net/opengis/schemas/gml/3.2.1/temporalReferenceSystems.xsd gml-3.2.1.2-NOT-WORKING/net/opengis/schemas/gml/3.2.1/temporalReferenceSystems.xsd
2c2
< <schema targetNamespace="http://www.opengis.net/gml/3.2"; xmlns:gml="http://www.opengis.net/gml/3.2"; xmlns="http://www.w3.org/2001/XMLSchema"; elementFormDefault="qualified" version="3.2.1 2010-01-28">
---
> <schema targetNamespace="http://www.opengis.net/gml/3.2"; xmlns:gml="http://www.opengis.net/gml/3.2"; xmlns="http://www.w3.org/2001/XMLSchema"; elementFormDefault="qualified" version="3.2.1.2">
10c10
< Copyright (c) 2007,2010 Open Geospatial Consortium, Inc. All Rights Reserved.
---
> Copyright (c) 2007,2010 Open Geospatial Consortium.
13a14
> 	<include schemaLocation="gml.xsd"/>
diff gml-3.2.1-WORKING/net/opengis/schemas/gml/3.2.1/temporalTopology.xsd gml-3.2.1.2-NOT-WORKING/net/opengis/schemas/gml/3.2.1/temporalTopology.xsd
2c2
< <schema targetNamespace="http://www.opengis.net/gml/3.2"; xmlns:gml="http://www.opengis.net/gml/3.2"; xmlns="http://www.w3.org/2001/XMLSchema"; elementFormDefault="qualified" version="3.2.1 2010-01-28">
---
> <schema targetNamespace="http://www.opengis.net/gml/3.2"; xmlns:gml="http://www.opengis.net/gml/3.2"; xmlns="http://www.w3.org/2001/XMLSchema"; elementFormDefault="qualified" version="3.2.1.2">
9c9
< Copyright (c) 2007,2010 Open Geospatial Consortium, Inc. All Rights Reserved.
---
> Copyright (c) 2007,2010 Open Geospatial Consortium.
12a13
> 	<include schemaLocation="gml.xsd"/>
diff gml-3.2.1-WORKING/net/opengis/schemas/gml/3.2.1/temporal.xsd gml-3.2.1.2-NOT-WORKING/net/opengis/schemas/gml/3.2.1/temporal.xsd
2c2
< <schema targetNamespace="http://www.opengis.net/gml/3.2"; xmlns="http://www.w3.org/2001/XMLSchema"; xmlns:gml="http://www.opengis.net/gml/3.2"; elementFormDefault="qualified" version="3.2.1 2010-01-28">
---
> <schema targetNamespace="http://www.opengis.net/gml/3.2"; xmlns="http://www.w3.org/2001/XMLSchema"; xmlns:gml="http://www.opengis.net/gml/3.2"; elementFormDefault="qualified" version="3.2.1.2">
12c12
< Copyright (c) 2007,2010 Open Geospatial Consortium, Inc. All Rights Reserved.
---
> Copyright (c) 2007,2010 Open Geospatial Consortium.
15a16
> 	<include schemaLocation="gml.xsd"/>
diff gml-3.2.1-WORKING/net/opengis/schemas/gml/3.2.1/topology.xsd gml-3.2.1.2-NOT-WORKING/net/opengis/schemas/gml/3.2.1/topology.xsd
2c2
< <schema targetNamespace="http://www.opengis.net/gml/3.2"; xmlns:gml="http://www.opengis.net/gml/3.2"; xmlns="http://www.w3.org/2001/XMLSchema"; elementFormDefault="qualified" version="3.2.1 2010-01-28">
---
> <schema targetNamespace="http://www.opengis.net/gml/3.2"; xmlns:gml="http://www.opengis.net/gml/3.2"; xmlns="http://www.w3.org/2001/XMLSchema"; elementFormDefault="qualified" version="3.2.1.2">
11c11
< Copyright (c) 2007,2010 Open Geospatial Consortium, Inc. All Rights Reserved.
---
> Copyright (c) 2007,2010 Open Geospatial Consortium.
15c15,16
< 	<include schemaLocation="geometryComplexes.xsd"/>
---
>   <include schemaLocation="gml.xsd"/>
>   <include schemaLocation="geometryComplexes.xsd"/>
diff gml-3.2.1-WORKING/net/opengis/schemas/gml/3.2.1/units.xsd gml-3.2.1.2-NOT-WORKING/net/opengis/schemas/gml/3.2.1/units.xsd
2c2
< <schema targetNamespace="http://www.opengis.net/gml/3.2"; xmlns="http://www.w3.org/2001/XMLSchema"; xmlns:gml="http://www.opengis.net/gml/3.2"; elementFormDefault="qualified" xml:lang="en" version="3.2.1 2010-01-28">
---
> <schema targetNamespace="http://www.opengis.net/gml/3.2"; xmlns="http://www.w3.org/2001/XMLSchema"; xmlns:gml="http://www.opengis.net/gml/3.2"; elementFormDefault="qualified" xml:lang="en" version="3.2.1.2">
15c15
< Copyright (c) 2007,2010 Open Geospatial Consortium, Inc. All Rights Reserved.
---
> Copyright (c) 2007,2010 Open Geospatial Consortium.
18a19
> 	<include schemaLocation="gml.xsd"/>
diff gml-3.2.1-WORKING/net/opengis/schemas/gml/3.2.1/valueObjects.xsd gml-3.2.1.2-NOT-WORKING/net/opengis/schemas/gml/3.2.1/valueObjects.xsd
2c2
< <schema targetNamespace="http://www.opengis.net/gml/3.2"; xmlns:gml="http://www.opengis.net/gml/3.2"; xmlns="http://www.w3.org/2001/XMLSchema"; elementFormDefault="qualified" version="3.2.1 2010-01-28">
---
> <schema targetNamespace="http://www.opengis.net/gml/3.2"; xmlns:gml="http://www.opengis.net/gml/3.2"; xmlns="http://www.w3.org/2001/XMLSchema"; elementFormDefault="qualified" version="3.2.1.2">
17c17
< Copyright (c) 2007,2010 Open Geospatial Consortium, Inc. All Rights Reserved.
---
> Copyright (c) 2007,2010 Open Geospatial Consortium.
20a21
> 	<include schemaLocation="gml.xsd"/>
------------------------------------------------------------------------------
Monitor 25 network devices or servers for free with OpManager!
OpManager is web-based network management software that monitors 
network devices and physical & virtual servers, alerts via email & sms 
for fault. Monitor 25 devices for free with no restriction. Download now
http://ad.doubleclick.net/ddm/clk/292181274;119417398;o
_______________________________________________
GeoTools-GT2-Users mailing list
GeoTools-GT2-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users

Reply via email to