Showing:

Attributes
Diagrams
Properties
Source
Used by
Element gml:EnvelopeType / gml:lowerCorner
Namespace http://www.opengis.net/gml/3.2
Diagram
Diagram index102.tmp#id116 index29.tmp#id117 index249.tmp#id115
Type gml:DirectPositionType
Type hierarchy
Properties
content: complex
Attributes
QName Type Fixed Default Use Annotation
axisLabels gml:NCNameList optional
srsDimension positiveInteger optional
srsName anyURI optional
uomLabels gml:NCNameList optional
Source
<element name="lowerCorner" type="gml:DirectPositionType"/>
Schema location http://schemas.opengis.net/gml/3.2.1/geometryBasic0d1d.xsd
Element gml:EnvelopeType / gml:upperCorner
Namespace http://www.opengis.net/gml/3.2
Diagram
Diagram index102.tmp#id116 index29.tmp#id117 index249.tmp#id115
Type gml:DirectPositionType
Type hierarchy
Properties
content: complex
Attributes
QName Type Fixed Default Use Annotation
axisLabels gml:NCNameList optional
srsDimension positiveInteger optional
srsName anyURI optional
uomLabels gml:NCNameList optional
Source
<element name="upperCorner" type="gml:DirectPositionType"/>
Schema location http://schemas.opengis.net/gml/3.2.1/geometryBasic0d1d.xsd
Complex Type gml:EnvelopeType
Namespace http://www.opengis.net/gml/3.2
Diagram
Diagram index29.tmp#id117 index541.tmp#id114 index541.tmp#id124 index141.tmp#id125 index149.tmp#id126
Used by
Model (gml:lowerCorner , gml:upperCorner) | gml:pos{2,2} | gml:coordinates
Children gml:coordinates, gml:lowerCorner, gml:pos, gml:upperCorner
Attributes
QName Type Fixed Default Use Annotation
axisLabels gml:NCNameList optional
srsDimension positiveInteger optional
srsName anyURI optional
uomLabels gml:NCNameList optional
Source
<complexType name="EnvelopeType">
  <choice>
    <sequence>
      <element name="lowerCorner" type="gml:DirectPositionType"/>
      <element name="upperCorner" type="gml:DirectPositionType"/>
    </sequence>
    <element ref="gml:pos" minOccurs="2" maxOccurs="2">
      <annotation>
        <appinfo>deprecated</appinfo>
      </annotation>
    </element>
    <element ref="gml:coordinates"/>
  </choice>
  <attributeGroup ref="gml:SRSReferenceGroup"/>
</complexType>
Schema location http://schemas.opengis.net/gml/3.2.1/geometryBasic0d1d.xsd