Skip to content

Commit

Permalink
Use relative paths for xsd
Browse files Browse the repository at this point in the history
  • Loading branch information
josegar74 committed Jan 25, 2023
1 parent 71fe94c commit a31ae9f
Show file tree
Hide file tree
Showing 31 changed files with 622 additions and 68 deletions.
12 changes: 6 additions & 6 deletions iso/19139/20070417/gco/ReadMe.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ GCO includes all the definitions of http://www.isotc211.org/2005/gco
namespace. The root document of this namespace is the file gco.xsd.

The most current schemas are available at:
http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/
https://schemas.isotc211.org/schemas/19139/

-------------------------------------------------------------------------------

Expand All @@ -29,17 +29,17 @@ http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/
Validation: Schemas have been validated with XML Spy 2010 Rel. 2 (MSXML 6.0)

2009-03-16 Marcellin Prudham & Nicolas Lesage
* Change of GML namespace: http://www.opengis.net/gml (GML 3.2) =>
* Change of GML namespace: http://www.opengis.net/gml (GML 3.2) =>
http://www.opengis.net/gml/3.2 (GML 3.2.1=ISO 19136)

Note: ISO/TS 19139:2007 (published 2007-04-17) normatively reference
ISO 19136 which was published 2007-08-23. The major change applied to
ISO 19136 is the change of the namespace URI. Previous release of GCO
are not compliant with ISO/TS 19139:2007
Validation: Schemas have been validated with XSV 2.10, Xerces J 2.7.1 and

Validation: Schemas have been validated with XSV 2.10, Xerces J 2.7.1 and
XML Spy 2009 (2009-03-02, IGN / France - Nicolas Lesage / Marcellin Prudham)

2006-05-04 Marie-Pierre Escher & Nicolas Lesage
* First official release of GCO
* GCO XML Schema files were generated from ISO/TC 211 UML class diagrams
Expand Down
8 changes: 3 additions & 5 deletions iso/19139/20070417/gco/basicTypes.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,12 @@
<!-- NAP - Metadata 2013-02-22 -->
<!-- ================================= Annotation ================================ -->
<xs:annotation>
<xs:documentation>Geographic COmmon (GCO) extensible markup language is a component of the XML Schema
Implementation of Geographic Information Metadata documented in ISO/TS 19139:2007. GCO includes all
the definitions of http://www.isotc211.org/2005/gco namespace. The root document of this namespace is
the file gco.xsd. This basicTypes.xsd schema implements concepts from the "basic types" package of ISO/TS 19103.</xs:documentation>
<xs:documentation>Geographic COmmon (GCO) extensible markup language is a component of the XML Schema Implementation of Geographic
Information Metadata documented in ISO/TS 19139:2007. GCO includes all the definitions of http://www.isotc211.org/2005/gco namespace. The root document of this namespace is the file gco.xsd. This basicTypes.xsd schema implements concepts from the "basic types" package of ISO/TS 19103.</xs:documentation>
</xs:annotation>
<!-- ================================== Imports ================================== -->
<xs:import namespace="http://www.opengis.net/gml/3.2" schemaLocation="../../../../ogc/gml/3.2.1/gml.xsd"/>
<xs:import namespace="http://www.w3.org/1999/xlink" schemaLocation="http://www.w3.org/1999/xlink.xsd"/>
<xs:import namespace="http://www.w3.org/1999/xlink" schemaLocation="../../../../xlink/xlink.xsd"/>
<xs:include schemaLocation="gco.xsd"/>
<xs:include schemaLocation="gcoBase.xsd"/>
<!-- ########################################################################### -->
Expand Down
6 changes: 3 additions & 3 deletions iso/19139/20070417/gco/basicTypesOri.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
the file gco.xsd. This basicTypes.xsd schema implements concepts from the "basic types" package of ISO/TS 19103.</xs:documentation>
</xs:annotation>
<!-- ================================== Imports ================================== -->
<xs:import namespace="http://www.opengis.net/gml/3.2" schemaLocation="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19136_Schemas/gml.xsd"/>
<xs:import namespace="http://www.w3.org/1999/xlink" schemaLocation="http://www.w3.org/1999/xlink.xsd"/>
<xs:import namespace="http://www.opengis.net/gml/3.2" schemaLocation="../../../../ogc/gml/3.2.1/gml.xsd"/>
<xs:import namespace="http://www.w3.org/1999/xlink" schemaLocation="../../../../xlink/xlink.xsd"/>
<xs:include schemaLocation="gco.xsd"/>
<xs:include schemaLocation="gcoBase.xsd"/>
<!-- ########################################################################### -->
Expand Down Expand Up @@ -395,7 +395,7 @@
<xs:complexType name="RecordType_Type">
<xs:simpleContent>
<xs:extension base="xs:string">
<xs:attributeGroup ref="xlink:simpleLink"/>
<xs:attributeGroup ref="xlink:simpleAttrs"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
Expand Down
13 changes: 6 additions & 7 deletions iso/19139/20070417/gco/gcoBase.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,14 @@
<!-- NAP - Metadata 2013-02-22 -->
<!-- ================================= Annotation ================================ -->
<xs:annotation>
<xs:documentation>Geographic COmmon (GCO) extensible markup language is a component of the XML Schema
Implementation of Geographic Information Metadata documented in ISO/TS 19139:2007. GCO includes all the
definitions of http://www.isotc211.org/2005/gco namespace. The root document of this namespace is the
file gco.xsd. This gcoBase.xsd schema provides: 1. tools to handle specific objects like "code lists"
and "record"; 2. Some XML types representing that do not follow the general encoding rules.</xs:documentation>
<xs:documentation>Geographic COmmon (GCO) extensible markup language is a component of the XML Schema Implementation of Geographic
Information Metadata documented in ISO/TS 19139:2007. GCO includes all the definitions of http://www.isotc211.org/2005/gco namespace. The root document of this namespace is the file gco.xsd. This gcoBase.xsd schema provides:
1. tools to handle specific objects like "code lists" and "record";
2. Some XML types representing that do not follow the general encoding rules.</xs:documentation>
</xs:annotation>
<!-- ================================== Imports ================================== -->
<xs:import namespace="http://www.w3.org/1999/xlink" schemaLocation="http://www.w3.org/1999/xlink.xsd"/>
<xs:import namespace="http://www.opengis.net/gml/3.2" schemaLocation="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19136_Schemas/gml.xsd"/>
<xs:import namespace="http://www.w3.org/1999/xlink" schemaLocation="../../../../xlink/xlink.xsd"/>
<xs:import namespace="http://www.opengis.net/gml/3.2" schemaLocation="../../../../ogc/gml/3.2.1/gml.xsd"/>
<xs:include schemaLocation="gco.xsd"/>
<!-- ########################################################################### -->
<!-- ########################################################################### -->
Expand Down
4 changes: 2 additions & 2 deletions iso/19139/20070417/gco/gcoBaseOri.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
and "record"; 2. Some XML types representing that do not follow the general encoding rules.</xs:documentation>
</xs:annotation>
<!-- ================================== Imports ================================== -->
<xs:import namespace="http://www.w3.org/1999/xlink" schemaLocation="http://www.w3.org/1999/xlink.xsd"/>
<xs:import namespace="http://www.opengis.net/gml/3.2" schemaLocation="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19136_Schemas/gml.xsd"/>
<xs:import namespace="http://www.w3.org/1999/xlink" schemaLocation="../../../../xlink/xlink.xsd"/>
<xs:import namespace="http://www.opengis.net/gml/3.2" schemaLocation="../../../../ogc/gml/3.2.1/gml.xsd"/>
<xs:include schemaLocation="gco.xsd"/>
<!-- ########################################################################### -->
<!-- ########################################################################### -->
Expand Down
2 changes: 1 addition & 1 deletion iso/19139/20070417/gmd/applicationSchema.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<xs:documentation>Geographic MetaData (GMD) extensible markup language is a component of the XML Schema Implementation of Geographic Information Metadata documented in ISO/TS 19139:2007. GMD includes all the definitions of http://www.isotc211.org/2005/gmd namespace. The root document of this namespace is the file gmd.xsd. This applicationSchema.xsd schema implements the UML conceptual schema defined in A.2.12 of ISO 19115:2003. It contains the implementation of the class MD_ApplicationSchemaInformation.</xs:documentation>
</xs:annotation>
<!-- ================================== Imports ================================== -->
<xs:import namespace="http://www.isotc211.org/2005/gco" schemaLocation="http://nap.geogratis.gc.ca/metadata/tools/schemas/metadata/can-cgsb-171.100-2009-a/gco/gco.xsd"/>
<xs:import namespace="http://www.isotc211.org/2005/gco" schemaLocation="../gco/gco.xsd"/>
<xs:include schemaLocation="gmd.xsd"/>
<xs:include schemaLocation="citation.xsd"/>
<!-- ########################################################################### -->
Expand Down
2 changes: 1 addition & 1 deletion iso/19139/20070417/gmd/citation.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<xs:documentation>Geographic MetaData (GMD) extensible markup language is a component of the XML Schema Implementation of Geographic Information Metadata documented in ISO/TS 19139:2007. GMD includes all the definitions of http://www.isotc211.org/2005/gmd namespace. The root document of this namespace is the file gmd.xsd. This citation.xsd schema implements the UML conceptual schema defined in A.3.2 of ISO 19115:2003. It contains the implementation of the following classes: CI_ResponsibleParty, CI_Citation, CI_Address, CI_OnlineResource, CI_Contact, CI_Telephone, URL, CI_Date, CI_Series, CI_RoleCode, CI_PresentationFormCode, CI_OnLineFunctionCode, CI_DateTypeCode.</xs:documentation>
</xs:annotation>
<!-- ================================== Imports ================================== -->
<xs:import namespace="http://www.isotc211.org/2005/gco" schemaLocation="http://nap.geogratis.gc.ca/metadata/tools/schemas/metadata/can-cgsb-171.100-2009-a/gco/gco.xsd"/>
<xs:import namespace="http://www.isotc211.org/2005/gco" schemaLocation="../gco/gco.xsd"/>
<xs:include schemaLocation="gmd.xsd"/>
<xs:include schemaLocation="referenceSystem.xsd"/>
<!-- ########################################################################### -->
Expand Down
2 changes: 1 addition & 1 deletion iso/19139/20070417/gmd/constraints.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<xs:documentation>Geographic MetaData (GMD) extensible markup language is a component of the XML Schema Implementation of Geographic Information Metadata documented in ISO/TS 19139:2007. GMD includes all the definitions of http://www.isotc211.org/2005/gmd namespace. The root document of this namespace is the file gmd.xsd. This constraints.xsd schema implements the UML conceptual schema defined in A.2.3 of ISO 19115:2003. It contains the implementation of the following classes: MD_Constraints, MD_LegalConstraints, MD_SecurityConstraints, MD_ClassificationCode, MD_RestrictionCode.</xs:documentation>
</xs:annotation>
<!-- ================================== Imports ================================== -->
<xs:import namespace="http://www.isotc211.org/2005/gco" schemaLocation="http://nap.geogratis.gc.ca/metadata/tools/schemas/metadata/can-cgsb-171.100-2009-a/gco/gco.xsd"/>
<xs:import namespace="http://www.isotc211.org/2005/gco" schemaLocation="../gco/gco.xsd"/>
<xs:include schemaLocation="gmd.xsd"/>
<!-- ########################################################################### -->
<!-- ########################################################################### -->
Expand Down
2 changes: 1 addition & 1 deletion iso/19139/20070417/gmd/content.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
MD_ImageDescription, MD_ContentInformation, MD_RangeDimension, MD_Band, MD_CoverageContentTypeCode, MD_ImagingConditionCode.</xs:documentation>
</xs:annotation>
<!-- ================================== Imports ================================== -->
<xs:import namespace="http://www.isotc211.org/2005/gco" schemaLocation="http://nap.geogratis.gc.ca/metadata/tools/schemas/metadata/can-cgsb-171.100-2009-a/gco/gco.xsd"/>
<xs:import namespace="http://www.isotc211.org/2005/gco" schemaLocation="../gco/gco.xsd"/>
<xs:include schemaLocation="gmd.xsd"/>
<xs:include schemaLocation="citation.xsd"/>
<!-- ########################################################################### -->
Expand Down
6 changes: 3 additions & 3 deletions iso/19139/20070417/gmd/dataQuality.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
<!-- NAP - Metadata 2013-02-22 -->
<!-- ================================= Annotation ================================ -->
<xs:annotation>
<xs:documentation>Geographic MetaData (GMD) extensible markup language is a
component of the XML Schema Implementation of Geographic Information Metadata documented in ISO/TS 19139:2007. GMD includes all the definitions of http://www.isotc211.org/2005/gmd namespace. The root document of this namespace is the file gmd.xsd. This dataQuality.xsd schema implements the UML conceptual schema defined in A.2.4 of ISO 19115:2003. It contains the implementation of the following classes: LI_ProcessStep, LI_Source, LI_Lineage, DQ_ConformanceResult, DQ_QuantitativeResult, DQ_Result, DQ_TemporalValidity, DQ_AccuracyOfATimeMeasurement, DQ_QuantitativeAttributeAccuracy, DQ_NonQuantitativeAttributeAccuracy, DQ_ThematicClassificationCorrectness, DQ_RelativeInternalPositionalAccuracy, DQ_GriddedDataPositionalAccuracy, DQ_AbsoluteExternalPositionalAccuracy, DQ_TopologicalConsistency, DQ_FormatConsistency, DQ_DomainConsistency, DQ_ConceptualConsistency, DQ_CompletenessOmission, DQ_CompletenessCommission, DQ_TemporalAccuracy, DQ_ThematicAccuracy, DQ_PositionalAccuracy, DQ_LogicalConsistency, DQ_Completeness, DQ_Element, DQ_DataQuality.</xs:documentation>
<xs:documentation>Geographic MetaData (GMD) extensible markup language is a component of the XML Schema Implementation of Geographic Information Metadata documented in ISO/TS 19139:2007. GMD includes all the definitions of http://www.isotc211.org/2005/gmd namespace. The root document of this namespace is the file gmd.xsd. This dataQuality.xsd schema implements the UML conceptual schema defined in A.2.4 of ISO 19115:2003. It contains the implementation of the following classes: LI_ProcessStep, LI_Source, LI_Lineage,
DQ_ConformanceResult, DQ_QuantitativeResult, DQ_Result, DQ_TemporalValidity, DQ_AccuracyOfATimeMeasurement, DQ_QuantitativeAttributeAccuracy, DQ_NonQuantitativeAttributeAccuracy, DQ_ThematicClassificationCorrectness, DQ_RelativeInternalPositionalAccuracy, DQ_GriddedDataPositionalAccuracy, DQ_AbsoluteExternalPositionalAccuracy, DQ_TopologicalConsistency, DQ_FormatConsistency, DQ_DomainConsistency, DQ_ConceptualConsistency, DQ_CompletenessOmission, DQ_CompletenessCommission, DQ_TemporalAccuracy, DQ_ThematicAccuracy, DQ_PositionalAccuracy, DQ_LogicalConsistency, DQ_Completeness, DQ_Element, DQ_DataQuality.</xs:documentation>
</xs:annotation>
<!-- ================================== Imports ================================== -->
<xs:import namespace="http://www.isotc211.org/2005/gco" schemaLocation="http://nap.geogratis.gc.ca/metadata/tools/schemas/metadata/can-cgsb-171.100-2009-a/gco/gco.xsd"/>
<xs:import namespace="http://www.isotc211.org/2005/gco" schemaLocation="../gco/gco.xsd"/>
<xs:include schemaLocation="gmd.xsd"/>
<xs:include schemaLocation="identification.xsd"/>
<!-- ########################################################################### -->
Expand Down
2 changes: 1 addition & 1 deletion iso/19139/20070417/gmd/distribution.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<xs:documentation>Geographic MetaData (GMD) extensible markup language is a component of the XML Schema Implementation of Geographic Information Metadata documented in ISO/TS 19139:2007. GMD includes all the definitions of http://www.isotc211.org/2005/gmd namespace. The root document of this namespace is the file gmd.xsd. This distribution.xsd schema implements the UML conceptual schema defined in A.2.10 of ISO 19115:2003. It contains the implementation of the following classes: MD_Medium, MD_DigitalTransferOptions, MD_StandardOrderProcess, MD_Distributor, MD_Distribution, MD_Format, MD_MediumFormatCode, MD_MediumNameCode.</xs:documentation>
</xs:annotation>
<!-- ================================== Imports ================================== -->
<xs:import namespace="http://www.isotc211.org/2005/gco" schemaLocation="http://nap.geogratis.gc.ca/metadata/tools/schemas/metadata/can-cgsb-171.100-2009-a/gco/gco.xsd"/>
<xs:import namespace="http://www.isotc211.org/2005/gco" schemaLocation="../gco/gco.xsd"/>
<xs:include schemaLocation="gmd.xsd"/>
<xs:include schemaLocation="citation.xsd"/>
<!-- ########################################################################### -->
Expand Down
8 changes: 4 additions & 4 deletions iso/19139/20070417/gmd/extent.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
<xs:documentation>Geographic MetaData (GMD) extensible markup language is a component of the XML Schema Implementation of Geographic Information Metadata documented in ISO/TS 19139:2007. GMD includes all the definitions of http://www.isotc211.org/2005/gmd namespace. The root document of this namespace is the file gmd.xsd. This extent.xsd schema implements the UML conceptual schema defined in A.3.1 of ISO 19115:2003 and the associated corrigendum. It contains the implementation of the following classes: EX_TemporalExtent, EX_VerticalExtent, EX_BoundingPolygon, EX_Extent, EX_GeographicExtent, EX_GeographicBoundingBox, EX_SpatialTemporalExtent, EX_GeographicDescription.</xs:documentation>
</xs:annotation>
<!-- ================================== Imports ================================== -->
<xs:import namespace="http://www.isotc211.org/2005/gss" schemaLocation="http://nap.geogratis.gc.ca/metadata/tools/schemas/metadata/can-cgsb-171.100-2009-a/gss/gss.xsd"/>
<xs:import namespace="http://www.isotc211.org/2005/gts" schemaLocation="http://nap.geogratis.gc.ca/metadata/tools/schemas/metadata/can-cgsb-171.100-2009-a/gts/gts.xsd"/>
<xs:import namespace="http://www.isotc211.org/2005/gco" schemaLocation="http://nap.geogratis.gc.ca/metadata/tools/schemas/metadata/can-cgsb-171.100-2009-a/gco/gco.xsd"/>
<xs:import namespace="http://www.isotc211.org/2005/gsr" schemaLocation="http://nap.geogratis.gc.ca/metadata/tools/schemas/metadata/can-cgsb-171.100-2009-a/gsr/gsr.xsd"/>
<xs:import namespace="http://www.isotc211.org/2005/gss" schemaLocation="../gss/gss.xsd"/>
<xs:import namespace="http://www.isotc211.org/2005/gts" schemaLocation="../gts/gts.xsd"/>
<xs:import namespace="http://www.isotc211.org/2005/gco" schemaLocation="../gco/gco.xsd"/>
<xs:import namespace="http://www.isotc211.org/2005/gsr" schemaLocation="../gsr/gsr.xsd"/>
<xs:include schemaLocation="gmd.xsd"/>
<xs:include schemaLocation="referenceSystem.xsd"/>
<!-- ########################################################################### -->
Expand Down
2 changes: 1 addition & 1 deletion iso/19139/20070417/gmd/identification.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<xs:documentation>Geographic MetaData (GMD) extensible markup language is a component of the XML Schema Implementation of Geographic Information Metadata documented in ISO/TS 19139:2007. GMD includes all the definitions of http://www.isotc211.org/2005/gmd namespace. The root document of this namespace is the file gmd.xsd. This identification.xsd schema implements the UML conceptual schema defined in A.2.2 of ISO 19115:2003. It contains the implementation of the following classes: MD_Identification, MD_BrowseGraphic, MD_DataIdentification, MD_ServiceIdentification, MD_RepresentativeFraction, MD_Usage, MD_Keywords, DS_Association, MD_AggregateInformation, MD_CharacterSetCode, MD_SpatialRepresentationTypeCode, MD_TopicCategoryCode, MD_ProgressCode, MD_KeywordTypeCode, DS_AssociationTypeCode, DS_InitiativeTypeCode, MD_ResolutionType.</xs:documentation>
</xs:annotation>
<!-- ================================== Imports ================================== -->
<xs:import namespace="http://www.isotc211.org/2005/gco" schemaLocation="http://nap.geogratis.gc.ca/metadata/tools/schemas/metadata/can-cgsb-171.100-2009-a/gco/gco.xsd"/>
<xs:import namespace="http://www.isotc211.org/2005/gco" schemaLocation="../gco/gco.xsd"/>
<xs:include schemaLocation="gmd.xsd"/>
<xs:include schemaLocation="constraints.xsd"/>
<xs:include schemaLocation="distribution.xsd"/>
Expand Down
Loading

0 comments on commit a31ae9f

Please sign in to comment.