Showing:

Annotations
Attributes
Diagrams
Instances
Model
Properties
Source
Used by
Element gml:geometryMembers
Namespace http://www.opengis.net/gml/3.2
Annotations
This property element contains a list of geometry elements. 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_AbstractGeometry.tmp#AbstractGeometrygml3_2Profile_diggs_xsd_Complex_Type_gml_GeometryArrayPropertyType.tmp#GeometryArrayPropertyType
Type gml:GeometryArrayPropertyType
Properties
content complex
Used by
Complex Type gml:MultiGeometryType
Model
Children gml:AbstractGeometry
Instance
<gml:geometryMembers owns="false" xmlns:gml="http://www.opengis.net/gml/3.2">
  <gml:AbstractGeometry axisLabels="" gml:id="" srsDimension="" srsName="" uomLabels="">{1,1}</gml:AbstractGeometry>
</gml:geometryMembers>
Attributes
QName Type Default Use
owns boolean false optional
Source
<element name="geometryMembers" type="gml:GeometryArrayPropertyType">
  <annotation>
    <documentation>This property element contains a list of geometry elements. The order of the elements is significant and shall be preserved when processing the array.</documentation>
  </annotation>
</element>