Schema Central > NIEM 3.2 > geometryAggregates.xsd > gml:pointMembers
Advanced search
Need NIEM Help?

Recommended Reading:

Definitive XML Schema

 

Web Service Contract Design and Versioning for SOA

 

Advanced XML Applications

 

gml:pointMembers

This property element contains a list of points. The order of the elements is significant and shall be preserved when processing the array.

Element information

Content

Attributes

NameOccTypeDescriptionNotes
owns [0..1]xsd:booleanDefault value is "false". from group gml:OwnershipAttributeGroup

Used in

Sample instance

<gml:pointMembers>
   <gml:Point gml:id="ID">
      <gml:metaDataProperty>
         <gml:GenericMetaData>Any text, intermingled with:
            <!--any element-->
         </gml:GenericMetaData>
      </gml:metaDataProperty>
      <gml:description>string</gml:description>
      <gml:descriptionReference/>
      <gml:identifier codeSpace="http://www.example.com/">string</gml:identifier>
      <gml:name>string</gml:name>
      <gml:pos>1.0 1.0</gml:pos>
   </gml:Point>
</gml:pointMembers>