c8e1f9a6 by Michael B. Mathews

Updated GeoSpatial Defs with namespace references.

1 parent ea5c9afa
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
12 12
13 13
14 <namespace name="GeoSpatial"> 14 <namespace name="GeoSpatial">
15 15 <using namespace="Tensor"/>
16 <!-- 16 <!--
17 ************************************* 17 *************************************
18 * Address Definition. 18 * Address Definition.
......
...@@ -12,6 +12,7 @@ ...@@ -12,6 +12,7 @@
12 12
13 13
14 <namespace name="GeoSpatial"> 14 <namespace name="GeoSpatial">
15 <using namespace="Tensor"/>
15 <!-- 16 <!--
16 ************************************* 17 *************************************
17 * ContactInfo Definition. 18 * ContactInfo Definition.
......
...@@ -14,6 +14,7 @@ ...@@ -14,6 +14,7 @@
14 14
15 15
16 <namespace name="GeoSpatial"> 16 <namespace name="GeoSpatial">
17 <using namespace="Tensor"/>
17 18
18 <!-- 19 <!--
19 ************************************* 20 *************************************
...@@ -30,7 +31,7 @@ ...@@ -30,7 +31,7 @@
30 <elem name="description" multiplicity ="1" type="string"> 31 <elem name="description" multiplicity ="1" type="string">
31 <comment>Other information describing the point of interest.</comment> 32 <comment>Other information describing the point of interest.</comment>
32 </elem> 33 </elem>
33 <elem name="position" multiplicity="1" type="Position3D" polymorphic="true" > 34 <elem name="position" multiplicity="1" type="PositionEcef" polymorphic="true" >
34 <comment> 35 <comment>
35 Center position of the POI. 36 Center position of the POI.
36 </comment> 37 </comment>
......
...@@ -13,6 +13,7 @@ ...@@ -13,6 +13,7 @@
13 13
14 14
15 <namespace name="GeoSpatial"> 15 <namespace name="GeoSpatial">
16 <using namespace="Tensor"/>
16 17
17 <!-- 18 <!--
18 ************************************* 19 *************************************
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!