Schema Central > NIEM 3.2 > geo-oasis.xsd > oasis:point
Advanced search
Need NIEM Help?

Recommended Reading:

Definitive XML Schema

 

Web Service Contract Design and Versioning for SOA

 

Advanced XML Applications

 

oasis:point

Point property element containing a pair of coordinates representing latitude then longitude in the WGS84 coordinate reference system

Element information

Content

Attributes

None

Sample instance

<oasis:point>
   <gml:Point>
      <gml:pos>1.0 1.0</gml:pos>
   </gml:Point>
</oasis:point>