[GeoNetwork-devel] [GeoNetwork opensource Developer website] #187: iso19139 XSD update

#187: iso19139 XSD update
-------------------------+--------------------------------------------------
Reporter: fxp | Owner: geonetwork-devel@lists.sourceforge.net
     Type: enhancement | Status: new
Priority: minor | Milestone:
Component: General | Version: v2.5.0
Keywords: XSD |
-------------------------+--------------------------------------------------
* we are not using latest iso19139/119 XSD release from Eden website (ie
http://eden.ign.fr/xsd/isotc211/iso19119/20090316/view )
  * changes are :
   * GML3.2.1 instead of 3.2.0
   * 3 typos in gmxCodelist.xml (fixed in GeoNetwork loc files)
   * Added tcCodelists.xml
   * changes in srv namespace only
    * !ServiceMetadata.xsd : changes on cardinality
{{{
<xs:sequence>
<xs:element ref="srv:SV_ServiceSpecification" minOccurs="0"/>
</xs:sequence>
replaced by
<xs:sequence minOccurs="0">
<xs:element ref="srv:SV_ServiceSpecification"/>
</xs:sequence>
which is equal from an XSD point of view I think.
}}}
    * !ServiceModel.xsd (here we need a small migration task)
     * SV_ServiceSpecification_Type : Based on a new class. Need to change
element order : typeSpec is the last one.
     * SV_PlatformNeutralServiceSpecification_Type : Based on a new class.
Remove typeSpec element.
     * SV_PlatformSpecificServiceSpecification_Type : Based on a new class.
No changes.

Then, 2 others elements are added:
  * gco:ScopedName in srv:SV_CoupledResource which comes from CSW ISO
profil
  * srv:keywords in srv:SV_ServiceIdentification : I don't know why this
one is in that XSD. It looks that this element should be removed from the
XSD.

----

Related discussion :
  * http://n2.nabble.com/problems-with-ISO19139-service-metadata-with-CSW-
td4028746.html#a4028746

--
Ticket URL: <http://trac.osgeo.org/geonetwork/ticket/187&gt;
GeoNetwork opensource Developer website <http://trac.osgeo.org/geonetwork&gt;
GeoNetwork opensource is a standards based, Free and Open Source catalog application to manage spatially referenced resources through the web. It provides powerful metadata editing and search functions as well as an embedded interactive web map viewer. This website contains information related to the development of the software.

#187: iso19139 XSD update
-------------------------+--------------------------------------------------
Reporter: fxp | Owner: geonetwork-devel@…
     Type: enhancement | Status: new
Priority: minor | Milestone: Future release
Component: General | Version: v2.5.0
Keywords: XSD |
-------------------------+--------------------------------------------------
Changes (by ticheler):

  * milestone: => Future release

--
Ticket URL: <http://trac.osgeo.org/geonetwork/ticket/187#comment:1&gt;
GeoNetwork opensource Developer website <http://trac.osgeo.org/geonetwork&gt;
GeoNetwork opensource is a standards based, Free and Open Source catalog application to manage spatially referenced resources through the web. It provides powerful metadata editing and search functions as well as an embedded interactive web map viewer. This website contains information related to the development of the software.