Skip to content

Commit

Permalink
Add namespace to GMW-Insert
Browse files Browse the repository at this point in the history
  • Loading branch information
StevenHosper committed Dec 20, 2024
1 parent 698c74e commit 0414de7
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 13 deletions.
1 change: 1 addition & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

- Improved GLD-Bulk
- Added testing to GLD-Bulk
- Hotfix: Add correct namespace to GMW_Insert XMLs


## 0.73 (2024-12-19)
Expand Down
2 changes: 1 addition & 1 deletion api/bro_upload/templates/insert_GMW_ElectrodeStatus.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
{% if metadata.qualityRegime == "IMBRO/A" %}
<ns1:underPrivilege>ja</ns1:underPrivilege>
{% endif %}
<correctionReason codeSpace="urn:bro:gmw:CorrectionReason">eigenCorrectie</correctionReason>
<ns:correctionReason codeSpace="urn:bro:gmw:CorrectionReason">eigenCorrectie</ns:correctionReason>
<ns:sourceDocument>
<ns:GMW_ElectrodeStatus>
<ns:eventDate>
Expand Down
2 changes: 1 addition & 1 deletion api/bro_upload/templates/insert_GMW_GroundLevel.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
{% if metadata.qualityRegime == "IMBRO/A" %}
<ns1:underPrivilege>ja</ns1:underPrivilege>
{% endif %}
<correctionReason codeSpace="urn:bro:gmw:CorrectionReason">eigenCorrectie</correctionReason>
<ns:correctionReason codeSpace="urn:bro:gmw:CorrectionReason">eigenCorrectie</ns:correctionReason>
<ns:sourceDocument>
<ns:GMW_GroundLevel>
<ns:eventDate>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
{% if metadata.qualityRegime == "IMBRO/A" %}
<ns1:underPrivilege>ja</ns1:underPrivilege>
{% endif %}
<correctionReason codeSpace="urn:bro:gmw:CorrectionReason">eigenCorrectie</correctionReason>
<ns:correctionReason codeSpace="urn:bro:gmw:CorrectionReason">eigenCorrectie</ns:correctionReason>
<ns:sourceDocument>
<ns:GMW_GroundLevelMeasuring>
<ns:eventDate>
Expand Down
2 changes: 1 addition & 1 deletion api/bro_upload/templates/insert_GMW_Insertion.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
{% if metadata.qualityRegime == "IMBRO/A" %}
<ns1:underPrivilege>ja</ns1:underPrivilege>
{% endif %}
<correctionReason codeSpace="urn:bro:gmw:CorrectionReason">eigenCorrectie</correctionReason>
<ns:correctionReason codeSpace="urn:bro:gmw:CorrectionReason">eigenCorrectie</ns:correctionReason>
<ns:sourceDocument>
<ns:GMW_Insertion>
<ns:eventDate>
Expand Down
2 changes: 1 addition & 1 deletion api/bro_upload/templates/insert_GMW_Lengthening.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
{% if metadata.qualityRegime == "IMBRO/A" %}
<ns1:underPrivilege>ja</ns1:underPrivilege>
{% endif %}
<correctionReason codeSpace="urn:bro:gmw:CorrectionReason">eigenCorrectie</correctionReason>
<ns:correctionReason codeSpace="urn:bro:gmw:CorrectionReason">eigenCorrectie</ns:correctionReason>
<ns:sourceDocument>
<ns:GMW_Lengthening>
<ns:eventDate>
Expand Down
2 changes: 1 addition & 1 deletion api/bro_upload/templates/insert_GMW_Maintainer.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
{% if metadata.qualityRegime == "IMBRO/A" %}
<ns1:underPrivilege>ja</ns1:underPrivilege>
{% endif %}
<correctionReason codeSpace="urn:bro:gmw:CorrectionReason">eigenCorrectie</correctionReason>
<ns:correctionReason codeSpace="urn:bro:gmw:CorrectionReason">eigenCorrectie</ns:correctionReason>
<ns:sourceDocument>
<ns:GMW_Maintainer>
<ns:eventDate>
Expand Down
2 changes: 1 addition & 1 deletion api/bro_upload/templates/insert_GMW_Owner.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
{% if metadata.qualityRegime == "IMBRO/A" %}
<ns1:underPrivilege>ja</ns1:underPrivilege>
{% endif %}
<correctionReason codeSpace="urn:bro:gmw:CorrectionReason">eigenCorrectie</correctionReason>
<ns:correctionReason codeSpace="urn:bro:gmw:CorrectionReason">eigenCorrectie</ns:correctionReason>
<ns:sourceDocument>
<ns:GMW_Owner>
<ns:eventDate>
Expand Down
2 changes: 1 addition & 1 deletion api/bro_upload/templates/insert_GMW_Positions.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
{% if metadata.qualityRegime == "IMBRO/A" %}
<ns1:underPrivilege>ja</ns1:underPrivilege>
{% endif %}
<correctionReason codeSpace="urn:bro:gmw:CorrectionReason">eigenCorrectie</correctionReason>
<ns:correctionReason codeSpace="urn:bro:gmw:CorrectionReason">eigenCorrectie</ns:correctionReason>
<ns:sourceDocument>
<ns:GMW_Positions>
<ns:eventDate>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
{% if metadata.qualityRegime == "IMBRO/A" %}
<ns1:underPrivilege>ja</ns1:underPrivilege>
{% endif %}
<correctionReason codeSpace="urn:bro:gmw:CorrectionReason">eigenCorrectie</correctionReason>
<ns:correctionReason codeSpace="urn:bro:gmw:CorrectionReason">eigenCorrectie</ns:correctionReason>
<ns:sourceDocument>
<ns:GMW_PositionsMeasuring>
<ns:eventDate>
Expand Down
2 changes: 1 addition & 1 deletion api/bro_upload/templates/insert_GMW_Shift.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
{% if metadata.qualityRegime == "IMBRO/A" %}
<ns1:underPrivilege>ja</ns1:underPrivilege>
{% endif %}
<correctionReason codeSpace="urn:bro:gmw:CorrectionReason">eigenCorrectie</correctionReason>
<ns:correctionReason codeSpace="urn:bro:gmw:CorrectionReason">eigenCorrectie</ns:correctionReason>
<ns:sourceDocument>
<ns:GMW_Shift>
<ns:eventDate>
Expand Down
2 changes: 1 addition & 1 deletion api/bro_upload/templates/insert_GMW_Shortening.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
{% if metadata.qualityRegime == "IMBRO/A" %}
<ns1:underPrivilege>ja</ns1:underPrivilege>
{% endif %}
<correctionReason codeSpace="urn:bro:gmw:CorrectionReason">eigenCorrectie</correctionReason>
<ns:correctionReason codeSpace="urn:bro:gmw:CorrectionReason">eigenCorrectie</ns:correctionReason>
<ns:sourceDocument>
<ns:GMW_Shortening>
<ns:eventDate>
Expand Down
2 changes: 1 addition & 1 deletion api/bro_upload/templates/insert_GMW_TubeStatus.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
{% if metadata.qualityRegime == "IMBRO/A" %}
<ns1:underPrivilege>ja</ns1:underPrivilege>
{% endif %}
<correctionReason codeSpace="urn:bro:gmw:CorrectionReason">eigenCorrectie</correctionReason>
<ns:correctionReason codeSpace="urn:bro:gmw:CorrectionReason">eigenCorrectie</ns:correctionReason>
<ns:sourceDocument>
<ns:GMW_TubeStatus>
<ns:eventDate>
Expand Down
2 changes: 1 addition & 1 deletion api/bro_upload/templates/insert_GMW_WellHeadProtector.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
{% if metadata.qualityRegime == "IMBRO/A" %}
<ns1:underPrivilege>ja</ns1:underPrivilege>
{% endif %}
<correctionReason codeSpace="urn:bro:gmw:CorrectionReason">eigenCorrectie</correctionReason>
<ns:correctionReason codeSpace="urn:bro:gmw:CorrectionReason">eigenCorrectie</ns:correctionReason>
<ns:sourceDocument>
<ns:GMW_WellHeadProtector>
<ns:eventDate>
Expand Down

0 comments on commit 0414de7

Please sign in to comment.