Skip to content

Commit

Permalink
Fix encoding for services vertical extent guidance
Browse files Browse the repository at this point in the history
Changed example encodings from gmd:MD_DataIdentification to srv:SV_ServiceIdentification
  • Loading branch information
archaeogeek committed Sep 6, 2024
1 parent 780ae4c commit 75090e3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/snippets/service-extent-verticalcrs-reference.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<gmd:MD_Metadata>
...
<gmd:identificationInfo>
<gmd:MD_DataIdentification id="XYZ-323232">
<srv:SV_DataIdentification>
...
<srv:extent>
<gmd:EX_Extent>
Expand All @@ -20,7 +20,7 @@
</gmd:EX_Extent>
</srv:extent>
...
</gmd:MD_DataIdentification>
</srv:SV_DataIdentification>
</gmd:identificationInfo>
...
</gmd:MD_Metadata>
4 changes: 2 additions & 2 deletions docs/snippets/service-extent-verticalcrs-value.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<gmd:MD_Metadata>
...
<gmd:dataIdentification>
<gmd:MD_DataIdentification id="XYZ-234567">
<srv:SV_DataIdentification>
...
<srv:extent>
<gmd:EX_Extent>
Expand Down Expand Up @@ -51,7 +51,7 @@
</gmd:EX_Extent>
</srv:extent>
...
</gmd:MD_DataIdentification>
</srv:SV_DataIdentification>
</gmd:dataIdentification>
...
</gmd:MD_Metadata>

0 comments on commit 75090e3

Please sign in to comment.