Showing:

Annotations
Attributes
Diagrams
Instances
Model
Properties
Source
Used by
Element gml:pointMembers
Namespace http://www.opengis.net/gml/3.2
Annotations
This property element contains a list of points. The order of the elements is
significant and shall be preserved when processing the array.
Diagram
Diagramgml3_2Profile_diggs_xsd_Attribute_Group_gml_OwnershipAttributeGroup.tmp#OwnershipAttributeGroupgml3_2Profile_diggs_xsd_Element_gml_Point.tmp#Pointgml3_2Profile_diggs_xsd_Complex_Type_gml_PointArrayPropertyType.tmp#PointArrayPropertyType
Type gml:PointArrayPropertyType
Properties
content complex
Used by
Complex Type gml:MultiPointType
Model
Children gml:Point
Instance
<gml:pointMembers owns="false" xmlns:gml="http://www.opengis.net/gml/3.2">
  <gml:Point axisLabels="" gml:id="" srsDimension="" srsName="" uomLabels="">{1,1}</gml:Point>
</gml:pointMembers>
Attributes
QName Type Default Use
owns boolean false optional
Source
<element name="pointMembers" type="gml:PointArrayPropertyType">
  <annotation>
    <documentation>This property element contains a list of points. The order of the elements is significant and shall be preserved when processing the array.</documentation>
  </annotation>
</element>