Skip to content

Commit

Permalink
Nil effect change - linebreak update only
Browse files Browse the repository at this point in the history
Linebreaks removed from within some tags
no change to elements definitions
  • Loading branch information
ejbleys committed May 21, 2024
1 parent d12ac8f commit d6ff678
Show file tree
Hide file tree
Showing 135 changed files with 2,986 additions and 5,825 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ xsdvi/
xsl/
.archive/
.vscode/
19115/newProject.xpr
4 changes: 1 addition & 3 deletions 19115/-1/cit/1.3.0/cit.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@
elementFormDefault="qualified"
version="1.3.0"
>
<annotation>
<documentation>Namespace for XML elements for constructing citations to resources.</documentation>
</annotation>
<annotation><documentation>Namespace for XML elements for constructing citations to resources.</documentation></annotation>
<include schemaLocation="citation.xsd"/>
<!--XML Schema document created by ShapeChange - http://shapechange.net/-->
</schema>
248 changes: 62 additions & 186 deletions 19115/-1/cit/1.3.0/citation.xsd

Large diffs are not rendered by default.

80 changes: 20 additions & 60 deletions 19115/-1/gex/1.3.0/extent.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -25,19 +25,15 @@
<!--XML Schema document created by ShapeChange - http://shapechange.net/-->
<!-- =========================================================================== -->
<element name="EX_Extent" substitutionGroup="mcc:Abstract_Extent" type="gex:EX_Extent_Type" id="ISO19115-1.335">
<annotation>
<documentation>extent of the resource</documentation>
</annotation>
<annotation><documentation>extent of the resource</documentation></annotation>
</element>
<!-- ........................................................................ -->
<complexType name="EX_Extent_Type">
<complexContent>
<extension base="mcc:Abstract_Extent_Type">
<sequence>
<element minOccurs="0" name="description" type="gco:CharacterString_PropertyType" id="ISO19115-1.336_ISO19103.CharacterString">
<annotation>
<documentation>sets of points defining the bounding polygon or any other GM_Object geometry (point, line or polygon)</documentation>
</annotation>
<annotation><documentation>sets of points defining the bounding polygon or any other GM_Object geometry (point, line or polygon)</documentation></annotation>
</element>
<element maxOccurs="unbounded" minOccurs="0" name="geographicElement" type="gex:AbstractEX_GeographicExtent_PropertyType" id="ISO19115-1.337_ISO19115-1.340"/>
<element maxOccurs="unbounded" minOccurs="0" name="temporalElement" type="gex:EX_TemporalExtent_PropertyType" id="ISO19115-1.338_ISO19115-1.351"/>
Expand All @@ -56,19 +52,15 @@
</complexType>
<!-- =========================================================================== -->
<element abstract="true" name="AbstractEX_GeographicExtent" substitutionGroup="gco:AbstractObject" type="gex:AbstractEX_GeographicExtent_Type" id="ISO19115-1.340">
<annotation>
<documentation>spatial area of the resource</documentation>
</annotation>
<annotation><documentation>spatial area of the resource</documentation></annotation>
</element>
<!-- ........................................................................ -->
<complexType abstract="true" name="AbstractEX_GeographicExtent_Type">
<complexContent>
<extension base="gco:AbstractObject_Type">
<sequence>
<element minOccurs="0" name="extentTypeCode" type="gco:Boolean_PropertyType" id="ISO19115-1.341_ISO19103.Boolean">
<annotation>
<documentation>indication of whether the geographic element encompasses an area covered by the data or an area where data is not present</documentation>
</annotation>
<annotation><documentation>indication of whether the geographic element encompasses an area covered by the data or an area where data is not present</documentation></annotation>
</element>
</sequence>
</extension>
Expand All @@ -84,19 +76,15 @@
</complexType>
<!-- =========================================================================== -->
<element name="EX_BoundingPolygon" substitutionGroup="gex:AbstractEX_GeographicExtent" type="gex:EX_BoundingPolygon_Type" id="ISO19115-1.342">
<annotation>
<documentation>enclosing geometric object which locates the resource, expressed as a set of (x,y) coordinate (s) NOTE: If a polygon is used it should be closed (last point replicates first point)</documentation>
</annotation>
<annotation><documentation>enclosing geometric object which locates the resource, expressed as a set of (x,y) coordinate (s) NOTE: If a polygon is used it should be closed (last point replicates first point)</documentation></annotation>
</element>
<!-- ........................................................................ -->
<complexType name="EX_BoundingPolygon_Type">
<complexContent>
<extension base="gex:AbstractEX_GeographicExtent_Type">
<sequence>
<element maxOccurs="unbounded" name="polygon" type="gml:GeometryPropertyType" id="ISO19115-1.343_Geometry">
<annotation>
<documentation>sets of points defining the bounding polygon or any other GM_Object geometry (point, line or polygon)</documentation>
</annotation>
<annotation><documentation>sets of points defining the bounding polygon or any other GM_Object geometry (point, line or polygon)</documentation></annotation>
</element>
</sequence>
</extension>
Expand All @@ -112,34 +100,24 @@
</complexType>
<!-- =========================================================================== -->
<element name="EX_GeographicBoundingBox" substitutionGroup="gex:AbstractEX_GeographicExtent" type="gex:EX_GeographicBoundingBox_Type" id="ISO19115-1.344">
<annotation>
<documentation>geographic position of the resource NOTE: This is only an approximate reference so specifying the coordinate reference system is unnecessary and need only be provided with a precision of up to two decimal places</documentation>
</annotation>
<annotation><documentation>geographic position of the resource NOTE: This is only an approximate reference so specifying the coordinate reference system is unnecessary and need only be provided with a precision of up to two decimal places</documentation></annotation>
</element>
<!-- ........................................................................ -->
<complexType name="EX_GeographicBoundingBox_Type">
<complexContent>
<extension base="gex:AbstractEX_GeographicExtent_Type">
<sequence>
<element name="westBoundLongitude" type="gco:Decimal_PropertyType" id="ISO19115-1.345_ISO19103.Decimal">
<annotation>
<documentation>western-most coordinate of the limit of the resource extent, expressed in longitude in decimal degrees (positive east)</documentation>
</annotation>
<annotation><documentation>western-most coordinate of the limit of the resource extent, expressed in longitude in decimal degrees (positive east)</documentation></annotation>
</element>
<element name="eastBoundLongitude" type="gco:Decimal_PropertyType" id="ISO19115-1.346_ISO19103.Decimal">
<annotation>
<documentation>eastern-most coordinate of the limit of the resource extent, expressed in longitude in decimal degrees (positive east)</documentation>
</annotation>
<annotation><documentation>eastern-most coordinate of the limit of the resource extent, expressed in longitude in decimal degrees (positive east)</documentation></annotation>
</element>
<element name="southBoundLatitude" type="gco:Decimal_PropertyType" id="ISO19115-1.347_ISO19103.Decimal">
<annotation>
<documentation>southern-most coordinate of the limit of the resource extent, expressed in latitude in decimal degrees (positive north)</documentation>
</annotation>
<annotation><documentation>southern-most coordinate of the limit of the resource extent, expressed in latitude in decimal degrees (positive north)</documentation></annotation>
</element>
<element name="northBoundLatitude" type="gco:Decimal_PropertyType" id="ISO19115-1.348_ISO19103.Decimal">
<annotation>
<documentation>northern-most, coordinate of the limit of the resource extent expressed in latitude in decimal degrees (positive north)</documentation>
</annotation>
<annotation><documentation>northern-most, coordinate of the limit of the resource extent expressed in latitude in decimal degrees (positive north)</documentation></annotation>
</element>
</sequence>
</extension>
Expand All @@ -155,19 +133,15 @@
</complexType>
<!-- =========================================================================== -->
<element name="EX_GeographicDescription" substitutionGroup="gex:AbstractEX_GeographicExtent" type="gex:EX_GeographicDescription_Type" id="ISO19115-1.349">
<annotation>
<documentation>description of the geographic area using identifiers</documentation>
</annotation>
<annotation><documentation>description of the geographic area using identifiers</documentation></annotation>
</element>
<!-- ........................................................................ -->
<complexType name="EX_GeographicDescription_Type">
<complexContent>
<extension base="gex:AbstractEX_GeographicExtent_Type">
<sequence>
<element name="geographicIdentifier" type="mcc:MD_Identifier_PropertyType" id="ISO19115-1.350_ISO19115-1.431">
<annotation>
<documentation>identifier used to represent a geographic area e.g. a geographic identifier as described in ISO 19112</documentation>
</annotation>
<annotation><documentation>identifier used to represent a geographic area e.g. a geographic identifier as described in ISO 19112</documentation></annotation>
</element>
</sequence>
</extension>
Expand All @@ -183,19 +157,15 @@
</complexType>
<!-- =========================================================================== -->
<element name="EX_TemporalExtent" substitutionGroup="gco:AbstractObject" type="gex:EX_TemporalExtent_Type" id="ISO19115-1.351">
<annotation>
<documentation>time period covered by the content of the resource</documentation>
</annotation>
<annotation><documentation>time period covered by the content of the resource</documentation></annotation>
</element>
<!-- ........................................................................ -->
<complexType name="EX_TemporalExtent_Type">
<complexContent>
<extension base="gco:AbstractObject_Type">
<sequence>
<element name="extent" type="gml:TimePrimitivePropertyType" id="ISO19115-1.352_TimePrimitive">
<annotation>
<documentation>period for the content of the resource</documentation>
</annotation>
<annotation><documentation>period for the content of the resource</documentation></annotation>
</element>
</sequence>
</extension>
Expand All @@ -211,19 +181,15 @@
</complexType>
<!-- =========================================================================== -->
<element name="EX_SpatialTemporalExtent" substitutionGroup="gex:EX_TemporalExtent" type="gex:EX_SpatialTemporalExtent_Type" id="ISO19115-1.353">
<annotation>
<documentation>extent with respect to date/time and spatial boundaries</documentation>
</annotation>
<annotation><documentation>extent with respect to date/time and spatial boundaries</documentation></annotation>
</element>
<!-- ........................................................................ -->
<complexType name="EX_SpatialTemporalExtent_Type">
<complexContent>
<extension base="gex:EX_TemporalExtent_Type">
<sequence>
<element minOccurs="0" name="verticalExtent" type="gex:EX_VerticalExtent_PropertyType" id="ISO19115-1.354_ISO19115-1.356">
<annotation>
<documentation>vertical extent component</documentation>
</annotation>
<annotation><documentation>vertical extent component</documentation></annotation>
</element>
<element maxOccurs="unbounded" name="spatialExtent" type="gex:AbstractEX_GeographicExtent_PropertyType" id="ISO19115-1.355_ISO19115-1.340"/>
</sequence>
Expand All @@ -240,9 +206,7 @@
</complexType>
<!-- =========================================================================== -->
<element name="EX_VerticalExtent" substitutionGroup="gco:AbstractObject" type="gex:EX_VerticalExtent_Type" id="ISO19115-1.356">
<annotation>
<documentation>vertical domain of resource</documentation>
</annotation>
<annotation><documentation>vertical domain of resource</documentation></annotation>
</element>
<!-- ........................................................................ -->
<complexType name="EX_VerticalExtent_Type">
Expand All @@ -251,14 +215,10 @@
<sequence>
<!-- Order Change to align with UML implementation model sequenceNumber-->
<element name="minimumValue" type="gco:Real_PropertyType" id="ISO19115-1.357_ISO19103.Real">
<annotation>
<documentation>lowest vertical extent contained in the resource</documentation>
</annotation>
<annotation><documentation>lowest vertical extent contained in the resource</documentation></annotation>
</element>
<element name="maximumValue" type="gco:Real_PropertyType" id="ISO19115-1.358_ISO19103.Real">
<annotation>
<documentation>highest vertical extent contained in the resource</documentation>
</annotation>
<annotation><documentation>highest vertical extent contained in the resource</documentation></annotation>
</element>
<!-- moved to 360 -->
<!-- <element minOccurs="0" name="verticalCRSId" type="mcc:Abstract_ReferenceSystem_PropertyType" id="ISO19115-1.360_ISO19115-1.179"/> -->
Expand Down
7 changes: 2 additions & 5 deletions 19115/-1/gex/1.3.0/gex.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,9 @@
elementFormDefault="qualified"
version="1.3.0"
>
<annotation>
<documentation>Namespace for XML elements used to specify spatial and temporal
extents.</documentation>
</annotation>
<annotation><documentation>Namespace for XML elements used to specify spatial and temporal extents.</documentation></annotation>
<include schemaLocation="extent.xsd"/>
<import namespace="https://schemas.isotc211.org/19115/-1/mcc/1.3" schemaLocation="../../../../19115/-1/mcc/1.3.0/mcc.xsd"/>
<import namespace="https://schemas.isotc211.org/19115/-1/mcc/1.3" schemaLocation="../../../../19115/-1/mcc/1.3.0/mcc.xsd"/>

<!--XML Schema document created by ShapeChange - http://shapechange.net/-->
</schema>
4 changes: 1 addition & 3 deletions 19115/-1/lan/1.3.0/lan.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@
elementFormDefault="qualified"
version="1.3.0"
>
<annotation>
<documentation>Namespace for XML elements used to implement cultural and linguistic adaptability, i.e. different character set and language encoding of metadata content. Originally defined in ISO 19139.</documentation>
</annotation>
<annotation><documentation>Namespace for XML elements used to implement cultural and linguistic adaptability, i.e. different character set and language encoding of metadata content. Originally defined in ISO 19139.</documentation></annotation>
<include schemaLocation="language.xsd"/>
<import namespace="https://schemas.isotc211.org/19115/-1/cit/1.3" schemaLocation="../../../../19115/-1/cit/1.3.0/cit.xsd"/>
<!--XML Schema document created by ShapeChange - http://shapechange.net/-->
Expand Down
35 changes: 8 additions & 27 deletions 19115/-1/mas/1.3.0/applicationSchema.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -14,52 +14,33 @@
<!--XML Schema document created by ShapeChange - http://shapechange.net/-->
<!-- =========================================================================== -->
<element name="MD_ApplicationSchemaInformation" substitutionGroup="mcc:Abstract_ApplicationSchemaInformation" type="mas:MD_ApplicationSchemaInformation_Type" id="ISO19115-1.292">
<annotation>
<documentation>information about the application schema used to build the
dataset</documentation>
</annotation>
<annotation><documentation>information about the application schema used to build the dataset</documentation></annotation>
</element>
<!-- ........................................................................ -->
<complexType name="MD_ApplicationSchemaInformation_Type">
<complexContent>
<extension base="mcc:Abstract_ApplicationSchemaInformation_Type">
<sequence>
<element name="name" type="mcc:Abstract_Citation_PropertyType" id="ISO19115-1.293_ISO19115-1.361">
<annotation>
<documentation>name of the application schema used</documentation>
</annotation>
<annotation><documentation>name of the application schema used</documentation></annotation>
</element>
<element name="schemaLanguage" type="gco:CharacterString_PropertyType" id="ISO19115-1.294_ISO19103.CharacterString">
<annotation>
<documentation>identification of the schema language used</documentation>
</annotation>
<annotation><documentation>identification of the schema language used</documentation></annotation>
</element>
<element name="constraintLanguage" type="gco:CharacterString_PropertyType" id="ISO19115-1.295_ISO19103.CharacterString">
<annotation>
<documentation>formal language used in Application Schema</documentation>
</annotation>
<annotation><documentation>formal language used in Application Schema</documentation></annotation>
</element>
<element minOccurs="0" name="schemaAscii" type="gco:CharacterString_PropertyType" id="ISO19115-1.296_ISO19103.CharacterString">
<annotation>
<documentation>full application schema given as an ASCII file</documentation>
</annotation>
<annotation><documentation>full application schema given as an ASCII file</documentation></annotation>
</element>
<element minOccurs="0" name="graphicsFile" type="mcc:Abstract_OnlineResource_PropertyType" id="ISO19115-1.297_ISO19115-1.405">
<annotation>
<documentation>full application schema given as a graphics file</documentation>
</annotation>
<annotation><documentation>full application schema given as a graphics file</documentation></annotation>
</element>
<element minOccurs="0" name="softwareDevelopmentFile" type="mcc:Abstract_OnlineResource_PropertyType" id="ISO19115-1.298_ISO19115-1.405">
<annotation>
<documentation>full application schema given as a software development
file</documentation>
</annotation>
<annotation><documentation>full application schema given as a software development file</documentation></annotation>
</element>
<element minOccurs="0" name="softwareDevelopmentFileFormat" type="gco:CharacterString_PropertyType" id="ISO19115-1.299_ISO19103.CharacterString">
<annotation>
<documentation>software dependent format used for the application schema software
dependent file</documentation>
</annotation>
<annotation><documentation>software dependent format used for the application schema software dependent file</documentation></annotation>
</element>
</sequence>
</extension>
Expand Down
Loading

0 comments on commit d6ff678

Please sign in to comment.