svn - r33535 - trunk/modules/unsupported/app-schema/app-schema/src/test/resources/test-data/commonSchemas_new/GeoSciML

1 message Options
Embed this post
Permalink
svn_geotools

svn - r33535 - trunk/modules/unsupported/app-schema/app-schema/src/test/resources/test-data/commonSchemas_new/GeoSciML

Reply Threaded More More options
Print post
Permalink
Author: ang05a
Date: 2009-07-09 06:23:20 -0400 (Thu, 09 Jul 2009)
New Revision: 33535

Modified:
   trunk/modules/unsupported/app-schema/app-schema/src/test/resources/test-data/commonSchemas_new/GeoSciML/CGI_Value.xsd
   trunk/modules/unsupported/app-schema/app-schema/src/test/resources/test-data/commonSchemas_new/GeoSciML/CGI_basicTypes.xsd
   trunk/modules/unsupported/app-schema/app-schema/src/test/resources/test-data/commonSchemas_new/GeoSciML/Gsml.xsd
   trunk/modules/unsupported/app-schema/app-schema/src/test/resources/test-data/commonSchemas_new/GeoSciML/earthMaterial.xsd
   trunk/modules/unsupported/app-schema/app-schema/src/test/resources/test-data/commonSchemas_new/GeoSciML/fossil.xsd
   trunk/modules/unsupported/app-schema/app-schema/src/test/resources/test-data/commonSchemas_new/GeoSciML/geologicStructure.xsd
   trunk/modules/unsupported/app-schema/app-schema/src/test/resources/test-data/commonSchemas_new/GeoSciML/geologicUnit.xsd
   trunk/modules/unsupported/app-schema/app-schema/src/test/resources/test-data/commonSchemas_new/GeoSciML/vocabulary.xsd
Log:
Remove unnecessary includes from test schemas.

Modified: trunk/modules/unsupported/app-schema/app-schema/src/test/resources/test-data/commonSchemas_new/GeoSciML/CGI_Value.xsd
===================================================================
--- trunk/modules/unsupported/app-schema/app-schema/src/test/resources/test-data/commonSchemas_new/GeoSciML/CGI_Value.xsd 2009-07-09 08:31:36 UTC (rev 33534)
+++ trunk/modules/unsupported/app-schema/app-schema/src/test/resources/test-data/commonSchemas_new/GeoSciML/CGI_Value.xsd 2009-07-09 10:23:20 UTC (rev 33535)
@@ -18,7 +18,6 @@
  <!--=======================-->
  <!--=======================-->
  <import namespace="http://www.opengis.net/gml" schemaLocation="http://schemas.opengis.net/gml/3.1.1/base/gml.xsd"/>
- <include schemaLocation="geosciml.xsd"/>
  <annotation>
  <documentation>stupid XML Spy does not validate even if geosciml already included CGI_BasicType</documentation>
  </annotation>

Modified: trunk/modules/unsupported/app-schema/app-schema/src/test/resources/test-data/commonSchemas_new/GeoSciML/CGI_basicTypes.xsd
===================================================================
--- trunk/modules/unsupported/app-schema/app-schema/src/test/resources/test-data/commonSchemas_new/GeoSciML/CGI_basicTypes.xsd 2009-07-09 08:31:36 UTC (rev 33534)
+++ trunk/modules/unsupported/app-schema/app-schema/src/test/resources/test-data/commonSchemas_new/GeoSciML/CGI_basicTypes.xsd 2009-07-09 10:23:20 UTC (rev 33535)
@@ -10,7 +10,6 @@
  </annotation>
  <!--=======================-->
  <import namespace="http://www.opengis.net/gml" schemaLocation="http://schemas.opengis.net/gml/3.1.1/base/gml.xsd"/>
- <include schemaLocation="geosciml.xsd"/>
  <!--=======================-->
  <complexType name="ScopedNameType">
  <simpleContent>

Modified: trunk/modules/unsupported/app-schema/app-schema/src/test/resources/test-data/commonSchemas_new/GeoSciML/Gsml.xsd
===================================================================
--- trunk/modules/unsupported/app-schema/app-schema/src/test/resources/test-data/commonSchemas_new/GeoSciML/Gsml.xsd 2009-07-09 08:31:36 UTC (rev 33534)
+++ trunk/modules/unsupported/app-schema/app-schema/src/test/resources/test-data/commonSchemas_new/GeoSciML/Gsml.xsd 2009-07-09 10:23:20 UTC (rev 33535)
@@ -13,9 +13,6 @@
  <xs:import namespace="http://www.opengis.net/gml" schemaLocation="http://schemas.opengis.net/gml/3.1.1/base/gml.xsd"/>
  <xs:import namespace="http://www.opengis.net/sampling/1.0" schemaLocation="http://schemas.opengis.net/sampling/1.0.0/sampling.xsd"/>
  <xs:include schemaLocation="geosciml.xsd"/>
- <xs:include schemaLocation="CGI_Value.xsd"/>
- <xs:include schemaLocation="vocabulary.xsd"/>
- <xs:include schemaLocation="earthMaterial.xsd"/>
  <xs:complexType name="MappedFeatureType">
  <xs:complexContent>
  <xs:extension base="gml:AbstractFeatureType">

Modified: trunk/modules/unsupported/app-schema/app-schema/src/test/resources/test-data/commonSchemas_new/GeoSciML/earthMaterial.xsd
===================================================================
--- trunk/modules/unsupported/app-schema/app-schema/src/test/resources/test-data/commonSchemas_new/GeoSciML/earthMaterial.xsd 2009-07-09 08:31:36 UTC (rev 33534)
+++ trunk/modules/unsupported/app-schema/app-schema/src/test/resources/test-data/commonSchemas_new/GeoSciML/earthMaterial.xsd 2009-07-09 10:23:20 UTC (rev 33535)
@@ -5,10 +5,6 @@
  <xs:documentation>Encoded by Eric Boisvert (May 2007) Geological Survey of Canada</xs:documentation>
  </xs:annotation>
  <xs:import namespace="http://www.opengis.net/gml" schemaLocation="http://schemas.opengis.net/gml/3.1.1/base/gml.xsd"/>
- <xs:include schemaLocation="CGI_Value.xsd"/>
- <xs:include schemaLocation="vocabulary.xsd"/>
- <xs:include schemaLocation="fossil.xsd"/>
- <xs:include schemaLocation="Gsml.xsd"/>
  <xs:include schemaLocation="geologicUnit.xsd"/>
  <xs:complexType name="EarthMaterialType">
  <xs:complexContent>

Modified: trunk/modules/unsupported/app-schema/app-schema/src/test/resources/test-data/commonSchemas_new/GeoSciML/fossil.xsd
===================================================================
--- trunk/modules/unsupported/app-schema/app-schema/src/test/resources/test-data/commonSchemas_new/GeoSciML/fossil.xsd 2009-07-09 08:31:36 UTC (rev 33534)
+++ trunk/modules/unsupported/app-schema/app-schema/src/test/resources/test-data/commonSchemas_new/GeoSciML/fossil.xsd 2009-07-09 10:23:20 UTC (rev 33535)
@@ -5,9 +5,7 @@
  <xs:documentation>Encoded by Eric Boisvert (May 2007) Geological Survey of Canada</xs:documentation>
  </xs:annotation>
  <xs:import namespace="http://www.opengis.net/gml" schemaLocation="http://schemas.opengis.net/gml/3.1.1/base/gml.xsd"/>
- <xs:include schemaLocation="vocabulary.xsd"/>
  <xs:include schemaLocation="geologicStructure.xsd"/>
- <xs:include schemaLocation="CGI_Value.xsd"/>
  <xs:complexType name="OrganismType">
  <xs:complexContent>
  <xs:extension base="gml:AbstractGMLType">

Modified: trunk/modules/unsupported/app-schema/app-schema/src/test/resources/test-data/commonSchemas_new/GeoSciML/geologicStructure.xsd
===================================================================
--- trunk/modules/unsupported/app-schema/app-schema/src/test/resources/test-data/commonSchemas_new/GeoSciML/geologicStructure.xsd 2009-07-09 08:31:36 UTC (rev 33534)
+++ trunk/modules/unsupported/app-schema/app-schema/src/test/resources/test-data/commonSchemas_new/GeoSciML/geologicStructure.xsd 2009-07-09 10:23:20 UTC (rev 33535)
@@ -8,9 +8,7 @@
  <xs:documentation>2007-07-12 : Minor fixes and changes to fit new version of model - Eric Boisvert</xs:documentation>
  </xs:annotation>
  <xs:import namespace="http://www.opengis.net/gml" schemaLocation="http://schemas.opengis.net/gml/3.1.1/base/gml.xsd"/>
- <xs:include schemaLocation="Gsml.xsd"/>
  <xs:include schemaLocation="geologicUnit.xsd"/>
- <xs:include schemaLocation="CGI_Value.xsd"/>
  <xs:complexType name="GeologicStructureType">
  <xs:complexContent>
  <xs:extension base="gsml:GeologicFeatureType">

Modified: trunk/modules/unsupported/app-schema/app-schema/src/test/resources/test-data/commonSchemas_new/GeoSciML/geologicUnit.xsd
===================================================================
--- trunk/modules/unsupported/app-schema/app-schema/src/test/resources/test-data/commonSchemas_new/GeoSciML/geologicUnit.xsd 2009-07-09 08:31:36 UTC (rev 33534)
+++ trunk/modules/unsupported/app-schema/app-schema/src/test/resources/test-data/commonSchemas_new/GeoSciML/geologicUnit.xsd 2009-07-09 10:23:20 UTC (rev 33535)
@@ -8,11 +8,7 @@
  <xs:documentation>2007-07-12 : Minor fixes and changes to fit new version of model - Eric Boisvert</xs:documentation>
  </xs:annotation>
  <xs:import namespace="http://www.opengis.net/gml" schemaLocation="http://schemas.opengis.net/gml/3.1.1/base/gml.xsd"/>
- <xs:include schemaLocation="earthMaterial.xsd"/>
- <xs:include schemaLocation="vocabulary.xsd"/>
  <xs:include schemaLocation="Gsml.xsd"/>
- <xs:include schemaLocation="geologicStructure.xsd"/>
- <xs:include schemaLocation="CGI_Value.xsd"/>
  <xs:complexType name="GeologicUnitType">
  <xs:complexContent>
  <xs:extension base="gsml:GeologicFeatureType">

Modified: trunk/modules/unsupported/app-schema/app-schema/src/test/resources/test-data/commonSchemas_new/GeoSciML/vocabulary.xsd
===================================================================
--- trunk/modules/unsupported/app-schema/app-schema/src/test/resources/test-data/commonSchemas_new/GeoSciML/vocabulary.xsd 2009-07-09 08:31:36 UTC (rev 33534)
+++ trunk/modules/unsupported/app-schema/app-schema/src/test/resources/test-data/commonSchemas_new/GeoSciML/vocabulary.xsd 2009-07-09 10:23:20 UTC (rev 33535)
@@ -17,9 +17,6 @@
  </annotation>
  <!--=======================-->
  <import namespace="http://www.opengis.net/gml" schemaLocation="http://schemas.opengis.net/gml/3.1.1/base/gml.xsd"/>
- <include schemaLocation="CGI_basicTypes.xsd"/>
- <include schemaLocation="CGI_Value.xsd"/>
- <include schemaLocation="earthMaterial.xsd"/>
  <include schemaLocation="Gsml.xsd"/>
  <!--=======================-->
  <complexType name="GeologicVocabularyType">


------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time,
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
_______________________________________________
GeoTools-commits mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/geotools-commits