Updated GeoSpatial Defs with namespace references.
Showing
4 changed files
with
6 additions
and
3 deletions
... | @@ -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> | ... | ... |
-
Please register or sign in to post a comment