Showing:

Attributes
Diagrams
Instances
Properties
Source
Used by
Element gml:SecondDefiningParameter
Namespace http://www.opengis.net/gml/3.2
Diagram
Diagram index127.tmp#id1233 index127.tmp#id1234 index127.tmp#id1235
Properties
content: complex
Used by
Model gml:inverseFlattening | gml:semiMinorAxis | gml:isSphere
Children gml:inverseFlattening, gml:isSphere, gml:semiMinorAxis
Instance
<gml:SecondDefiningParameter>
  <gml:inverseFlattening uom="">{1,1}</gml:inverseFlattening>
  <gml:semiMinorAxis uom="">{1,1}</gml:semiMinorAxis>
  <gml:isSphere>{1,1}</gml:isSphere>
</gml:SecondDefiningParameter>
Source
<element name="SecondDefiningParameter">
  <complexType>
    <choice>
      <element name="inverseFlattening" type="gml:MeasureType"/>
      <element name="semiMinorAxis" type="gml:LengthType"/>
      <element name="isSphere" type="boolean" default="true"/>
    </choice>
  </complexType>
</element>
Schema location http://schemas.opengis.net/gml/3.2.1/datums.xsd
Element gml:SecondDefiningParameter / gml:inverseFlattening
Namespace http://www.opengis.net/gml/3.2
Diagram
Diagram index3.tmp#id270 index3.tmp#id269
Type gml:MeasureType
Properties
content: complex
Attributes
QName Type Fixed Default Use Annotation
uom gml:UomIdentifier required
Source
<element name="inverseFlattening" type="gml:MeasureType"/>
Schema location http://schemas.opengis.net/gml/3.2.1/datums.xsd
Element gml:SecondDefiningParameter / gml:semiMinorAxis
Namespace http://www.opengis.net/gml/3.2
Diagram
Diagram index3.tmp#id270 index3.tmp#id269 index4.tmp#id513
Type gml:LengthType
Type hierarchy
Properties
content: complex
Attributes
QName Type Fixed Default Use Annotation
uom gml:UomIdentifier required
Source
<element name="semiMinorAxis" type="gml:LengthType"/>
Schema location http://schemas.opengis.net/gml/3.2.1/datums.xsd
Element gml:SecondDefiningParameter / gml:isSphere
Namespace http://www.opengis.net/gml/3.2
Diagram
Diagram
Type boolean
Properties
content: simple
default: true
Source
<element name="isSphere" type="boolean" default="true"/>
Schema location http://schemas.opengis.net/gml/3.2.1/datums.xsd