Skip to content

Commit c436727

Browse files
committed
fixing namespace issues. opts.
1 parent 5c2b0c6 commit c436727

File tree

11 files changed

+20
-20
lines changed

11 files changed

+20
-20
lines changed

examples/healthcare/plugins/entities/patientrecords/conformance/REST/services/providers.xqy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ xquery version "1.0-ml";
1717

1818
module namespace service = "http://marklogic.com/rest-api/resource/providers";
1919

20-
declare namespace envelope = "http://marklogic.com/hub-in-a-box/envelope";
20+
declare namespace envelope = "http://marklogic.com/data-hub/envelope";
2121

2222
declare option xdmp:mapping "false";
2323

examples/healthcare/plugins/entities/patientrecords/conformance/final/collector/collector.xqy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
xquery version "1.0-ml";
22

3-
module namespace plugin = "http://marklogic.com/hub-in-a-box/plugins/collector";
3+
module namespace plugin = "http://marklogic.com/data-hub/plugins/collector";
44

55
declare option xdmp:mapping "false";
66

examples/healthcare/plugins/entities/patientrecords/conformance/final/content/content.xqy

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
xquery version "1.0-ml";
22

3-
module namespace plugin = "http://marklogic.com/hub-in-a-box/plugins/content";
3+
module namespace plugin = "http://marklogic.com/data-hub/plugins/content";
44

5-
declare namespace envelope = "http://marklogic.com/hub-in-a-box/envelope";
5+
declare namespace envelope = "http://marklogic.com/data-hub/envelope";
66

77
declare option xdmp:mapping "false";
88

examples/healthcare/plugins/entities/patientrecords/conformance/final/headers/headers.xqy

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
xquery version "1.0-ml";
22

3-
module namespace plugin = "http://marklogic.com/hub-in-a-box/plugins/headers";
3+
module namespace plugin = "http://marklogic.com/data-hub/plugins/headers";
44

5-
declare namespace envelope = "http://marklogic.com/hub-in-a-box/envelope";
5+
declare namespace envelope = "http://marklogic.com/data-hub/envelope";
66

77
declare namespace hl7 = "urn:hl7-org:v3";
88

examples/healthcare/plugins/entities/patientrecords/conformance/final/triples/triples.xqy

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
xquery version "1.0-ml";
22

3-
module namespace plugin = "http://marklogic.com/hub-in-a-box/plugins/triples";
3+
module namespace plugin = "http://marklogic.com/data-hub/plugins/triples";
44

5-
declare namespace envelope = "http://marklogic.com/hub-in-a-box/envelope";
5+
declare namespace envelope = "http://marklogic.com/data-hub/envelope";
66

77
declare option xdmp:mapping "false";
88

examples/healthcare/plugins/entities/patientrecords/input/hl7/content/content.xqy

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
xquery version "1.0-ml";
22

3-
module namespace plugin = "http://marklogic.com/hub-in-a-box/plugins/content";
3+
module namespace plugin = "http://marklogic.com/data-hub/plugins/content";
44

5-
declare namespace envelope = "http://marklogic.com/hub-in-a-box/envelope";
5+
declare namespace envelope = "http://marklogic.com/data-hub/envelope";
66

77
declare option xdmp:mapping "false";
88

examples/healthcare/plugins/entities/patientrecords/input/hl7/headers/headers.xqy

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
xquery version "1.0-ml";
22

3-
module namespace plugin = "http://marklogic.com/hub-in-a-box/plugins/headers";
3+
module namespace plugin = "http://marklogic.com/data-hub/plugins/headers";
44

5-
declare namespace envelope = "http://marklogic.com/hub-in-a-box/envelope";
5+
declare namespace envelope = "http://marklogic.com/data-hub/envelope";
66

77
declare option xdmp:mapping "false";
88

examples/healthcare/plugins/entities/patientrecords/input/hl7/triples/triples.xqy

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
xquery version "1.0-ml";
22

3-
module namespace plugin = "http://marklogic.com/hub-in-a-box/plugins/triples";
3+
module namespace plugin = "http://marklogic.com/data-hub/plugins/triples";
44

5-
declare namespace envelope = "http://marklogic.com/hub-in-a-box/envelope";
5+
declare namespace envelope = "http://marklogic.com/data-hub/envelope";
66

77
declare option xdmp:mapping "false";
88

examples/healthcare/plugins/entities/patientrecords/input/nppes/content/content.xqy

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
xquery version "1.0-ml";
22

3-
module namespace plugin = "http://marklogic.com/hub-in-a-box/plugins/content";
3+
module namespace plugin = "http://marklogic.com/data-hub/plugins/content";
44

5-
declare namespace envelope = "http://marklogic.com/hub-in-a-box/envelope";
5+
declare namespace envelope = "http://marklogic.com/data-hub/envelope";
66

77
declare option xdmp:mapping "false";
88

examples/healthcare/plugins/entities/patientrecords/input/nppes/headers/headers.xqy

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
xquery version "1.0-ml";
22

3-
module namespace plugin = "http://marklogic.com/hub-in-a-box/plugins/headers";
3+
module namespace plugin = "http://marklogic.com/data-hub/plugins/headers";
44

5-
declare namespace envelope = "http://marklogic.com/hub-in-a-box/envelope";
5+
declare namespace envelope = "http://marklogic.com/data-hub/envelope";
66

77
declare option xdmp:mapping "false";
88

0 commit comments

Comments
 (0)